-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add Max Bitrate option #3628
base: master
Are you sure you want to change the base?
Conversation
v0.15.0 resubmit
v0.15.0 resubmit
v0.15.0 resubmit
# Conflicts: # src/platform/windows/publish.cpp # src_assets/common/assets/web/config.html
# Conflicts: # docs/source/about/advanced_usage.rst
Add max bitrate 2
* added max bitrate to latest version * Trigger workflow * removed third party libraries that were making build fail * removed another unneeded library * updated tray ref * attempt 2 at updating tray * updated third party moonlight as well fuck this repo * added logging to see if max bitrate is working * removed extraneous l
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think something went wrong with your rebase.
src_assets/common/assets/web/configs/tabs/audiovideo/DisplayModesSettings.vue
Show resolved
Hide resolved
src_assets/common/assets/web/configs/tabs/audiovideo/DisplayModesSettings.vue
Outdated
Show resolved
Hide resolved
Check if max_bitrate is > 0 instead of equal Co-authored-by: ReenigneArcher <[email protected]>
…desSettings.vue added line break fixed some indentation fixed label for id placeholder should be the default value in most cases added missing closing div Co-authored-by: ReenigneArcher <[email protected]>
Removed unused variables Co-authored-by: ReenigneArcher <[email protected]>
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I just realized a few other issues. If the value is not set by the config file, then there is no default value in the cpp. I'd also like the config option as part of the video object instead of the nvhttp object.
Add default value here should fix that.
If you could also move this up to below min_fps_factor
that would be ideal (same for config.h).
@@ -1151,6 +1151,7 @@ namespace config { | |||
|
|||
string_f(vars, "external_ip", nvhttp.external_ip); | |||
list_prep_cmd_f(vars, "global_prep_cmd", config::sunshine.prep_cmds); | |||
int_f(vars, "max_bitrate", nvhttp.max_bitrate); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should be part of the video
section.
Description
Screenshot
Issues Fixed or Closed
Type of Change
.github/...
)Checklist