Monday, 26 August 2013

How to stream screen from Android device to another Android

How to stream screen from Android device to another Android

I have a game implemented with OpenGl 1.x. I'd like to create multiplayer
mode that requires streaming from one's screen to another device's screen
(and vice versa). Can anyone direct me to find the best solution for
getting the whole screen, stream it to the other device and show the
stream on a part of the other device?
I was thinking about using Java Sockets for this, but I don't know how to
screen the stream that I currently being shown on the GLSurfaceView. And
I'm not even sure the Sockets are the most efficient solution for this (Is
there any other?)

No comments:

Post a Comment