James Mundy
James Mundy

Reputation: 4329

Error playing audio file from Windows Azure blob storage

I have an audio file stored in Windows Azure blob storage. The file is m4a and the content/mime type is set to audio/mp4. When accessing the file in Chrome or jPlayer the file plays fine once but then after refuses to play:

http://foundbite.blob.core.windows.net/foundbites/3992901812.m4a

Is there something I could be doing wrong with the blob settings? Having looked around there were some mentions of range requests being disabled but I'm not sure how to fix this.

Any help would be much appreciated.

Upvotes: 1

Views: 1646

Answers (1)

hhaggan
hhaggan

Reputation: 619

for the live streaming or for the media files I suggest that you work with the Windows Azure Media Services http://www.bing.com/search?q=windows+azure+media+services&src=IE-TopResult&FORM=IE10TR

it is based on Windows Azure Unstructured storage, the BLOB Storage but this service is specially designed for the media content that you can store on Windows Azure Storage.

I hope this helps let me know if you need anything else

Upvotes: 2

Related Questions