Thomas Weißschuh
Thomas Weißschuh
> It can control the audio output device's mute state with the ao-mute property, but I don't recommend it. At least for `ao_pulse` and `ao_pipewire`, `ao-mute` does not touch the...
> Some AOs (e.g. pipewire) remember ao volume and ao mute even after mpv quits. Nitpick: this is not done by mpv itself but by the pipewire session manager (most...
Can you run mpv with the env variable PIPEWIRE_DEBUG=5 and post the output?
What happens *without* `--audio-channels=5.1,stereo '--audio-device=pipewire/alsa_output.pci-0000_01_00.1.hdmi-surround-extra1' --audio-exclusive=yes` ?
Can you also enable logs from wireplumber? `wp-ctl set-log-level D`? The logs will show up in `journalctl --user --unit wireplumber`
This looks better. Could you provide pipewire/mpv/wireplumber logs without pavucontrol/easyeffects running for the command `mpv --config=no --msg-level=ao/pipewire=trace --audio-spdif=ac3 file.mkv`. I'd like to look at a consistent set of logs.
And for `journalctl` use `--output=short-iso-precise` for high-res timestamps.
Did you manually stop mpv or did it do so automatically? It looks like playback has started "[ao/pipewire] queued 16 of 16 samples", but then got stopped from mpv. If...
It logs one message per 16 samples. At a sample rate of 48k, it is expected to see the 3k logs per second. But 16 samples per queue does look...
On 6.11 you should get keyboard backlight control without this module through `cros_kbd_led_backlight`. The build for the backlight should probably disabled for those kernels.