feat: Add Max Bitrate option (#3628)

This commit is contained in:
Utkarsh Dalal
2025-02-10 01:30:29 +05:30
committed by GitHub
parent ff0ed25e47
commit 3a88ddc639
6 changed files with 37 additions and 2 deletions

View File

@@ -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 {