- Home /
Question by
JuiceArt · Oct 21, 2017 at 02:40 PM ·
video streamingtcp
Stream video from Unity App
Hello, I need to stream video forrm the screen of my unity game to my raspberry pi under Linux (via TCP/ip channel). I know that I can get Texture bytes as an "PNG" byte array, but I am afraid that it will work too slowly (as I need to transmit full HD at least 25 times per second).
Is there a way to stream a game as an video, but not as a independent pictures ? Is there any other good ideas or solutions for this ?
Comment
Your answer
Follow this Question
Related Questions
UDP/TCP Simple example on how to send a receive messages from two Unity builds 2 Answers
Client TCP - State of the art 0 Answers
Unity tcp_client only working on localhost 1 Answer
Handheld.playfullscreen mode not working if I test with Android emulator 1 Answer
Streaming Video Player - Android 1 Answer