-
-
Notifications
You must be signed in to change notification settings - Fork 11.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remote scrcpy #5915
Comments
I've already tried. On smartphone1 : adb start-server on router port forwarded for shh - and work from phone1 to phone2. On smartphone2 : export ADB_SERVER_SOCKET=tcp:localhost:5038 But it doesn't work. Maybe there are some nuances? |
Does it work with local port forwarding (section |
with local port forwarding on smartphone2 I have this: ~ $ export ADB_SERVER_SOCKET=tcp:localhost:5038 |
Add |
~ $ export ADB_SERVER_SOCKET=tcp:localhost:5038 and nothing hapened - no error, no answer |
Hi. I have smartphone1 wich has ssh remote(outside my local network in other town) access to my server(server on other smartphone2 connected by wifi to my router ). Can I use ssh tunel to connect from server side smartphoe2 to smartphone1 by scrcpy ?
The text was updated successfully, but these errors were encountered: