redroid-doc
redroid-doc copied to clipboard
Is it Possible to Access an Android Application Installed on a Local Server via Docker Using a Web Browser?
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!
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