![]() |
Streaming audio from computer to N900
I'd like to know how I can send audio from my desktop, using a gst-launch pipe to my N900 for output.
If that was hard to understand... PC -> Gstreamer pipe -> Network -> Gstreamer pipe -> N900 speakers/headphone jack All I want is audio, but I can't understand the tutorials on this, as they also include video and also don't target gst-launch for playback. I'm not really handy with Gstreamer yet, I only understand minor parts of it. As a point of entrance I've tried these: On PC Code:
gst-launch -e pulsesrc device="alsa....devicethingy" ! audioconvert ! mulawenc ! rtppcmupay mtu=1438 ! tcpserversink host=(localhost) port=5004 Code:
gst-launch tcpclientsrc host=(PC's IP) port=5004 ! mulawdec ! pulsesink On PC side, this is the output: Code:
Setting pipeline to PAUSED ... I'm sorry if I'm a truckload of failure with Gstreamer. :p |
All times are GMT. The time now is 19:35. |
vBulletin® Version 3.8.8