-
-
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
[Question] How to use scrcpy via SSH tunneling? Readme is outdated. #1470
Comments
If you pass
What is the output? |
Since I am not that experienced with port forwarding; in which cases are |
In addition, |
Hi @rom1v,
I tried again with
It will output the following text on terminal, and no other window to show device screen.
Is ADB forward new feature? As you can see, I am using scrcpy v1.13 on Windows x64. |
Yes, it has been added in v1.14: https://github.com/Genymobile/scrcpy/releases/tag/v1.14 |
So I just tested it again with scrcpy v1.14 and it works! Thanks @rom1v! Shall I close this issue? |
Hi, what about this:
Is it possible to transmit data over SSH, without using adb? |
Hi developers of scrcpy,
Thank you for developing this awesome tool. I have a problem when I tried to connect to my device with the following configuration:
Device ---USB--- Server ---WiFi--- Client
I tried the following steps:
adb -a nodaemon server
ssh -CN -L5037:localhost:5037 -R27183:localhost:27183 <server ip address>
adb devices
, it successfully listed the device on client machine.scrcpy --force-adb-forwrad
and it doesn't work. I try again with the following commandscrcpy --force-adb-forward
and it doesn't work. I tried without any argument, just run the commandscrcpy
and it doesn't work.Seems like the readme is outdated or the feature is no longer supported. If it is still supported, would you tell me how to do it? I will make a PR to update the readme if you want.
The text was updated successfully, but these errors were encountered: