Im trying very hard to make Pulseaudio work via network. There are problems.
As of debug process, tried to test pulseaudio&alsa on localhost (rpi).
Test consists of starting pulseaudio then let mplayer play some stream via pulse.
Things I have observed: mplayer can't play stream via pulse when pulse is stasrted in verbose mode. It is able to when its started normally (user mode), but then I don't see what's happening to pulse.
Problems starts when pulse is started, mplayer is streaming and volume is being adjusted.
start pulse:
Code: Select all
$pulseaudio --startCode: Select all
$ mplayer -ao pulse http://85.159.106.242:8000/vivastream64.aacCode: Select all
Starting playback...
A: 22.0 (22.0) of 0.0 (unknown) 28.5% 40%
Audio device got stuck!
When I, using RPI as pulse server, Im able to stream for a while but when Im adjusting volume on client I ran into similar situation. XMMS just gets stucked and only way is to kill pulseaudio on server.
I have tied multiple configurations of daemon.conf which I found on internet, but none of this working.
Can you give ma a hand please?
Thank you!