feat: Add Max Bitrate option (#3628)
This commit is contained in:
@@ -138,6 +138,7 @@ namespace config {
|
||||
} dd;
|
||||
|
||||
int min_fps_factor; // Minimum fps target, determines minimum frame time
|
||||
int max_bitrate; // Maximum bitrate, sets ceiling in kbps for bitrate requested from client
|
||||
};
|
||||
|
||||
struct audio_t {
|
||||
|
||||
Reference in New Issue
Block a user