Alsa

VLC:無法打開 ALSA 設備“預設”:連接被拒絕

  • May 15, 2020

啟動 VLC 時,我得到:

[000055d167ad3e80] alsa audio output error: cannot open ALSA device "default": Connection refused
[000055d167ad3e80] main audio output error: module not functional
[00007f59ce548870] main decoder error: failed to create audio output
ALSA lib pulse.c:243:(pulse_connect) PulseAudio: Unable to connect: Connection terminated

VLC 抱怨音頻無法正常工作。

我該如何解決?

alsa 限制了客戶的數量(不確定限制在哪里或為什麼有限制。如果您知道,請發表評論)。

殺死其他一個客戶(在我的情況下是另一個(暫停的)VLC)使其工作。

引用自:https://unix.stackexchange.com/questions/586796