tcpserversink

tcpserversink — Send data as a server over the network via TCP

Properties

gchar * host Read / Write
gint port Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GstObject
        ╰── GstElement
            ╰── GstBaseSink
                ╰── GstMultiFdSink
                    ╰── GstTCPServerSink

Description

Example launch line

1
2
3
4
# server:
gst-launch fdsrc fd=1 ! tcpserversink protocol=none port=3000
# client:
gst-launch tcpclientsrc protocol=none port=3000 ! fdsink fd=2

Synopsis

Element Information

plugin

tcp

author

Thomas Vander Stichele <thomas at apestaart dot org>

class

Sink/Network

Element Pads

name

sink

direction

sink

presence

always

details

ANY

Functions

Types and Values

struct GstTCPServerSink

struct GstTCPServerSink;

Opaque data structure.

Property Details

The “host” property

  “host”                     gchar *

The host/IP to send the packets to.

Flags: Read / Write

Default value: "localhost"


The “port” property

  “port”                     gint

The port to send the packets to.

Flags: Read / Write

Allowed values: [0,65535]

Default value: 4953

See Also

multifdsink