Romain Vimont

Results 2055 comments of Romain Vimont

@rahaaatul Your stacktrace (line numbers) does not match the binary I posted, but matches v2.0, so you're probably not using the binary posted in the previous command. How did you...

> But the screen must be on first. Android 11?

> One thing I noticed is that the `mChannelMask` field wasn't being set in your code Indeed, it is better to set it to the correct value (even if it...

Merged into `dev`: cab354102d722c27660e83817ecff6fd3cb9cfc7

There is an encoder issue on the device. ``` scrcpy --list-encoders ```

> [server] DEBUG: Using encoder: 'OMX.qcom.video.encoder.avc' Try the 2 other available h264 encoders listed by `--list-encoders`: ``` scrcpy --video-encoder='c2.android.avc.encoder' scrcpy --video-encoder='OMX.google.h264.encoder' ```

> but `scrcpy --no-audio` does work! There is definitely a problem here. It should work even without `--no-audio`, but I can't understand what's wrong. Refs https://www.reddit.com/r/scrcpy/comments/138zt3o/scrcpy_not_launching/ It seems that running...

What is the behavior if you run with audio only (using #3978, merged on `dev` branch)? ``` scrcpy --no-video ```

> I don’t have build routines setup yet, but I can probably get to it in the next two weeks and report back. I'm interested :)

Oh, it might be related to this line on Android 11 (that would explain why when audio is enabled it does not work): https://github.com/Genymobile/scrcpy/blob/4ad74794255b7669a89c023afc7ae7a2c0da4dc3/server/src/main/java/com/genymobile/scrcpy/Server.java#L89