Romain Vimont
Romain Vimont
You missed the first line, where the scrcpy version is printed (above "dependencies") :smile:
Does it also happen when your record with `screenrecord`? ``` adb shell screenrecord /sdcard/file.mp4 ```
Ref: #149 #505 > someone said it would be too much work but the thread is closed Could you reference the thread?
> Is anyone still working on scrcpy? Yes, on my free time. > If so is this on the road map? TBH, not really, unless someone wants to work on...
Here is a simple proposal to fix both #712 and #1302 with a single `--map` option (not implemented yet): ``` scrcpy --map 'z=click:200:300,a=click:500:400,space=click:780:40,rclick=inject,mclick=back' ``` - pressing z will inject a...
OK :+1: will read that: https://github.com/barry-ran/QtScrcpy/blob/master/docs/KeyMapDes.md > The coordinates are expressed in device screen resolution In fact, they should be totally relative instead (between 0 and 1), so that they...
Now I think that #1302 could be fixed quickly separately (`--right-click=inject --middle-click=back` for example).
> any chance of seeing this feature in the near future? Yes, now: #5102.
Released in scrcpy 2.6 :rocket: https://github.com/Genymobile/scrcpy/blob/master/doc/audio.md#duplication
If you want to build the server, you need the Android SDK. If you don't want to build the server, use the prebuilt server. https://github.com/Genymobile/scrcpy/blob/master/BUILD.md