gstreamer-rs/gstreamer-rtsp-server/src/subclass
olivierbabasse 60e8c44abb rtsp server: allow custom authentication
Enables subclassing gst_rtsp_server::RTSPAuth and overriding its
authenticate/check/generate_authenticate_header methods

Also add new methods in RTSPContext to retrieve RTSP request/response, and to
get/replace tokens.

Additionally, added RTSPMessage with methods to add an authentication
header to a request / retrieve authentication parameters from a
response.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1359>
2023-12-22 12:12:17 +02:00
..
mod.rs rtsp server: allow custom authentication 2023-12-22 12:12:17 +02:00
rtsp_auth.rs rtsp server: allow custom authentication 2023-12-22 12:12:17 +02:00
rtsp_client.rs Seal manual traits 2023-07-06 14:21:45 +03:00
rtsp_media.rs Seal manual traits 2023-07-06 14:21:45 +03:00
rtsp_media_factory.rs Use re-exported once_cell 2023-07-06 16:50:35 +03:00
rtsp_mount_points.rs Seal manual traits 2023-07-06 14:21:45 +03:00
rtsp_onvif_client.rs rtsp-server: Add subclassing support for Onvif-specific client/media/media-factory/server 2022-02-18 14:00:52 +02:00
rtsp_onvif_media.rs rtsp-server: Add subclassing support for Onvif-specific client/media/media-factory/server 2022-02-18 14:00:52 +02:00
rtsp_onvif_media_factory.rs Seal manual traits 2023-07-06 14:21:45 +03:00
rtsp_onvif_server.rs rtsp-server: Add subclassing support for Onvif-specific client/media/media-factory/server 2022-02-18 14:00:52 +02:00
rtsp_server.rs Seal manual traits 2023-07-06 14:21:45 +03:00