192.168.1.102= My desktop ipadress.
However, the Raspberry pi don't show up as an output in pulseaudio on my desktop.
Has anyone got this working?
Thanks in advance!
Running Debian Squeeze with xfce4 on a Fujitsu P7120 and a Asus ITX HTPC with Debian Squeeze with xfce4 . Debian just keeps getting better and better .
Running Debian Squeeze with xfce4 on a Fujitsu P7120 and a Asus ITX HTPC with Debian Squeeze with xfce4 . Debian just keeps getting better and better .
I tried this a while ago and did get it working (can't recall the specifics sorry) but found it laggy and unreliable. I ended up just running mpd on the box attached to my amp - works really well and has clients for pretty much every platform.
I tried doing something like this with mpd, and I was trying to play through the local speakers and remote speakers at the same time... big mistake. They phased with each other and the quality in general of the stream was pretty low. 'specially if you're playing video through cable and audio through stream... plus pulse audio is evil and needs to die.
Here is one way that I have done something similar and had it work very well. First, install mpd/mopidy on the RPi. I have then set up DLNA, mainly because so many phones and other devices have DLNA. Then use a script called "pulseaudio-dlna" on the Debian machine (you have to find the source with google or equivalent). This will then add the RPi as an output device in pavucontrol. Then you can send audio from any program from the computer to the RPi (and thus to the amplifier). There is a latency of about some seconds, so you wouldn't want to watch a film or play a game on it (as the audio would always lag a few seconds compared to the visual content). There are however some videoplayers that can play the audio track of a file in advance in order to compensate for such latency.
In the case that you want a "multiple room" solution, or a solution where audio needs to be played both locally and remotely in sync, then you need to have a look at sometihng called Logitech Media Server and squeezeplayer/plug. There is a RPi ready made image called picoreplayer which essentially boots tiny core linux and a squeeze client. It boots quickly and you can shut it down by pulling the plug on the machine without risking file system corruption (everything is in RAM). Then you can install this on many devices and using the LMS send audio to all those client to be played in sync. IIRC the software was originally something that Logitech developed but then later open sourced it.