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: - client (GstRtspServer.RTSPClient) – aGstRtspServer.RTSPClient
- ctx (GstRtspServer.RTSPContext) – aGstRtspServer.RTSPContext
 - Returns: - Return type: - Get parameters (not implemented yet) 
- client (
- 
GstRtspServer.rtsp_params_set(client, ctx)[source]¶
- Parameters: - client (GstRtspServer.RTSPClient) – aGstRtspServer.RTSPClient
- ctx (GstRtspServer.RTSPContext) – aGstRtspServer.RTSPContext
 - Returns: - Return type: - Set parameters (not implemented yet) 
- client (
- 
GstRtspServer.rtsp_sdp_from_media(sdp, info, media)[source]¶
- Parameters: - sdp (GstSdp.SDPMessage) – aGstSdp.SDPMessage
- info (GstRtspServer.SDPInfo) – aGstRtspServer.SDPInfo
- media (GstRtspServer.RTSPMedia) – aGstRtspServer.RTSPMedia
 - Returns: - Trueon success.- Return type: - Add media specific info to sdp. info is used to configure the connection information in the SDP. 
- sdp (
- 
GstRtspServer.rtsp_sdp_from_stream(sdp, info, stream)[source]¶
- Parameters: - sdp (GstSdp.SDPMessage) – aGstSdp.SDPMessage
- info (GstRtspServer.SDPInfo) – aGstRtspServer.SDPInfo
- stream (GstRtspServer.RTSPStream) – aGstRtspServer.RTSPStream
 - Returns: - Trueon success.- Return type: - Add info from stream to sdp. 
- sdp (
- 
GstRtspServer.rtsp_sdp_make_media(sdp, info, stream, caps, profile)[source]¶
- Parameters: - sdp (GstSdp.SDPMessage) – aGstRtsp.RTSPMessage
- info (GstRtspServer.SDPInfo) – aGstRtspServer.SDPInfo
- stream (GstRtspServer.RTSPStream) – aGstRtspServer.RTSPStream
- caps (Gst.Caps) – aGst.Caps
- profile (GstRtsp.RTSPProfile) – aGstRtsp.RTSPProfile
 - Returns: - Trueon success- Return type: - Creates a - GstSdp.SDPMediafrom the parameters and stores it in sdp.- New in version 1.14. 
- sdp (