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

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

1 Community Answers

Donni

JW Player Support Agent  
0 rated :

I’m afraid there is a CORS bug in webkit that will require you to host the file on the same domain as the page in order to get playback to work in Safari. You can inspect the source of our 360 demo page to see how you could build your own workaround.

This question has received the maximum number of answers.