Per client DO/UNDO commands server part - done

This commit is contained in:
Yukino Song
2025-01-22 21:04:29 +08:00
parent f4e445a58b
commit 4403cff32f
6 changed files with 175 additions and 12 deletions

View File

@@ -53,6 +53,9 @@ namespace rtsp_stream {
std::string rtsp_url_scheme;
uint32_t rtsp_iv_counter;
std::list<crypto::command_entry_t> client_do_cmds;
std::list<crypto::command_entry_t> client_undo_cmds;
#ifdef _WIN32
GUID display_guid{};
#endif