Implement new protocol extension to match client connections together
Fixes #1804 Fixes #1862 Fixes #1852
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user