ark::rtsp::RtspClientConfiguration
Defined in header “ark/rtsp/rtsp_client.hh”.
Configuration for the RTSP client.
Variables
-
core::Url url
The base URL that is used. -
std::optional< std::string > username
The username (if any). -
std::optional< std::string > password
The password (if any).