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
When I run the service above or even manually run /usr/local/bin/vban_receptor -i 192.168.1.2 -p 6980 -s StereoPi -q 0as root, the output is totally garbled, almost unrecognizable, and I do receive a lot of:
ALSA lib pcm.c:8545:(snd_pcm_recover) underrun occurred
Error: alsa_write: short write (expected 103, wrote 68)
Error: alsa_write: snd_pcm_writei failed: Broken pipe
Would you help me sort it out?
The text was updated successfully, but these errors were encountered:
Looks like both nice and scheduling priority is same whether executed in root session or user.
Noticed that user session forks, while vban_receptor executed in root session does not fork.
Hi!
I installed vban receptor on raspbian on rpi3.
When ran as user everything works fine, plays the stream.
Added a service:
When I run the service above or even manually run
/usr/local/bin/vban_receptor -i 192.168.1.2 -p 6980 -s StereoPi -q 0
as root, the output is totally garbled, almost unrecognizable, and I do receive a lot of:Would you help me sort it out?
The text was updated successfully, but these errors were encountered: