hello, I'm using your 360 video API but it is not working.
below is the code I HAVE USED.
jwplayer.key="CVhtINDI8KHkC01mxiO2Eo7L6rYqviVkqmzkUA==";
This text will be replaced with a player.
jwplayer("myDiv").setup({
"file":"./360VideoVR.mp4",
"image": "./vrview-mono-stereo.jpg",
"height": 360,
"width": 640,
plugins: {
'https://ssl.p.jwpcdn.com/player/plugins/vr/vr.js': {}
}
});
↧