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

Video player doesn't appear on Android (and MacOS)


Hello,
So I have put JWplayer on my website and even though it does work on a computer the player doesn't even show on Android (there is nothing, not even a black box or anything).

Anyone knows how to solve this problem ?

Thanks in advance !

P.S : Here's the code :

<div id="myvid"> Loading the player... </div>

<script type="text/javascript">
jwplayer("myvid").setup({

sources: [
{ file: "http://[...]/wp-content/uploads/video-1920x1080.mp4" },
{ file: "http://[...]/wp-content/uploads/video-1920x1080.webm" }
],

repeat: false,
mute: false,
image: "http://[...]/wp-content/uploads/fond-video.png",
});

</script>

1 Community Answers

Donni

JW Player Support Agent  
0 rated :

Please provide a reproduction page so we can help troubleshoot.

This question has received the maximum number of answers.