gstreamer-rs/gstreamer-rtsp/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 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 rtsp server: allow custom authentication 2023-12-22 12:12:17 +02:00
rtsp_auth_credential.rs rtsp server: allow custom authentication 2023-12-22 12:12:17 +02:00
rtsp_auth_param.rs rtsp server: allow custom authentication 2023-12-22 12:12:17 +02:00
rtsp_message.rs rtsp server: allow custom authentication 2023-12-22 12:12:17 +02:00