Functions

rtsp_context_get_type ()

rtsp_params_get (client, ctx)

rtsp_params_set (client, ctx)

rtsp_sdp_from_media (sdp, info, media)

rtsp_sdp_from_stream (sdp, info, stream)

rtsp_sdp_make_media (sdp, info, stream, caps, profile)

Details

GstRtspServer.rtsp_context_get_type()[source]
Return type:

GObject.GType

GstRtspServer.rtsp_params_get(client, ctx)[source]
Parameters:
Returns:

a GstRtsp.RTSPResult

Return type:

GstRtsp.RTSPResult

Get parameters (not implemented yet)

GstRtspServer.rtsp_params_set(client, ctx)[source]
Parameters:
Returns:

a GstRtsp.RTSPResult

Return type:

GstRtsp.RTSPResult

Set parameters (not implemented yet)

GstRtspServer.rtsp_sdp_from_media(sdp, info, media)[source]
Parameters:
Returns:

True on success.

Return type:

bool

Add media specific info to sdp. info is used to configure the connection information in the SDP.

GstRtspServer.rtsp_sdp_from_stream(sdp, info, stream)[source]
Parameters:
Returns:

True on success.

Return type:

bool

Add info from stream to sdp.

GstRtspServer.rtsp_sdp_make_media(sdp, info, stream, caps, profile)[source]
Parameters:
Returns:

True on success

Return type:

bool

Creates a GstSdp.SDPMedia from the parameters and stores it in sdp.

New in version 1.14.