
Helix Broadcaster and Moblie Devices
Hello,
Looking for help with my setup please. I have a helix broadcaster that streams a live feed from my webcam; desktop flash playback works great but I get 'No playable sources found' on mobile (iPhone, Windows, Android). I've try the various tips, tricks and suggestions I've found in the forums and online but without any success. Anyone see what I'm doing wrong?
http://204.101.191.2/
jwplayer("myElement").setup({
playlist: [{
sources: [{
file: "rtmp://204.101.191.100/rtmplive/mptslive/live"
},{
file: "http://204.101.191.100:88/m3ugen/mptslive/live"
},{
file: "rtsp://204.101.191.100/rtsplive/mptslive/live"
}]
}],
primary: "flash",
autostart: "true"
});
Thanks,
Shawn