mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-12 11:08:57 +00:00
Document missing Opus encoder error
And how to solve it.
This commit is contained in:
parent
6ad037ea04
commit
45717733a1
1 changed files with 7 additions and 0 deletions
|
@ -35,6 +35,13 @@ scrcpy --audio-codec=aac
|
||||||
scrcpy --audio-codec=raw
|
scrcpy --audio-codec=raw
|
||||||
```
|
```
|
||||||
|
|
||||||
|
In particular, if you get the following error:
|
||||||
|
|
||||||
|
> Failed to initialize audio/opus, error 0xfffffffe
|
||||||
|
|
||||||
|
then your device has no Opus encoder: try `scrcpy --audio-codec=aac`.
|
||||||
|
|
||||||
|
|
||||||
Several encoders may be available on the device. They can be listed by:
|
Several encoders may be available on the device. They can be listed by:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue