FsRtpConference

FsRtpConference — Farstream RTP Conference Gstreamer Elements

Properties

GstStructure * sdes Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GstObject
            ╰── GstElement
                ╰── GstBin
                    ╰── FsConference
                        ╰── FsRtpConference

Implemented Interfaces

FsRtpConference implements GstChildProxy.

Description

This is the core gstreamer element for a RTP conference. It must be added to your pipeline before anything else is done. Then you create the session, participants and streams according to the FsConference interface.

The various sdes property allow you to set the content of the SDES packet in the sent RTCP reports.

Synopsis

Element Information

plugin

fsrtpconference

author

Olivier Crete <olivier.crete@collabora.co.uk>

class

Generic/Bin/RTP

Element Pads

name

sink_%u

direction

sink

presence

sometimes

details

ANY

name

src_%u_%u_%u

direction

source

presence

sometimes

details

ANY

Functions

Types and Values

struct FsRtpConference

struct FsRtpConference;

Property Details

The “sdes” property

  “sdes”                     GstStructure *

SDES items to use for sessions in this conference.

Flags: Read / Write