New Auto Optimizer - #6154
Open
aleksandr-voitenko wants to merge 39 commits into
Open
Conversation
- Collection round-trip through a second collection, validating both canvas resolutions, item routing, and transforms. - Resize rejection during recording, unchanged state/geometry, no loading transition, and successful retry afterward. - Rapid separate width/height updates, validating both promises resolve into one coherent resize without loading.
Attempt to switch to a collection with different base resolutions while recording. The switch should reject before removing the current scene graph.
# Conflicts: # app/i18n/en-US/streaming.json # app/services/settings-v2/video.ts # app/services/settings/output/output-settings.ts
BundleMonFiles added (4)
Total files change +15.53MB Final result: ✅ View report in BundleMon website ➡️ |
Collaborator
Author
|
An appropriate OSN version has been released. |
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.
Motivation
Auto Optimizer gives creators safe stream settings without requiring them to understand canvas, frame-rate, bitrate, or encoder tradeoffs. It validates the selected streaming configuration against the user's hardware and upload connection, reducing the risk of overload and dropped frames, especially with Dual Output and Twitch Enhanced Broadcasting.
Context
This is the Desktop side of the coordinated Auto Optimizer update in OSN. OSN performs native bandwidth and hardware measurements, while Desktop owns destination routing, temporary YouTube resources, result validation, UI state, and applying recommendations.
Active bandwidth testing currently supports Twitch and YouTube. Twitch Enhanced Broadcasting remains Twitch-managed, and 10-bit video (HDR) configurations bypass optimization.
Canvas promotion depends on the relative-coordinate scene collection changes included in this branch, allowing canvas resolutions to change without altering the visual scene layout.
Main structural changes
Dependencies
This work depends on:
streamlabs/obs-studio-node#1767