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

Problems with playback on mobile


Hi, I have a video with problem to playback on mobile browser but in pc browser is correct.

please, do you help me?

11 Community Answers

JW Player

User  
0 rated :

Please give us a link to your site. We can't possibly just guess what might be wrong.

JW Player

User  
0 rated :

http://www.netbangerspruebas.com/host_tia/

Ethan Feldman

JW Player Support Agent  
0 rated :

What browsers are you using and what mobiles?

JW Player

User  
0 rated :

Chrome, but it seems the problem is with andorid.

Ethan Feldman

JW Player Support Agent  
0 rated :

Hm, what device and OS version?

JW Player

User  
0 rated :

I do only testing in Sony Xperia P, Andorid 4.1.2

Ethan Feldman

JW Player Support Agent  
0 rated :

I don’t see an issue here on a Galaxy S4. What errors do you get when trying to play?

JW Player

User  
0 rated :

Really there is not show the error, show the loader and not to play. do you have any idea?

JW Player

User  
0 rated :

This is my code:

jwplayer('videoMovil').setup({
width: $(window).width(),
height: $(window).height(),
'modes': [{type: 'html5'}],
autostart: true,
controlbar: 'bottom',
controls: true,
wmode : 'transparent',
enableFullscreen: 'false',
skin: "js/jwplayer/stormtrooper.xml",
shuffle: 'true',
stretching: 'fill' ,
laylist: [{
sources: [
{ file:"http://www.longtailvideo.com/jw/upload/bunny.mp4", description: "saludo" }
]
}],

});

jwplayer('videoMovil').play();

JW Player

User  
0 rated :

Now I see that if I press the pause button and then the play button, then if it works

Ethan Feldman

JW Player Support Agent  
0 rated :

These lines are for jw5 and should be removed:

‘modes’: [{type: ’html5’}],
controlbar: ‘bottom’,
wmode : ‘transparent’,
enableFullscreen: ‘false’,

This question has received the maximum number of answers.