tcpclientsrc
tcpclientsrc — Receive data as a client over the network via TCP
|
|
Object Hierarchy
GObject
+----GInitiallyUnowned
+----GstObject
+----GstElement
+----GstBaseSrc
+----GstPushSrc
+----GstTCPClientSrc
Description
Example launch line
everything you type in the server is shown on the client
Details
GstTCPClientSrc
typedef struct _GstTCPClientSrc GstTCPClientSrc;
Property Details
The "host"
property
"host" gchar* : Read / Write
The host IP address to receive packets from.
Default value: "localhost"
The "port"
property
"port" gint : Read / Write
The port to receive packets from.
Allowed values: [0,65535]
Default value: 4953
The "protocol"
property
"protocol" GstTCPProtocol : Read / Write
The protocol to wrap data in.
Default value: GST_TCP_PROTOCOL_NONE