I posted this in April but didn't realize the JWplayer forums don't notify of responses, and now the thread is closed so I'm reposting my issue:
Hi,
I'm working out some kinks in our streaming. We're streaming live via Wowza over rtsp and HLS. My issue is HLS in Chrome on the desktop *with Flash disabled*. I get "Error loading player: No playable sources found".
HLS streaming works fine in iOS/Safari and Android/Chrome. My rtsp stream works fine in all browsers/all devices with flash.
I'm on the latest version of jwplayer and Chrome. (As of writing, JW 7.10.7 and Chrome 60.0.3112.101)
JWPlayer is premium.
Here's a page where this happens: http://stream1.sdcoe.net/wc/eclipse17
Here's my embed block:
jwplayer("player").setup({
width: '100%',
aspectratio: '16:9',
autostart: 'true',
playlist: [{
image: '/img/cover_cube1.png',
sources: [{
file: "http://209.66.192.70:1935/webcast/smil:cube1.smil/jwplayer.smil"
},{
file: "http://209.66.192.70:1935/webcast/smil:cube1.smil/playlist.m3u8"
}]
}],
fallback: "true",
androidhls: "true",
hlshtml: "true"
});
Please help!
↧