Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

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?

4 Community Answers

Todd

JW Player Support Agent  
1 rated :

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.

wang_yi

User  
1 rated :

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'
});

wang_yi

User  
0 rated :

waiting 。。。。 thanks

Todd

JW Player Support Agent  
0 rated :

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

This question has received the maximum number of answers.