I want gstreamer to send audio to my icecast server, using rhythmbox. Using the gst shout2 plugin, this should be no problem - however, I just can't find any description on how to configure the shout2send gst sink? I mean, there must be a configuration setting for it somewhere, so it knows where to send any data... I'm testing it with this command:
Code: Select all
gst-launch-0.8 filesrc location=Midnight_Mover.mp3 ! mad ! shout2send
and get this error:
Code: Select all
WARNING: erroneous pipeline: could not link mad0 to shout2send0
Trying to run anyway.
RUNNING pipeline ...
but nothing happens, icecasts access log is empty (of course, since I've had nowhere to configure where it should send the stream).
Does anyone know anything on how I can configure shout2send?
Using the command
Code: Select all
gst-launch-0.8 filesrc location=Midnight_Mover.mp3 ! mad ! alsasink
it's send to audio out (alsa) since alsa knows where to send its stuff, and this works fine - but it doesn't help me streaming!