immersive-web / webxr-samples

Samples to demonstrate use of the WebXR Device API
https://immersive-web.github.io/webxr-samples/
MIT License
1.01k stars 485 forks source link

How to play a 360-degree video #68

Open phananh1010 opened 4 years ago

phananh1010 commented 4 years ago

Hello,

I have been trying to modify your code to play a 360-degree video but my effort has not been successful so far.

Could you provide any guideline to play the 360-degree video?

darshanz commented 3 years ago

Were you able to play 360 videos. I am also trying to do the same. But not sure how to do.

phananh1010 commented 3 years ago

I started with the stereo video player, it was one of the provided example. You can modify the code to play the video in mono mode, which the majority of 360-degree videos are.

darshanz commented 3 years ago

Thanks. I will try that.