GStreamer Base Plugins 0.10 Plugins Reference Manual | ||||
---|---|---|---|---|
GObject +----GstObject +----GstElement +----GstBaseSrc +----GstPushSrc +----GstTCPClientSrc
"host" gchar* : Read / Write "port" gint : Read / Write "protocol" GstTCPProtocol : Read / Write
# server: nc -l -p 3000 # client: gst-launch tcpclientsrc protocol=none port=3000 ! fdsink fd=2
plugin | tcp |
author | Thomas Vander Stichele <thomas at apestaart dot org> |
class | Source/Network |
"host"
property"host" gchar* : Read / Write
The host IP address to receive packets from.
Default value: "localhost"
"port"
property"port" gint : Read / Write
The port to receive packets from.
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