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

jwplayer error loading player iphone


I am trying to do live streaming for audio. The test code below works fine for chrome (chrome, OSX 10.9.4), but I got an error when I try to open the html file in my iphone(iOS , jwplayer error loading player.

Here is my test code. Could you please look at this?
http://ec2-54-64-25-66.ap-northeast-1.compute.amazonaws.com/index.html

3 Community Answers

MisterNeutron

User  
0 rated :

RTMP is a Flash protocol. It can't be used on any mobile device.

ken.tamagawa

User  
0 rated :

I see. I changed it to HLS and it worked. Thank you.
file: 'http://54.64.22.132:1935/testlive/myStream/playlist.m3u8',

In terms of latency, HLS makes about 30 seconds latency, and RTMP is faster (2 or 3 seconds). Is there any good workaround to get lower latency by using HLS or any other protocol only with a browser of iphone?

Todd

JW Player Support Agent  
0 rated :

HLS should not be taking that long to load. What is the bitrate on your HLS chunks? See Apple’s best practices at https://developer.apple.com/library/ios/technotes/tn2224/_index.html

This question has received the maximum number of answers.