- Home /
Streaming video to a client
Hi everyone,
I would like to stream video from a server to a client on my Unity Project. I was thinking about using a standalone server that would be launched on the server by the Unity App when needed, but I didn't get much results so far. I started by trying to use ffserver but I discovered that it is no longer maintained by ffmpeg, then I tried to launch VLC's stream server from a command line but I still didn't managed to make it work yet (it won't play the stream).
So my question is: has anyone tried doing this kind of thing within a Unity context? If so, I could use some tips :D
Thanks in advance for your help !
Your answer
Follow this Question
Related Questions
Unity networking tutorial? 6 Answers
When a client click a Canvas button, does the server receive the info? 2 Answers
Multiplayer game sounds 0 Answers
How to hide a started/full server 0 Answers
Multiplayer server-client setup 1 Answer