
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>