Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

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

4 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

Remove RTSP

And change:

file: “http://204.101.191.100:88/m3ugen/mptslive/live”

To:

file: “http://204.101.191.100:88/m3ugen/mptslive/live”,
type: “hls”

JW Player

User  
0 rated :

Thanks for the suggestions but unfortunately i'm getting the same error. What else can I try?

JW Player

User  
0 rated :

turns out this is working on a real iPhone, it wasn't in my emulator. However, this still isn't working on Android, what's the recommendation for that?

Ethan Feldman

JW Player Support Agent  
0 rated :

Please don’t use emulators, they are not reliable. Android does not support hls natively – http://www.jwplayer.com/blog/the-pain-of-live-streaming-on-android/

This question has received the maximum number of answers.