Hi.
Sometimes, moonlight refuses to start and this is caused by this error:
Starting audio stream...Alsa error code -16
I’ve used strace
and noticed this difference when moonlight refuses to start:
openat(AT_FDCWD, "/dev/snd/pcmC0D2p", O_RDWR|O_NONBLOCK|O_CLOEXEC) = -1 EBUSY (Device or resource busy)
When it works correctly, strace
shows the following:
openat(AT_FDCWD, "/dev/snd/pcmC0D2p", O_RDWR|O_NONBLOCK|O_CLOEXEC) = 28
Is there anything to initialize/reset with regards to the audio device?
Thanks for your help.