HI,
I am a beginner on 360 video and VR. I read a lot of blogs and articles about how to display 360 video in unity. I could make it work via this post: http://theta360.guide/blog/unity/2015/12/17/Using-RICOH-Live-View-With-Unity.html
My next step is to display 360 live stream via a url. (I tested a simple ogg video from a url)
Here are my questions:
- Do my link has to finish by the extension ? Like .ogg ? or .mp4?
- I am using Movie Texture for my tests, it seems only ogg format is working… (http://www.unity3d.com/webplayers/Movie/sample.ogg)
- Do I have to only focus on the C# code? I mean, no matter is the url, i just have to process video flow and display it into my sphere?
Many Thanks