Hi All,

I'm not quite sure it is the right place to ask this question but this felt like being closest...

I have two machines at home, one is a desktop one with an audio equipment connected to it, the other is a netbook, which I almost always have with me in the house. Now, the problem is, that sometimes I want to start music using the netbook, but somehow, I want the music to be played by the desktop machine... I have a half-solution right now: I implemented a java servlet which is deployed on the desktop and can stream audio data from my netbook, but if I listen to music on, say youtube, I cannot redirect the stream into my servlet.

How can I redirect the input of my soundcard to my desktop machine?

Any help would be appreciated!

Thanks,
Zserzs

P.S.: I'm using Ubuntu Studio on my desktop and Fedora 15 on my netbook. I'm open for changing from Fedora to Ubuntu, if it makes things easier...