Top | ![]() |
![]() |
![]() |
![]() |
GObject ╰── GInitiallyUnowned ╰── GstObject ╰── GstElement ╰── GstBaseSink ╰── GstTCPClientSink
1 |
gst-launch-1.0 fdsink fd=1 ! tcpclientsink port=3000 |
everything you type in the client is shown on the server (fd=1 means standard input which is the command line input file descriptor)
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.
Owner: GstTCPClientSink
Flags: Read / Write
Default value: "localhost"
“port”
property“port” gint
The port to send the packets to.
Owner: GstTCPClientSink
Flags: Read / Write
Allowed values: [0,65535]
Default value: 4953