Expose Connection environment variables to the app start (#1430)
Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
This commit is contained in:
10
src/rtsp.h
10
src/rtsp.h
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user