udpsink

udpsink — Send data over the network via UDP

Synopsis

                    GstUDPSink;

Object Hierarchy

  GObject
   +----GstObject
         +----GstElement
               +----GstBaseSink
                     +----GstMultiUDPSink
                           +----GstUDPSink

Implemented Interfaces

GstUDPSink implements GstURIHandler.

Properties

  "host"                     gchar*                : Read / Write
  "port"                     gint                  : Read / Write

Description

udpsink is a network sink that sends UDP packets to the network. It can be combined with RTP payloaders to implement RTP streaming.

Examples

gst-launch -v audiotestsrc ! udpsink

Details

GstUDPSink

typedef struct _GstUDPSink GstUDPSink;

Property Details

The "host" property

  "host"                     gchar*                : Read / Write

The host/IP/Multicast group to send the packets to.

Default value: "localhost"


The "port" property

  "port"                     gint                  : Read / Write

The port to send the packets to.

Allowed values: [0,65535]

Default value: 4951

See Also

udpsrc, multifdsink