redroid-doc icon indicating copy to clipboard operation
redroid-doc copied to clipboard

Is it Possible to Access an Android Application Installed on a Local Server via Docker Using a Web Browser?

Open cenosito opened this issue 1 year ago • 1 comments

I have been able to access the application using the following commands:

adb connect localhost:5555
scrcpy -s localhost:5555

I would like to know if it is possible to access this application directly through a web browser, without vnc. Thanks!

cenosito avatar Jun 29 '24 18:06 cenosito

scrcpy is a streaming tool which stream raw video packets directly. For web browser access:

  • Setup WebRTC based streaming
  • setup VNC server and stream via noVNC

zhouziyang avatar Jul 05 '24 01:07 zhouziyang