tcpserversinktcpserversink — Send data as a server over the network via TCP | |
Object Hierarchy
GObject
+----GstObject
+----GstElement
+----GstBaseSink
+----GstMultiFdSink
+----GstTCPServerSink
Properties
"host" gchararray : Read / Write
"port" gint : Read / Write
Description
Element Information
plugin |
tcp
|
author | Thomas Vander Stichele <thomas at apestaart dot org> |
class | Sink/Network |
Details
GstTCPServerSink
typedef struct _GstTCPServerSink GstTCPServerSink;
Opaque data structure.
Properties
The "host
" property
"host" gchararray : Read / Write
The host/IP to send the packets to.
Default value: "localhost"
The "port
" property
"port" gint : Read / Write
The port to send the packets to.
Allowed values: [0,65535]
Default value: 4953