
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?
Hi, I have a video with problem to playback on mobile browser but in pc browser is correct.
please, do you help me?
Please give us a link to your site. We can't possibly just guess what might be wrong.
http://www.netbangerspruebas.com/host_tia/
What browsers are you using and what mobiles?
Chrome, but it seems the problem is with andorid.
Hm, what device and OS version?
I do only testing in Sony Xperia P, Andorid 4.1.2
I don’t see an issue here on a Galaxy S4. What errors do you get when trying to play?
Really there is not show the error, show the loader and not to play. do you have any idea?
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();
Now I see that if I press the pause button and then the play button, then if it works
These lines are for jw5 and should be removed:
‘modes’: [{type: ’html5’}],
controlbar: ‘bottom’,
wmode : ‘transparent’,
enableFullscreen: ‘false’,