
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