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

360 video


Can we download a 360 video from you tube and maintain the file same

1 Community Answers

Daniel Berger

JW Player Support Agent  
0 rated :

Hi,

I am not sure I completely understand what you are trying to achieve. Here is a code example for how to implement a 360 setup block on with our we player:
var player = jwplayer(‘container’).setup({
hlshtml: true,
playlist: [{
title: ‘Caminandes VR’,
mediaid: ‘AgqYcfAT’,
stereomode: ‘monoscopic’,
file: ‘//vr.jwplayer.com/content/AgqYcfAT/AgqYcfAT-8yQ1cYbs.mp4’
}]
});

For more reference: https://developer.jwplayer.com/jw-player/demos/innovation/360-video/

This question has received the maximum number of answers.