Fix typo and missing file

This commit is contained in:
Elia Zammuto 2024-11-26 21:04:46 +01:00
parent 30601a9f96
commit cf1d0b4f96
2 changed files with 3 additions and 1 deletions

View File

@ -976,7 +976,7 @@ namespace rtsp_stream {
args.try_emplace("x-ml-video.configuredBitrateKbps"sv, "0"sv);
args.try_emplace("x-ss-general.encryptionEnabled"sv, "0"sv);
args.try_emplace("x-ss-video[0].chromaSamplingType"sv, "0"sv);
args.try_emplace("x-nv-video[0].enableIntraRefresh"sv, "0"sv);
args.try_emplace("x-ss-video[0].intraRefresh"sv, "0"sv);
stream::config_t config;

View File

@ -38,6 +38,8 @@ namespace video {
int dynamicRange;
int chromaSamplingType; // 0 - 4:2:0, 1 - 4:4:4
int enableIntraRefresh; //0 - disabled, 1 - enabled
};
platf::mem_type_e