![]() |
![]() |
![]() |
GStreamer Base Plugins 0.10 Plugins Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
"host" gchar* : Read / Write "port" gint : Read / Write "protocol" GstTCPProtocol : Read / Write
1 2 3 4 |
# server: nc -l -p 3000 # client: gst-launch fdsrc fd=1 ! tcpclientsink protocol=none port=3000 |
plugin |
tcp |
author |
Thomas Vander Stichele <thomas at apestaart dot org> |
class |
Sink/Network |
"host"
property"host" gchar* : Read / Write
The host/IP to send the packets to.
Default value: "localhost"
"port"
property"port" gint : Read / Write
The port to send the packets to.
Allowed values: [0,65535]
Default value: 4953
"protocol"
property"protocol" GstTCPProtocol : Read / Write
The protocol to wrap data in.
Default value: GST_TCP_PROTOCOL_NONE