I want to mirror Android Screen to desktop web browser. I am able to capture the screen using MediaProjection - thanks to sample app.
But next part is hard one - sending captured data to desktop! I know the technique to establish HTTP connection to desktop program by ADB port forwarding but I guess FPS will be very low.
How can I stream this captured screen data to desktop? What sort of connection would I need and what codecs would I need on Android side to ensure speed?
Thanks