multicast udpsink fails

Sebastian Dröge sebastian at centricular.com
Wed Feb 12 11:48:56 PST 2014


On Mi, 2014-02-12 at 18:58 +0100, JPM wrote:
> Hi,
> 
> I am trying to send one audio stream to several clients using multicast
> with this pipeline :
> 
> gst-launch-1.0 -v audiotestsrc ! audioconvert ! audioresample !
> audio/x-raw,format=S16LE,channels=1,rate=44100 ! udpsink host=224.1.1.1
> auto-multicast=true port=3000
> 
> But appear the following error :
> 
> Setting pipeline to PAUSED ...
> ERROR: Pipeline doesn't want to pause.
> ERROR: from element /GstPipeline:pipeline0/GstUDPSink:udpsink0: Could not
> get/set settings from/on resource.
> Additional debug info:
> gstmultiudpsink.c(844): gst_multiudpsink_configure_client ():
> /GstPipeline:pipeline0/GstUDPSink:udpsink0:
> Could not join multicast group: Error joining multicast group: No such
> device
> Setting pipeline to NULL ...
> Freeing pipeline ...

Which version of GStreamer are you using? 1.0.x or 1.2.x? It should work
like that with 1.2.x but probably fails in 1.0.x without forcing ipv4 as
someone else mentioned already.

Can you provide a complete debug log? Which platform are you running
this on?

-- 
Sebastian Dröge, Centricular Ltd - http://www.centricular.com
Expertise, Straight from the Source
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20140212/b42b8a21/attachment.pgp>


More information about the gstreamer-devel mailing list