
The browser tries to download my live stream file
I signed into jwplayer.com, and used the "Publish a Video Now" tool to try out a live stream that I had. The url is http://salemnet.ml.llnwd.net/salemnet/smil:mbr_delta.smil/playlist.m3u8, and it plays perfectly in the tool.
When I get the embed code and put it on my site, and click on Play, the browser downloads the m3u8 file as a regular file and does not play the video.
Here is the embed code that I'm trying to use on www.lightsource.com:
<script src="http://jwpsrv.com/library/7O9sNNqCEeKKbiIACqoQEQ.js"></script>
<div id='playerPHjCaJkJCOpQ'></div>
<script type='text/javascript'>
jwplayer('playerPHjCaJkJCOpQ').setup({
file: 'http://salemnet.ml.llnwd.net/salemnet/smil:mbr_delta.smil/playlist.m3u8',
image: '//www.longtailvideo.com/content/images/jw-player/lWMJeVvV-876.jpg',
width: '100%',
aspectratio: '16:9'
});
</script>