gstreamer-1.0.5 & shout2send
Tim-Philipp Müller
t.i.m at zen.co.uk
Wed Mar 6 14:42:28 PST 2013
On Wed, 2013-03-06 at 11:37 -0800, Bill Blue wrote:
Hi,
> 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"
I'm a bit confused here. gst-launch usually means 0.10, in 1.0 it's
always gst-launch-1.0 (the error shows that it's using 1.x though - I
assume it's a copy'n'paste mistake?).
> 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
> 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.
Have you looked at the GST_DEBUG=shout*:6 debug log?
Cheers
-Tim
More information about the gstreamer-devel
mailing list