I am trying to embed a video from an Azure storage blob using the html5 video
tag. When viewing the embedded video in Chrome the video seek doesn't work (issue only happens in Windows, works fine in OSX), but when viewing the resource directly, seeking works fine.
In the jsFiddle, the embedded code is copied directly from the source html generated when viewing the resource directly.
<video controls="" autoplay="" name="media">
<source src="http://apmmediastoragedev.blob.core.windows.net/media-vid/YfKPFgi39S5nV275.mp4" type="video/mp4">
</video>