- Home /
360-Degree videos from web address on android devices?
Hello to everyone,
I'm trying to play a 360video from web address on android device but I'm not sure if is it possible, somebody know how I can do it?.
Thank you in advance!!
Answer by Jordi-Bonastre · Apr 29, 2016 at 05:23 AM
Hola Andy,
Have you tried the MovieTexture? http://docs.unity3d.com/Manual/class-MovieTexture.html You can use the WWW class to download the video and apply it to the MovieTexture, but you should start using a movie file stored on disk for testing.
Answer by nestorcaro · Apr 26, 2017 at 10:58 AM
Android Movie Textures are not supported on Android. Instead, full-screen streaming playback is provided using Handheld.PlayFullScreenMovie. This suggested method, apparently only supports playing videos already on a hard location, and on top of it it doesn't play 360 format :/
Your answer
Follow this Question
Related Questions
Can handheld.PlayfullScreenMovie() work with Vr view to play 360 degree video using google vr sdk? 0 Answers
Unity Video ads closing when player leaves app. 0 Answers
Can Hanheld.PlayFullScreenMovie run concurrently with other process? 0 Answers
Can I add a surfaceView to my UnityPlayer 2 Answers
Cannot make android build of project 0 Answers