
JW Player not working on Safari Desktop
Hi,
We are using JW player to play 360 degree video for our website but we are facing problem with safari browser (version 10.1.1) on Desktop while playing the video
the same video uploaded on JW server is working fine in preview section - https://content.jwplatform.com/previews/3XgrF8IA-bLzZmBxd on safari
but when we call this video from our website player is showing blank screen .
Below is the JS code we are using -
var player = jwplayer('videodiv').setup({
hlshtml: true,
playlist: [{
title: 'Home video',
mediaid: '3XgrF8IA',
autostart: true,
stereomode: 'monoscopic',
file: 'http://content.jwplatform.com/videos/3XgrF8IA-tqS0c89U.mp4',
image: 'https://cdn.jwplayer.com/thumbs/3XgrF8IA-720.jpg',
controlbar: "none",
repeat: true,
loop: true
}]
});
Please help and