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

Static playlist of 360 videos


Hi, as in the subject, I would like to have a static playlist like in this example
https://support.jwplayer.com/customer/portal/articles/1480872-example-creating-an-html-playlist

but playing 360 videos from my server

I followed this example and I'm able to play a 360 video
https://developer.jwplayer.com/jw-player/demos/innovation/360-video/

but if I pass the path of a different video to the function as in the previews example, it start in plane mode, not 360.

You may found my code at this link:
http://neoinfinity.it/PROJECTS/Video360/video360/jwtestmulti.html

If you click "play" at on the player, the 360 video start, but if I change the path of the video, the player change to a planar view, loosing my setup

I know that I could add my files in the playlist parameter
playlist: [{
stereomode: 'monoscopic',
file: "",
image: ""
}]
but I would like to have my own navigation bar.

Thanks in advance for your help

1 Community Answers

g...

User  
0 rated :

I found the solution.
I don't use the load() API meanwhile the Setup again.

If there is a more sexy way to do that, please reply to me.

Thanks

This question has received the maximum number of answers.