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 video/mp4
; however I am unable to seek backwards.
Dropping the same video into an S3 bucket yields the desired result so I am ruling out problems with the content.
Do I need to configure the Storage role in a specific way to serve video content?
<video>
element; this relies on progressive download rather than streaming. I will try and host an example of the problem however it's very easy to re-create using the Azure Storage Emulator – JonnyReeves