GstRtspServer.RTSPMediaClass

Fields

Name

Type

Access

Description

convert_range

object

r

convert a range to the given unit

create_rtpbin

object

r

handle_message

object

r

handle a message

handle_sdp

object

r

new_state

object

r

new_stream

object

r

parent_class

GObject.ObjectClass

r

prepare

object

r

the default implementation adds all elements and sets the pipeline’s state to Gst.State.PAUSED (or Gst.State.PLAYING in case of NO_PREROLL elements).

prepared

object

r

query_position

object

r

query the current position in the pipeline

query_stop

object

r

query when playback will stop

removed_stream

object

r

setup_rtpbin

object

r

setup_sdp

object

r

suspend

object

r

the default implementation sets the pipeline’s state to Gst.State.NULL Gst.State.PAUSED depending on the selected suspend mode.

target_state

object

r

unprepare

object

r

the default implementation sets the pipeline’s state to Gst.State.NULL and removes all elements.

unprepared

object

r

unsuspend

object

r

the default implementation reverts the suspend operation. The pipeline will be prerolled again if it’s state was set to Gst.State.NULL in suspend.

Methods

None

Details

class GstRtspServer.RTSPMediaClass

The RTSP media class