tcpclientsink
tcpclientsink — Send data as a client over the network via TCP
|
|
Description
Example launch line
everything you type in the client is shown on the server
Synopsis
Element Information
plugin |
tcp
|
author |
Thomas Vander Stichele <thomas at apestaart dot org> |
class |
Sink/Network |
Element Pads
name |
sink |
direction |
sink |
presence |
always |
details |
ANY |
Types and Values
struct GstTCPClientSink
struct GstTCPClientSink;
Property Details
The “host”
property
“host” gchar *
The host/IP to send the packets to.
Flags: Read / Write
Default value: "localhost"
The “port”
property
“port” gint
The port to send the packets to.
Flags: Read / Write
Allowed values: [0,65535]
Default value: 4953
The “protocol”
property
“protocol” GstTCPProtocol
The protocol to wrap data in.
Flags: Read / Write
Default value: GST_TCP_PROTOCOL_NONE