Romain Vimont

Results 2060 comments of Romain Vimont

Thank you for your review :+1: I fixed on `uhid.34`. I'll do another review pass before merging.

`uhid.38` merged into `dev` :rocket:

@chldbwnstm No, to factorize the code between AOA and UHID, the client sends the HID payloads, which are created by the client (but the UHID structure is created on the...

Either use [`--prefer-text`](https://github.com/Genymobile/scrcpy/blob/master/doc/keyboard.md#text-injection-preference), or better, switch to [UHID keyboard](https://github.com/Genymobile/scrcpy/blob/master/doc/keyboard.md#physical-keyboard-simulation).

(sorry, I don't have much time right now to review) > Is it possible to send frames already decoded by FFmpeg instead of forwarding packet? That's a bad idea, the...

Note that if you just want to test your implementation of the `--serve` option, you can just use VLC as client: ```bash vlc --demux h264 tcp://localhost:1234 ``` (the latency will...

> I changed to `packet.data` instead Good catch :) > What about allowing recording and serve at the same time? Yes, `serve` will not prevent recording. (and it should be...

> So, we can remove tcp as parameter: `--serve IP:PORT` For now, we can. In theory, we could also serve over other protocols (`http://`, `rtsp://`…).

It's a great feature for streaming to OBS without opening a scrcpy window too :wink:

> It works now! :+1: > It's a great feature for streaming to OBS without opening a scrcpy window too :wink: Arf, it does not work: OBS supports opening a...