Live stream video from another application and render it onto a texture in Unity: How?
Hi, I would like to stream a video output from an application that I'm developing at the moment into a texture in Unity. I understand that this question had been asked before but nobody has fully suggested a working solution for this. Basically, the way my application works is: it gets a live webcam video-->does image processing-->output the processed live feed-->render it on a texture Unity in real-time.
Any suggestions, or preferably, solutions?
Answer by thelghome · Jul 02, 2019 at 01:25 PM
Provides demos of in-game view/live video, audio streaming solution. All codes are written in C# and you can freely customise for your own project.
Supported Platforms: iOS/Android/Mac/PC
Answer by paramlabs · Apr 07, 2020 at 08:47 AM
Hi, we want to live stream a session from youtube or any camera to a canvas in Unity. We have EasymovieTexture plugin as well, however the requirement is to have a live video of the person inside unity game. Is it possible to do so using this plugin? If not then what is the other option?
There are some youtube wrapper for Unity3D, from github or somewhere else if I remember correctly.
F$$anonymous$$ETP STREA$$anonymous$$(F$$anonymous$$ Exhibition Too Pack): Youtube Live Stream is not supported in current version(v1.130). Our asset allows you to stream any Game View or Webcam View freely between Unity3D apps. You can also broadcast your Unity3D views into Web Browser.
PS: one of exciting experiment, which we might release it later. We succeeded to capture windows10 screen for strea$$anonymous$$g, using F$$anonymous$$ETP STREA$$anonymous$$ and another plugin on github.
Your answer
Follow this Question
Related Questions
360° livestreaming with interaction in Unity 0 Answers
Stream viewport 1 Answer
Streaming audio from asset bundle 1 Answer