-
-
Notifications
You must be signed in to change notification settings - Fork 11k
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
Possiblility to connect to remote adb device? #144
Comments
It seems to work…
https://www.genymotion.com/blog/open-source-project-scrcpy-now-works-wirelessly/ |
It works with localhost but not with a remote host.
On laptop 2
check
And there is no output and no UI after that |
Could you try on current |
Even I am not able to see output when I am trying to connect to remote server. |
getting below error on remote adb server |
I just tried and reproduced. In fact, this is "expected": the You need, in addition, to redirect remote 27183 to local 27183 (which is not related to adb). Using SSH, you can enable both redirections. From the local computer:
From another terminal on the local computer:
|
I added a new option |
We connect to remote adb devices using env variable ADB_SERVER_SOCKET ( same as -L option of adb but using ENV variable instead)
looks like scrcpy does not recognize this. It pushed the file to the remote device and thereafter just stuck. It will be great if that can be supported. Or is there any other way to access the remote device using scrcpy?
The text was updated successfully, but these errors were encountered: