
Microsoft Azure on-demand streaming with JWplayer not working on Firefox
We have a premium version of JWPlayer which we are using in conjunction with Microsoft Azure Media services. The code we are using is as mentioned on the portal
<div id='nzgixxn7b9'></div>
<script>
jwplayer('nzgixxn7b9').setup({
file:'http://samplescdn.origin.mediaservices.windows.net/e0e820ec-f6a2-4ea2-afe3-1eed4e06ab2c/AzureMediaServices_Overview.ism/manifest(format=m3u8-aapl-v3)',
image:'http://video.ch9.ms/ch9/6444/cf94e114-a959-4317-a22b-c00024d06444/AzureMediaServicesPlatformPromo_960.jpg',
type:'m3u8',
androidhls:'true',
width:'480',
height:'270'
});
</script>
This works very well on Chrome and IE 9+ browsers but we are not able to run the video on Firefox ver 30+ browser.
The error we are getting is -
Error loading player:
No playable sources found
Could you please help us with the same?