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?
2 Answers
2
FMETP STREAM | Forum
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
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. FMETP STREAM(FM 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 streaming, using FMETP STREAM and another plugin on github.
– thelghomeSo look all the tutorials, try to make the same. If you will not succeed after that - probably the problem is that you don't put much effort to achieve the result. In this case I guess your "starthealth" variable is set to zero in the inspector. Otherwise it should work as expected.
– incorrect