Tranferring android framebuffer to other devices

I am planning to make a program to connect with each other and control an Android device.

yes it is a native remote control app.

so I am wondering that the framebuffer in android can be carried over by streaming technologies like Gstreamer or Web RTC

I've seen several posts about this, but it didn't make sense.

I think .. it is possible to move the framebuffer as an image file and display the image on another device. if my program does it repeatedly, two android devices can share their screen, so it can solve screen problems in my project

please give me any solutions for it

Thank.

+3


source to share


1 answer


You need to root your Android phone to get frame buffers.



0


source







All Articles