Expose Connection environment variables to the app start (#1430)

Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
This commit is contained in:
Elia Zammuto
2023-07-29 18:21:58 +00:00
committed by GitHub
parent 4b986b26c2
commit 3b2a098640
6 changed files with 117 additions and 40 deletions

View File

@@ -17,6 +17,16 @@ namespace rtsp_stream {
crypto::aes_t iv;
bool host_audio;
std::string unique_id;
std::string uuid;
int width;
int height;
int fps;
int gcmap;
int appid;
int surround_info;
bool enable_hdr;
bool enable_sops;
};
void