Top | ![]() |
![]() |
![]() |
![]() |
GObject ╰── GInitiallyUnowned ╰── GstObject ╰── GstElement ╰── GstBaseSink ╰── GstTCPClientSink
1 2 3 4 |
# server: nc -l -p 3000 # client: gst-launch fdsink fd=1 ! tcpclientsink port=3000 |
plugin |
tcp |
author |
Thomas Vander Stichele <thomas at apestaart dot org> |
class |
Sink/Network |
“host”
property“host” gchar *
The host/IP to send the packets to.
Flags: Read / Write
Default value: "localhost"
“port”
property“port” gint
The port to send the packets to.
Flags: Read / Write
Allowed values: [0,65535]
Default value: 4953
“protocol”
property“protocol” GstTCPProtocol
The protocol to wrap data in.
Flags: Read / Write
Default value: GST_TCP_PROTOCOL_NONE