Streaming or downloading videos from my azure storage

Shewfelt, Matthew 0 Reputation points
2023-04-05T22:57:36.14+00:00

I have created a local website as a sort of platform to view my videos and created a way to save bookmarks in the videos, my issue is I can't have all my videos stored on my local machine and therefor have them on azure. I was wondering if there is a way to stream the videos from azure storage blob or even just download quickly. I created a directory to download the videos using this python script but the download speed is just horrendously slow and not worth it.


Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,182 questions
{count} votes

1 answer

Sort by: Most helpful
  1. KarishmaTiwari-MSFT 20,772 Reputation points Microsoft Employee Moderator
    2023-04-12T04:08:09.56+00:00

    @Shewfelt, Matthew Thanks for posting your query on Microsoft Q&A.

    You can use Azure Media Services to encode your video into a suitable streaming format and then store it in Blob storage. You can also stream video files directly with Azure Media Services CLI.
    This tutorial shows how to easily encode and stream videos on a variety of browsers and devices by using Azure Media Services and the Azure CLI. You can specify input content by using HTTPS or SAS URLs or paths to files in Azure Blob storage.

    I also found few articles on the same that you may find helpful:

    Let me know if you have any questions in the "comments" and I can investigate further. Comment is the quickest way of notifying the experts.

    If this helped, please 'Accept answer' so that it can help others in the community facing the same issue.

    1 person 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.