Serving Video Content from Azure Blob Storage

后端 未结 5 1551
死守一世寂寞
死守一世寂寞 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:42

    You may try setting the default version for your storage account to 2011-08-18: http://blogs.msdn.com/b/windowsazurestorage/archive/2011/09/15/windows-azure-blobs-improved-http-headers-for-resume-on-download-and-a-change-in-if-match-conditions.aspx. It improves a couple things around range requests (probably what progressive download in your browser is doing). I haven't heard anything specific about video playback, but it can't hurt to try. :-)

提交回复
热议问题