Top | ![]() |
![]() |
![]() |
![]() |
GObject ╰── GInitiallyUnowned ╰── GstObject ╰── GstElement ╰── GstBaseSrc ╰── GstPushSrc ╰── GstTCPClientSrc
1 2 3 4 |
# server: nc -l -p 3000 # client: gst-launch-1.0 tcpclientsrc port=3000 ! fdsink fd=2 |
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.
Flags: Read / Write
Default value: "localhost"
“port”
property“port” gint
The port to receive packets from.
Flags: Read / Write
Allowed values: [0,65535]
Default value: 4953
“timeout”
property“timeout” guint
Value in seconds to timeout a blocking I/O. 0 = No timeout. .
Flags: Read / Write
Default value: 0