Romain Vimont
Romain Vimont
I had the same problem, but made it compile with some changes: https://github.com/rom1v/bbqscreen_client/commits/compilefix
What commands did you execute exactly? On which commit exactly?
> Actually in my Ubuntu 20.04, the newest meson was 0.53.2, and after I installed the latest version (0.63.0) with pip, this ERROR no longer existed. Oh, the older version...
With adb enabled, the computer has privileged access to the device, but not in the opposite direction. The only communication is via two sockets: one for the video stream, one...
Since only scrcpy-server communicates with the computer, any third party could not do anything. You could share the clipboard in both directions though: - the computer clipboard is shared only...
> stack corruption detected (-fstack-protector) Aborted Is it an error on the host or on the device (sometimes, when `app_process` fails, it prints `Aborted` to the console)? Could you enable...
-1 should be handled correctly on the server side, something is probably wrong in the caller side (your client code). > 'com.genymobile.scrcpy.Server {} log_level=verbose max_size=0 bit_rate=8000000 max_fps=0 lock_video_orientation=-1 tunnel_forward=true send_frame_meta=false...
Or maybe something related to a maximum string length in your client? If you remove other parts but keep `lock_video_orientation=-1`, does it work?
Could you check in `adb logcat` if there are any errors when you start with `lock_video_orientation=-1`?
> ``` > 12-01 17:29:00.188 25359 25359 W System : ClassLoader referenced unknown path: /data/local/tmp/scrcpy-server.jar > 12-01 17:29:00.193 25359 25359 E appproc : ERROR: could not find class 'com.genymobile.scrcpy.CleanUp' >...