Which service on Azure is best for video storage, retrival and streaming?

C Msibi 0 Reputation points
2024-09-13T16:51:13.1866667+00:00

I currently have a database that stores the videos I upload through my app. The file paths are saved in the database, while the actual video files are stored in a local folder. I want to move both my database and the videos to the cloud. Additionally, I want users(students and lectures - so usage might vary) to be able to upload, stream, and download videos from the cloud. Which cloud media service would be the best option to handle all of these features? Is Azure Blob Storage the best choice?

Azure Media Services
Azure Media Services
A group of Azure services that includes encoding, format conversion, on-demand streaming, content protection, and live streaming services.
317 questions
Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
843 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. hossein jalilian 8,080 Reputation points
    2024-09-13T23:15:46.5666667+00:00

    Thanks for posting your question in the Microsoft Q&A forum.

    Here's a recommended solution:

    Azure Blob Storage: Use this for storing your video files. It's cost-effective, scalable, and designed for large-scale unstructured data storage

    Azure Database for MySQL: Use this to replace your current database. It's a fully managed relational database service

    Azure Content Delivery Network (CDN): Integrate this with Blob Storage to improve video delivery performance, especially for users in different geographical locations


    Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful

    2 people found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.