Implement new protocol extension to match client connections together

Fixes #1804
Fixes #1862
Fixes #1852
This commit is contained in:
Cameron Gutman
2023-12-28 18:38:00 -06:00
parent 11d472362c
commit a9f2679a49
5 changed files with 184 additions and 159 deletions

View File

@@ -16,6 +16,9 @@ namespace rtsp_stream {
crypto::aes_t gcm_key;
crypto::aes_t iv;
std::string av_ping_payload;
uint32_t control_connect_data;
bool host_audio;
std::string unique_id;
int width;