You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
scrcpy/app
Romain Vimont 13a3395a33 Disable audio on initialization error
By default, audio is enabled (--no-audio must be explicitly passed to
disable it).

However, some devices may not support audio capture (typically devices
below Android 11, or Android 11 when the shell application is not
foreground on start).

In that case, make the server notify the client to dynamically disable
audio forwarding so that it does not wait indefinitely for an audio
stream.

Also disable audio on unknown codec or missing decoder on the
client-side, for the same reasons.

PR #3757 <https://github.com/Genymobile/scrcpy/pull/3757>
2 years ago
..
data Add --no-audio option 2 years ago
prebuilt-deps Upgrade FFmpeg custom builds for Windows 2 years ago
src Disable audio on initialization error 2 years ago
tests Forward action button to device 2 years ago
meson.build Upgrade FFmpeg (6.0) for Windows 2 years ago
scrcpy-windows.manifest Set DPI awareness for Windows 3 years ago
scrcpy-windows.rc Bump version to 1.25 2 years ago
scrcpy.1 Fix --encoder documentation 2 years ago