Serving Video Content from Azure Blob Storage

后端 未结 5 1552
死守一世寂寞
死守一世寂寞 2020-12-25 08:15

I am trying to serve MP4 Video content from Azure Blob Storage. I can get the video to play in modern browsers by ensuring that the Blob\'s Content Type is set to vid

5条回答
  •  粉色の甜心
    2020-12-25 08:39

    I tried playing a very small MP4 encoded blob directly from HTML5 video element with control enabled, i could use the control to scroll back and forth my video.

    What is the size of your video content? Also you can use Fiddler to check the HTTP Headers to verify if they are expected or does they match exactly same when you use the same blob from S3 bucket?

    If you can share your blob link, i can give a quick try and see what could be the issue.

提交回复
热议问题