Quantcast
Channel: support.jwplayer.com :: Streaming
Viewing all articles
Browse latest Browse all 2800

Safari not playing m3u8 stream without flash

$
0
0
Hi guys, we are having difficulties with the streaming system. I tested the URL here http://demo.jwplayer.com/developer-tools/http-stream-tester/ and it only works if I select flash as my render mode ( and that only works if the user has the Allow Plugins setup). Before that I was running an older version of the player and the stream was not working for chrome as well, I upgraded the version now. This used to work for Safari and iOS and users are reporting it doesn't work in either one. this is my setup: ``` jwplayer("mediaplayer").setup({ file: "rtmp://digital.flash.internapcdn.net/digital/live_1/kingdomtvlive", playlist: [{ sources: [{ file: "rtmp://digital.flash.internapcdn.net/digital/live_1/kingdomtvlive" },{ file: "http://digital.ios.internapcdn.net/digital/live_1/kingdomtvlive/kingdomtvlive.m3u8" }] }], androidhls: 'true', hlshtml: true, primary: "html5", height: 500, //image: "/assets/myLivestream.jpg", rtmp: { subscribe: true }, width: 600, autostart: true }); ```

Viewing all articles
Browse latest Browse all 2800

Trending Articles