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

360 video player not working.


hello, I'm using your 360 video API but it is not working.
below is the code I HAVE USED.
<html>
<head>
<!--<script src="./videoPlayer.js"></script>-->
<script src="./jwplayer-7.8.4/jwplayer.js"></script>
<script>jwplayer.key="CVhtINDI8KHkC01mxiO2Eo7L6rYqviVkqmzkUA==";</script>
<script src="https://ssl.p.jwpcdn.com/player/plugins/vr/vr.js"></script>
</head>
<body>
<div id="myDiv">This text will be replaced with a player.</div>
<script>
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': {}
}
});
</script>

</body>
</html>

1 Community Answers

Donni

JW Player Support Agent  
0 rated :

Hey there,

A couple of things here:

  • Don’t post your key in a public place
  • You need a Premium Subscription and above
  • Remove the script reference under the key
  • Don’t reference the VR plugin hosted on our CDN, self-host it
  • Check out the demo page for step by step instructions and supported browsers.

Let me know if that helps,
Donni

This question has received the maximum number of answers.