Romain Vimont

Results 1988 comments of Romain Vimont

A proper solution could be to implement an option `--serve`, which would wait for a client to connect before starting the mirroring, and it would forward the video stream. For...

> Since I'm not an expert in java development This feature has to be implemented on the client-side, which is in C :wink: Basically, when you receive a packet, it...

> On Windows if you hold [Alt Gr] and type a letter you can use the acute accent: é, á, í, ó, ú, ý It is probably a Windows-specific behavior....

What keyboard layout do you use on Android for UHID? (press MOD+k while mirroring with UHID is enabled: https://github.com/Genymobile/scrcpy/blob/master/doc/keyboard.md#physical-keyboard-simulation)

Indeed, if you press a modifier key, it only set the modifier in the HID protocol (so it is taken into account for all my key combinations), but the scancode...

Sorry, I posted a server binary whereas the change was in the client 🤦 (doing several things at once…) Now I'm on the phone so I will post a binary...

Here is a binary: - [`scrcpy-win64-issue4948.zip`](https://tmp.rom1v.com/scrcpy/4948/1/scrcpy-win64-issue4948.zip) `SHA-256: d9bdb90548b1ba3a93786fca32151ccbe8afe84226ab270375b0cb1fccbe312`

OK, so this scancode is not the source of the difference with the behavior you get with a keyboard. Could you test with AOA instead of UHID? https://github.com/Genymobile/scrcpy/blob/master/doc/keyboard.md#aoa

Oh yes, I should have thought of this AltGr problem with SDL on Windows (refs https://github.com/libsdl-org/SDL/issues/9201). > If the sdl library won't patch this IIUC, it is intended to be...

Just run several scrcpy instances, one for each device.