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

Error loading player: No playable sources found on firefox and safari


I have test player:

All is good but when i open with Firefox or safari dont work!

I get this message from player:

Error loading playlist:
No playable sources found

But, on chrome is all good!

This is my code.

jwplayer('my-video').setup({
flashplayer: "../../common/modules/general/jwplayer5/jwplayer.swf",
playlist: [{
file: "rtmp://stream.awesomebox.tv:1935/vod/mp4:_definst_/"+stream_URL,
//file: "rtmp://stream.awesomebox.tv:1935/vod/mp4:a.mp4?wowzacaptionlanguages=eng",
//image: "http://www.longtailvideo.com/content/images/jw-player/lWMJeVvV-876.jpg",
tracks: [{
file: subtitle_ko,
label: "Korean",
kind: "captions",

},{
file: subtitle_en,
label: "English",
kind: "captions",
}],

}],
captions: {
back: false,
//color: 'cc0000',
fontsize: 20,

},
autostart: 'true',
allowFullScreen:'true',
width: document.documentElement.clientWidth,
height: document.documentElement.clientHeight,
});


I hope help, thanks

1 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

Can I see a link please?

This question has received the maximum number of answers.