GStreamer Base Plugins 0.10 Plugins Reference Manual | ||||
---|---|---|---|---|
GObject +----GstObject +----GstElement +----GstBaseSrc +----GstPushSrc +----GstTCPServerSrc
"host" gchar* : Read / Write "port" gint : Read / Write "protocol" GstTCPProtocol : Read / Write
# 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 |
"port"
property"port" gint : Read / Write
The port to listen 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