manpagez: man pages & more
html files: gst-plugins-base-plugins-1.0
Home | html | info | man

tcpclientsink

tcpclientsink

Properties

gchar * host Read / Write
gint port Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GstObject
            ╰── GstElement
                ╰── GstBaseSink
                    ╰── GstTCPClientSink

Description

Example launch line

1
2
3
4
# server:
nc -l -p 3000
# client:
gst-launch-1.0 fdsink fd=1 ! tcpclientsink port=3000
everything you type in the client is shown on the server (fd=1 means standard input which is the command line input file descriptor)

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 GstTCPClientSink

struct GstTCPClientSink;

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

tcpclientsink

© manpagez.com 2000-2024
Individual documents may contain additional copyright information.