Search code examples
silverlightazuremediaelementazure-storage

hosting silverlight media with azure


I'm considering hosting MP4s using Azure Blob storage. When azure returns a blob using a url does it include the accept-range header. Will silverlight be able to seek ahead using byte range requests on the Azure storage?


Solution

  • Yes, range requests work against blob storage. I've seen this scenario done (with wmv files), and things seem to work fine.