Romain Vimont

Results 1981 comments of Romain Vimont

I am not keen on checking several filenames for the server. I'm not sure to understand why you need this: this code is for the case `#ifdef PORTABLE` (i.e. in...

> My proposed Debian update does use PORTABLE build. Why? The purpose of portable is basically to put `scrcpy-server` in the same directory as `scrcpy` (whichever it is). But your...

The correct way currently is to always execute `./install_release.sh` from the `master` branch. The other valid way is to checkout the tag `v2.6.1-install-release`. Also see https://github.com/Genymobile/scrcpy/issues/4098#issuecomment-1600332180.

See #4084 #4087. And https://github.com/Genymobile/scrcpy/issues/4087#issuecomment-2236508615

@Malok-003 Which scrcpy version? See #3825.

There is a new audio capture method, to be enabled by: ``` scrcpy --audio-source=playback ``` I'm not sure it will solve your issue, but it is worth trying.

scrcpy does not store any state. Every time you start it, it only uses the parameters you pass.

What's the error in the console (post the full output)? https://github.com/Genymobile/scrcpy/blob/master/doc/windows.md#run

Execute scrcpy following the instructions here: https://github.com/Genymobile/scrcpy/blob/master/doc/windows.md#run Copy the content of the terminal here.

It's unexpected that it returns immediately. What is the result of `adb devices`? Can you post a screenshot of your terminal when you double-click on `scrcpy-console.bat`?