GStreamer Base Plugins 1.0 Plugins Reference Manual | ||||
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
GObject +----GInitiallyUnowned +----GstObject +----GstElement +----GstBaseSrc +----GstPushSrc +----GstTCPClientSrc
"host" gchar* : Read / Write "port" gint : Read / Write "protocol" GstTCPProtocol : Read / Write
1 2 3 4 |
# server: nc -l -p 3000 # client: gst-launch tcpclientsrc port=3000 ! fdsink fd=2 |
plugin |
tcp |
author |
Thomas Vander Stichele <thomas at apestaart dot org> |
class |
Source/Network |