Search Unity

How to Live Streaming the Video in Unity

Discussion in 'Scripting' started by CloudFire, Jul 20, 2017.

  1. CloudFire

    CloudFire

    Joined:
    Dec 8, 2015
    Posts:
    33
    Hi All

    I am using unity 5.5.3 .In my project I have to live streaming the video . I am using Movie Texture.Its works fine and Good. But When i am going for the build it says movie texture will not support for build.

    So how can i live streaming the video from Drop box. I Don't want to use plugin.

    Is there any code to streaming the video from Unity.

    Thanks n Advance..
     
  2. StarManta

    StarManta

    Joined:
    Oct 23, 2006
    Posts:
    8,775
    Movie Texture is the old, obsolete class for videos. It has poor performance, poor platform support, poor feature support...

    Use the VideoPlayer class instead (introduced in Unity 5.6).