-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ALSA dies after a while #66
Comments
I was getting this error message a while back. Unfortunately, I don't remember exactly what I did to fix it. Does anything relevant show up in the host's logs at around the same timestamp? Have you tried running the container without the parameter |
I did not check the host but I checked that Wait, if you don't use |
I think you've misunderstood me. I have no doubt that sound works on the host. However, the container's ability to play sound relies on communicating with the host's pulseaudio. Examining the host's logs, at the time that the container gives you the error message, may give insight into why that communication is impeded.
Yes, my dockerized Mycroft runs, with sound, for days at a time. |
Thanks @mjkaye I'll have a look around and get back with some results. I was also considering running pulseaudio in the container, dedicated there, as I don't use sound in the host at all (it's a headless ubuntu server, so I don't really make any use of the sound directly from the host). I haven't explored this possibility yet. |
Hello there,
using this with a Jabra 510 USB on the host, and works flawlessly for a while...eventually dying (not responding to "Hey Mycroft", and not even using
mycroft-say-to
command).From the
voice.log
file:My config in the host I am assuming it's correct, since it works on both the host, and the container (although just for a while in the latter).
For the container, I mount the pulse socket and the cookie as required in the README.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: