Romain Vimont
Romain Vimont
Try without scrcpy first (just adb): `adb connect MYIPADDRESS:5555` > No connection could be made because the target machine actively refused it. (10061) https://stackoverflow.com/questions/57401663/no-connection-could-be-made-because-the-target-machine-actively-refused-it-100
@Eminic Thank you for helping users with detailed information. Just one remark: > First off i started a terminal inside the platform-tools folder You don't need platform-tools, adb is in...
> adb tcpip YOURPORT > adb connect YOURIP:YOURPORT > scrcpy --tcpip=YOURIP:YOURPORT That's redundant. Either enable adb TCP/IP and connect manually, then run scrcpy: ``` adb tcpip YOURPORT adb connect YOURIP:YOURPORT...
What is the result of: ``` file /home/Jared/Android/Sdk/build-tools/34.0.0/aidl ``` ?
Try the command `adb push` with the same paths manually. Also, try from a folder without spaces (just in case).
What the full output in the console (and the command you executed)?
> the phone physically turns on again and receives all inputs regularly, but the fps on the PC stay at 0 and the video stream remains frozen. > If I...
Looks like an encoder issue then :) `--no-audio` fixing video capture was already reported for some devices (see https://github.com/Genymobile/scrcpy/issues/4639#issuecomment-1966027858 https://github.com/Genymobile/scrcpy/issues/3859#issuecomment-1493197903), but it these cases video initially did not work at...
Ah yeah, that's weird. :smile:
Could you please try removing this flag and rebuild: https://github.com/Genymobile/scrcpy/blob/74aecc00b512969fa3b067ed3cf20e12194206d2/server/src/main/java/com/genymobile/scrcpy/video/NewDisplayCapture.java#L176 (you probably will have to start an app with `--start-app` too)