udpsink

udpsink — Send data over the network via UDP

Synopsis

struct              GstUDPSink;

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----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

1
2
3
4