View Single Post
Posts: 100 | Thanked: 543 times | Joined on Jun 2010 @ Kiev, Ukraine
#7
Yep, NAS doesn't work (for me, at least) - default configuration is unusable for Maemo, and even after manual configuration, it doesn't work - I got some "buffer underrun" errors.

The next possibility is PulseAudio, of course. But, seems it doesn't work for now either:
In theory:
On N900:
Code:
apt-get install pulseaudio-module-extra
stop pulseaudio
pulseaudio -C
load-module module-native-protocol-tcp auth-anonymous=1 port=6000 listen=192.168.2.15
On client:
Code:
export PULSE_SERVER=192.168.2.15:6000
mplayer -ao pulse song.mp3
(or use pax11publish -e -S 192.168.2.15 command to make this server active for all audio output on client)

But it doesn't work - I got "E: protocol-native.c: protocol error, kicking client". Seems the protocol's version mismatch problem. On N900 we have "0.9.15" version, on my Ubuntu 10.10 client - "0.9.21-63-gd3efa-dirty".

Here is a similar topic: http://talk.maemo.org/showthread.php?t=36936
 

The Following User Says Thank You to divan For This Useful Post: