| udpsinkudpsink — Send data over the network via UDP |  | 
Implemented Interfaces
GstUDPSink implements
 GstURIHandler.
 
Description
udpsink is a network sink that sends UDP packets to the network.
It can be combined with RTP payloaders to implement RTP streaming.
Synopsis
Element Information
| plugin | udp | 
| author | Wim Taymans <wim@fluendo.com> | 
| class | Sink/Network | 
 
Element Pads
| name | sink | 
| direction | sink | 
| presence | always | 
| details | ANY | 
 
 
 
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