Top | ![]() |
![]() |
![]() |
![]() |
GObject ╰── GInitiallyUnowned ╰── GstObject ╰── GstElement ╰── GstBaseSrc ╰── GstPushSrc ╰── GstTCPClientSrc
1 |
gst-launch-1.0 tcpclientsrc port=3000 ! fdsink fd=2 |
everything you type in the server is shown on the client. If you want to detect network failures and/or limit the time your tcp client keeps waiting for data from server setting a timeout value can be useful.
plugin |
tcp |
author |
Thomas Vander Stichele <thomas at apestaart dot org> |
class |
Source/Network |
“host”
property “host” gchar *
The host IP address to receive packets from.
Owner: GstTCPClientSrc
Flags: Read / Write
Default value: "localhost"
“port”
property “port” gint
The port to receive packets from.
Owner: GstTCPClientSrc
Flags: Read / Write
Allowed values: [0,65535]
Default value: 4953