
No Playable Sources in Chrome with Flash Disabled
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.
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"
});