Then we realized that ssh was not made for audio/video streaming; and we started looking for audio streaming solutions.
Turns out that the new pulseauadio that ships with fedora9 can deliver networked sound, wow ! we tried the $PULSE_SERVER approach, but could not get it to work.
The config that finally worked was this one.
this is what it says -
++cut++
--cut--On the sender side simply load the RTP sender module:
pactl load-module module-rtp-sendOn the reciever sides, create an RTP source:
pactl load-module module-null-sink sink_name=rtp pactl load-module module-rtp-recv sink=rtp pactl set-default-source rtp_monitorNow the audio data will be available from the default source rtp_monitor.
UPDATE : does not seem to work any more with pulseaudio 0.9.21 :(
--
prashant