problem when streaming RTP to multicast address in Gstreamer 0.11.93

Tim-Philipp Müller t.i.m at zen.co.uk
Wed Aug 15 05:17:00 PDT 2012


On Wed, 2012-08-15 at 13:56 +0200, Vasile Popescu wrote:

Hi,

> 
> I am trying to create a simple gstreamer pipe to send a test stream to
> a multicast address using RTP protocol. The pipe that I'm using is:
> 
> gst-launch-1.0 --gst-debug=1 --verbose audiotestsrc ! mulawenc !
> rtppcmupay ! udpsink host=$MULTICAST_IP_ADDR auto-multicast=true
> port=$AUDIO_UDP_PORT
> 
> Apparently this doesn't work with the latest version of gstreamer
> (Gstreamer 0.11.93 or Gstreamer 0.11.92). The error that I get when I
> run the pipe is:
> 
> (gst-launch-1.0:29785): GLib-GIO-CRITICAL **:
> g_socket_multicast_group_operation: assertion
> `g_inet_address_get_family (group) == socket->priv->family' failed
> Caught SIGSEGV accessing address 0x8
> 
> The client side complains as well with this error:
> (snip)

Please file a bug in bugzilla, see
http://gstreamer.freedesktop.org/bugs/

Thanks!

Cheers
 -Tim



More information about the gstreamer-devel mailing list