gstreamer-1.0.5 & shout2send

Bill Blue bblue at netoldies.com
Wed Mar 6 11:37:44 PST 2013


Hi -

I'm having trouble with shout2send.

gst-launch \
        directsoundsrc ! \
        audioconvert ! \
        audioamplify amplification="1" ! \
        vorbisenc bitrate="128000" ! \
        oggmux ! \
        shout2send ip="10.146.162.40" port="4949" mount="/nor" 
password="xxxx" username="xx"

Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
New clock: GstAudioSrcClock
Redistribute latency...
ERROR: from element /GstPipeline:pipeline0/GstShout2send:shout2send0: 
Could not connect to server
Additional debug info:
C:/sbuild/src/mingw/gst-plugins-good-1.0-1.0.5-1/gst-plugins-good-1.0.5/ext/shout2/gstshout2.c(550): 
gst_shout2send_connect (): 
/GstPipeline:pipeline0/GstShout2send:shout2send0:
shout_open() failed: err=Login failed
Execution ended after 488028000 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline ...

If I use the same parameters on another encoder (butt or others) they 
connect immediately.  But here, shout2send doesn't appear to be able 
to open the connection, which of course prevents it from logging in.  
The exact same parameters worked correctly in a 0.10.xxx build of 
gstreamer.

This is compiled in Mingw, 32 bit (latest release)  along with lib-av 
and all the plugin packages.  No obvious compilation/build errors.

Thanks.

--Bill

Anyone with ideas on how to fix it?




More information about the gstreamer-devel mailing list