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

EMBEDDING FOR MOBILE DEVICE


I have the The Premium version and I am using the Wordpress JW plugin. When I am on my Android Galaxy 3 I can not see the video inside a player but if I make a direct link, it will play. How can I use a player like your player on JW Player homepage? Your player video plays like the website on my device. Here is my link http://tbjnetwork.com/bhtv/ from a computer no problem. Just devices wont play in player . Thanks

6 Community Answers

jherrieven

Best Answer 

@thebestjams

You simply add the multiple sources to a sources block in the order you wish them to be resolved:

..
sources: [{
file: "rtmp://..."
},
{
file: "...m3u8",
type: "hls"
},
{
file: "...mp4"
}]
...

Additionally you should add "primary":"flash" in order to ensure the RTMP is given first refusal on desktops (if that's your preference)

http://support.jwplayer.com/customer/portal/articles/1430358-using-rtmp-streaming

James Herrieven

View in conversation

jherrieven

User  
0 rated :

@thebestjams

You are loading an RTMP source only - this will require Flash to work and mobile devices therefore will not play.

You need to offer an MP4 (or HLS) alternative for these devices.

James

Ethan Feldman

JW Player Support Agent  
0 rated :

Indeed, RTMP is Flash/Desktop only.

thebestjams

User  
0 rated :

How do I post an alternative

planetdima

User  
0 rated :

MP4: http://support.jwplayer.com/customer/portal/articles/1406723-mp4-video-embed

HLS: http://support.jwplayer.com/customer/portal/articles/1430218-using-hls-streaming

jherrieven

Best Answer  User  
0 rated :

@thebestjams

You simply add the multiple sources to a sources block in the order you wish them to be resolved:

..
sources: [{
file: "rtmp://..."
},
{
file: "...m3u8",
type: "hls"
},
{
file: "...mp4"
}]
...

Additionally you should add "primary":"flash" in order to ensure the RTMP is given first refusal on desktops (if that's your preference)

http://support.jwplayer.com/customer/portal/articles/1430358-using-rtmp-streaming

James Herrieven

Ethan Feldman

JW Player Support Agent  
0 rated :

If you are on premium though you can use hls for everything.

This question has received the maximum number of answers.