Romain Vimont

Results 2055 comments of Romain Vimont

What are the exact command your execute? What is the current commit you are on?

``` [scrcpy] Installing (sudo)... [0/1] Installing files. Installing app/scrcpy to /usr/local/bin Stripping target 'app/scrcpy'. Installing server/scrcpy-server to /usr/local/share/scrcpy Installing /home/eklebanow/scrcpy/app/scrcpy.1 to /usr/local/share/man/man1 Installing /home/eklebanow/scrcpy/app/data/icon.png to /usr/local/share/icons/hicolor/256x256/apps Installing /home/eklebanow/scrcpy/app/data/zsh-completion/_scrcpy to /usr/local/share/zsh/site-functions...

Could you please try with `scrcpy --no-audio`?

OK so the FakeContext to make audio works seems to break your video. (cc @yume-chan for information)

Audio requires an app context, but it seems that the workarounds which makes Nvidia Shield fail are unrelated workarounds for Meizu phones. So let's try to split them: 3582592d2c50304146338606678ea58f05a7674f Please...

> I still get the Failed to initialize audio/opus, error 0xfffffffe error ``` scrcpy --list-encoders scrcpy --audio-codec=aac ```

:ok_hand: Merged into `dev`: 6ba99a62ff51c0ce209db78a9ed17f1633170027

> will this change be merged into the next release, or will this always stay as a manual fix? It is already merged into the `dev` branch (6ba99a62ff51c0ce209db78a9ed17f1633170027), so it...

Yes, that would be great. But that's not trivial to keep the decoded image on the GPU until display for all video output. On VLC, we implement interops manually for...