You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Hi.
First of all: Great software, I use it for almost 5 years now.
I do have a problem since almost a year which I can't seem to fix. Every once in a while (no pattern so far), the fifo queue under /tmp/snapfifo is being renamed (or deleted and recreated) as /tmp/snapfifo-01. Another fifo queue named /tmp/snapfifo-02 appears 5 min after.
My setting is not too exotic: I record incoming sound from bluealsa using arecord and then pipe it into the fifo queue. In other words: the raspberry that snapserver runs on and distributes sound to the snapclients, is also functioning as a bluetooth speaker I cast music to.
/usr/bin/arecord -D bluealsa -f dat --fatal-errors /tmp/snapfifo 2> /dev/null || sleep 10;
After renaming, snapaserver rightly complains about no /tmp/snapfifo queue being present.
I found nothing in your code that could explain the renaming.
Steps to Reproduce
Wish
I
Could :-(
Environment details
OS: Raspbian
Snapcast version 0.31.0 and before
used your deb package
Attach logfile if applicable
Generate logs with snapclient --logfilter debug or snapserver --logging.filter debug if possible and paste them in the following codeblock
# Replace this with your logs
The text was updated successfully, but these errors were encountered:
Describe the bug
Hi.
First of all: Great software, I use it for almost 5 years now.
I do have a problem since almost a year which I can't seem to fix. Every once in a while (no pattern so far), the fifo queue under /tmp/snapfifo is being renamed (or deleted and recreated) as /tmp/snapfifo-01. Another fifo queue named /tmp/snapfifo-02 appears 5 min after.
My setting is not too exotic: I record incoming sound from bluealsa using arecord and then pipe it into the fifo queue. In other words: the raspberry that snapserver runs on and distributes sound to the snapclients, is also functioning as a bluetooth speaker I cast music to.
/usr/bin/arecord -D bluealsa -f dat --fatal-errors /tmp/snapfifo 2> /dev/null || sleep 10;
After renaming, snapaserver rightly complains about no /tmp/snapfifo queue being present.
I found nothing in your code that could explain the renaming.
Steps to Reproduce
Environment details
Attach logfile if applicable
Generate logs with
snapclient --logfilter debug
orsnapserver --logging.filter debug
if possible and paste them in the following codeblockThe text was updated successfully, but these errors were encountered: