network: Check max recommended bitrate from service#167
Merged
RytoEX merged 1 commit intoobsproject:masterfrom Jul 2, 2025
Merged
network: Check max recommended bitrate from service#167RytoEX merged 1 commit intoobsproject:masterfrom
RytoEX merged 1 commit intoobsproject:masterfrom
Conversation
3202bfa to
5594051
Compare
Member
|
Looks like #11733 (the replacement for #10917) was merged, so this can be undrafted. This will require a rebase. |
5594051 to
d26f983
Compare
Member
Author
|
@RytoEX updated, seems to be working fine The build is failing though, looks like the test it runs is pointing at a log file that no longer exists. |
Member
Member
|
Just for my reference, this warning only shows if the ignore recommendations option is enabled, and it's actually sending over the service's configured limit from services.json? |
Member
Author
Correct |
Fenrirthviti
approved these changes
Jul 2, 2025
This adds a warning if the maximum recommended video bitrate from the selected service has been exceeded.
RytoEX
approved these changes
Jul 2, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
This adds a warning if the maximum recommended video bitrate from the selected service has been exceeded.
Requires obsproject/obs-studio#10917 to be merged first.
Motivation and Context
Added logging to OBS to display max bitrate when the user elects to ignore the service recommendations, this brings that to the analyzer as well.
How Has This Been Tested?
Tested with this log https://obsproject.com/logs/ZuadI85OgoP0Yjjj
Types of changes
Checklist: