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
});
```
↧