about jwplayer6.8 m3u8
I tried to play an m3u8 stream used jwplayer6.8, it shows the error "No playable sources found".
but I tried to play an m3u8 stream used jwplayer6.6,it is success
I want to play an m3u8 with jwplayer6.8, can help me?
I tried to play an m3u8 stream used jwplayer6.8, it shows the error "No playable sources found".
but I tried to play an m3u8 stream used jwplayer6.6,it is success
I want to play an m3u8 with jwplayer6.8, can help me?
Does your HLS stream work in our JW7 Stream Tester at http://demo.jwplayer.com/stream-tester/ ?
Can you include your HLS URL here?
Are you including the type: ‘hls’ parameter in your setup? This would be required if “.m3u8” does not exist in your URL and our player is not able to determine if you are using an HLS URL.
var url ="http://playertest.longtailvideo.com/adaptive/bbbfull/bbbfull.m3u8";
var player = jwplayer("player_div").setup({
flashplayer : "jwplayer6/jwplayer.flash.swf",
file:url,
skin: "skins/roundster.xml",
type: 'hls'
});
waiting 。。。。 thanks
That stream is working for me at http://demo.jwplayer.com/stream-tester/
There’s no need to define a location for flashplayer if the .swf lives in the same folder as your jwplayer.js