Romain Vimont
Romain Vimont
That's an error from `adb`, not scrcpy. What if you execute manually `adb push scrcpy-server /data/local/tmp/scrcpy-server.jar`? (on Windows, double-click `open_a_terminal_here.bat` and execute this command).
@dur-randir Thank you very much! A few questions/remarks: - Could `app/deps/ffmpeg-macos.sh` be "merged" into `app/defs/ffmpeg.sh` to avoid duplication (a common file for all platforms)? - It seems only FFmpeg is...
> Sure, I've done it separately because of I didn't know in advance what'd be needed to be changed. :+1: > They're taken from `brew install` in binary form. OK...
> Looks as if you need to add something in the compile/ build script so that scrcpy indeed DOES look in the same directory. The option is `portable`: https://github.com/Genymobile/scrcpy/blob/665ccb32f5306ebd866dc0d99f4d08ed2aeb91c3/meson_options.txt#L4 (add...
The scripts to build dependencies are currently specific to cross-compile Windows from Linux. I'll have to adapt them to also support native build (will be useful for macOS). Meanwhile, I...
Thank you for your replies. @carlos-zamora I could not reproduce myself. @ronal33 I built a binary with your additional code, so that people could test: https://github.com/Genymobile/scrcpy/issues/5122#issuecomment-2408888597 But no answer so...
> allocate one bit per archive, set the bit for the chunks referenced by that archive That makes sense. > The problem in general is the amount of queries needed:...
I just submitted #6159. It introduces the protocol change to add a "session packet" (you're mentioned as co-author of that commit). The session packet only includes the video resolution (since...
First, independently of scrcpy, can you access your remote computer (on which the remote device is connected) from your local computer using ssh?