
m3u8 Stream - Playlist could not be loaded: No playable source found
Hi there, i have embed source to my site, it work good for rtmp stream, but not work for m3u8 stream, here is my code:
<script src="http://jwpsrv.com/library/my-key.js"></script>
<div id='playervRylfdfNHaEa'></div>
<script type='text/javascript'>
jwplayer('playervRylfdfNHaEa').setup({
file: 'http://frdlzsmb.cdnviet.com/psczntp/_definst/starmovies.720p.stream/playlist.m3u8',
image: 'http://www.longtailvideo.com/content/images/jw-player/lWMJeVvV-876.jpg',
title: 'Star movies HD',
width: '100%',
aspectratio: '16:9',
autostart: 'true',
primary: 'html5'
});
</script>
please show me, where my bad, thanks so much :)