smoothstreaming

(from GStreamer Bad Plug-ins git)

Parse and demultiplex a Smooth Streaming manifest into audio and video streams

Hierarchy

GObject
    ╰──GInitiallyUnowned
        ╰──GstObject
            ╰──GstElement
                ╰──GstBin
                    ╰──GstAdaptiveDemux
                        ╰──mssdemux

Factory details

Authors: – Thiago Santos

Classification:Codec/Demuxer/Adaptive

Rank – primary

Plugin – libgstsmoothstreaming.so

Package – GStreamer Bad Plug-ins git

Pad Templates

audio_%02u

ANY

Presencesometimes

Directionsrc


sink

application/vnd.ms-sstr+xml:

Presencealways

Directionsink


video_%02u

ANY

Presencesometimes

Directionsrc


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

pad-added

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

Parameters:

param_0
No description available
param_1
No description available
udata
No description available

pad-removed

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

Parameters:

param_0
No description available
param_1
No description available
udata
No description available

Properties

async-handling

“async-handling” gboolean

The bin will handle Asynchronous state changes

Flags : Read / Write

Default value : false


bitrate-limit

“bitrate-limit” gfloat

Limit of the available bitrate to use when switching to alternates.

Flags : Read / Write

Default value : 0.8


connection-speed

“connection-speed” guint

Network connection speed in kbps (0 = calculate from downloaded fragments)

Flags : Read / Write

Default value : 0


max-queue-size-buffers

“max-queue-size-buffers” guint

Maximum buffers that can be stored in each internal stream queue (0 = infinite) (deprecated)

Flags : Read / Write

Default value : 0


message-forward

“message-forward” gboolean

Forwards all children messages

Flags : Read / Write

Default value : false


name

“name” gchararray

The name of the object

Flags : Read / Write / Construct

Default value : NULL


parent

“parent” GstObject *

The parent of the object

Flags : Read / Write


The results of the search are