Try add sudovda driver support

This commit is contained in:
Yukino Song
2024-08-17 13:19:07 +08:00
parent 25919a9a89
commit 6fa277ec0b
13 changed files with 641 additions and 33 deletions

View File

@@ -33,10 +33,15 @@ namespace rtsp_stream {
std::string surround_params;
bool enable_hdr;
bool enable_sops;
bool virtual_display;
std::optional<crypto::cipher::gcm_t> rtsp_cipher;
std::string rtsp_url_scheme;
uint32_t rtsp_iv_counter;
#ifdef _WIN32
GUID display_guid{};
#endif
};
void