rtpsrc

Simple RTP src

Hierarchy

GObject
    ╰──GInitiallyUnowned
        ╰──GstObject
            ╰──GstElement
                ╰──GstBin
                    ╰──rtpsrc

Factory details

Authors: – Marc Leeman

Classification:Generic/Bin/Src

Rank – primary + 1

Plugin – gstrtpmanagerbad

Package – GStreamer Bad Plug-ins

Pad Templates

src_%u

application/x-rtp:

Presencesometimes

Directionsrc

Object typeGstPad


Signals

no-more-pads

no_more_pads_callback (GstElement * param_0,
                       gpointer udata)
def no_more_pads_callback (param_0, udata):
    #python callback for the 'no-more-pads' signal
function no_more_pads_callback(param_0: GstElement * param_0, udata: gpointer udata): {
    // javascript callback for the 'no-more-pads' signal
}

Parameters:

param_0
No description available
udata
No description available

Flags: Run Last


pad-added

pad_added_callback (GstElement * param_0,
                    GstPad * arg0,
                    gpointer udata)
def pad_added_callback (param_0, arg0, udata):
    #python callback for the 'pad-added' signal
function pad_added_callback(param_0: GstElement * param_0, arg0: GstPad * arg0, udata: gpointer udata): {
    // javascript callback for the 'pad-added' signal
}

Parameters:

param_0
No description available
arg0
No description available
udata
No description available

Flags: Run Last


pad-removed

pad_removed_callback (GstElement * param_0,
                      GstPad * arg0,
                      gpointer udata)
def pad_removed_callback (param_0, arg0, udata):
    #python callback for the 'pad-removed' signal
function pad_removed_callback(param_0: GstElement * param_0, arg0: GstPad * arg0, udata: gpointer udata): {
    // javascript callback for the 'pad-removed' signal
}

Parameters:

param_0
No description available
arg0
No description available
udata
No description available

Flags: Run Last


Properties

address

“address” gchararray

Address to receive packets from (can be IPv4 or IPv6).

Flags : Read / Write

Default value : 0.0.0.0


async-handling

“async-handling” gboolean

The bin will handle Asynchronous state changes

Flags : Read / Write

Default value : false


encoding-name

“encoding-name” gchararray

Set the encoding name of the stream to use. This is a short-hand for the full caps and maps typically to the encoding-name in the RTP caps.

Flags : Read / Write

Default value : NULL


latency

“latency” guint

Set the size of the latency buffer in the GstRtpBin/GstRtpJitterBuffer to compensate for network jitter.

Flags : Read / Write

Default value : 200


message-forward

“message-forward” gboolean

Forwards all children messages

Flags : Read / Write

Default value : false


multicast-iface

“multicast-iface” gchararray

The network interface on which to join the multicast group.This allows multiple interfaces separated by comma. ("eth0,eth1")

Flags : Read / Write

Default value : NULL


port

“port” guint

The port to listen to RTP packets, the RTCP port is this value +1. This port must be an even number.

Flags : Read / Write / Construct

Default value : 5004


ttl

“ttl” gint

Set the unicast TTL parameter. In RTP this of importance for RTCP.

Flags : Read / Write

Default value : 64


ttl-mc

“ttl-mc” gint

Set the multicast TTL parameter. In RTP this of importance for RTCP.

Flags : Read / Write

Default value : 1


uri

“uri” gchararray

uri to an RTP from. All GStreamer parameters can be encoded in the URI, this URI format is RFC compliant.

Flags : Read / Write

Default value : rtp://0.0.0.0:5004


The results of the search are