Constant bitrate option as default for streaming

This commit is contained in:
dec05eba
2024-10-12 17:43:27 +02:00
parent 9d76b0861e
commit dfafdd9ef5
5 changed files with 25 additions and 4 deletions

View File

@@ -83,6 +83,8 @@ namespace gsr {
};
struct Config {
Config();
MainConfig main_config;
StreamingConfig streaming_config;
RecordConfig record_config;