gstreamer-rs/gstreamer-rtsp-server/src
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
..
auto Regenerate with latest GStreamer gir files 2023-12-21 13:47:11 +02:00
subclass rtsp server: allow custom authentication 2023-12-22 12:12:17 +02:00
flag_serde.rs Group and merge imports in all manual code 2023-01-04 13:25:17 +02:00
lib.rs Remove dox feature and replace by docsrs configuration 2023-05-04 09:19:29 +03:00
rtsp_address_pool.rs Seal manual traits 2023-07-06 14:21:45 +03:00
rtsp_auth.rs Seal manual traits 2023-07-06 14:21:45 +03:00
rtsp_client.rs rtsp server: allow custom authentication 2023-12-22 12:12:17 +02:00
rtsp_context.rs rtsp server: allow custom authentication 2023-12-22 12:12:17 +02:00
rtsp_media.rs Seal manual traits 2023-07-06 14:21:45 +03:00
rtsp_media_factory.rs Seal manual traits 2023-07-06 14:21:45 +03:00
rtsp_onvif_media_factory.rs Seal manual traits 2023-07-06 14:21:45 +03:00
rtsp_server.rs Seal manual traits 2023-07-06 14:21:45 +03:00
rtsp_session.rs Seal manual traits 2023-07-06 14:21:45 +03:00
rtsp_session_pool.rs Adapt to glib::Continue changing it's module 2023-07-06 22:22:43 +02:00
rtsp_thread.rs Add missing doc aliases to manual code 2021-05-19 22:36:18 +02:00
rtsp_token.rs Change some assertions to debug assertions 2023-01-14 17:13:46 +02:00