| Top |
GObject
╰── GstObject
╰── GstElement
╰── GstBaseSrc
╰── GstPushSrc
╰── GstTCPServerSrc
1 2 3 4 |
# server: gst-launch tcpserversrc protocol=none port=3000 ! fdsink fd=2 # client: gst-launch fdsrc fd=1 ! tcpclientsink protocol=none port=3000 |
plugin |
tcp |
author |
Thomas Vander Stichele <thomas at apestaart dot org> |
class |
Source/Network |
“host” property “host” gchar *
The hostname to listen as.
Flags: Read / Write
Default value: NULL
“port” property “port” gint
The port to listen 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