Show per-display bitrate in dual output mode during streaming#5995
Open
aleksandr-voitenko wants to merge 3 commits into
Open
Show per-display bitrate in dual output mode during streaming#5995aleksandr-voitenko wants to merge 3 commits into
aleksandr-voitenko wants to merge 3 commits into
Conversation
BundleMonFiles added (4)
Total files change +12.61MB Final result: ✅ View report in BundleMon website ➡️ |
michelinewu
requested changes
Jun 25, 2026
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.
Note
This PR's target branch is
mw_fix_btrtWarning
This PR depends on streamlabs/obs-studio-node#1738
Motivation and Context
Desktop currently shows a single combined bitrate metric in Performance Metrics. That is confusing in dual output mode because horizontal and vertical outputs can have different bitrate behavior, and the combined value does not make it clear what each display is actually sending.
This also matters for Twitch Enhanced Broadcasting / Dual Format.
obs-studio-nodenow exposes per-display enhanced broadcasting stats, sodesktopcan present the horizontal and vertical bitrate separately instead of relying only on an aggregate stream value.Single-output streaming should keep the existing presentation.
Changes
displayStatswhen available.H: <num> V: <num>in dual output mode.