Skip to content

Preserve YouTube stream settings#5702

Open
mhoyer-streamlabs wants to merge 5 commits intomasterfrom
mh_encoder_reset
Open

Preserve YouTube stream settings#5702
mhoyer-streamlabs wants to merge 5 commits intomasterfrom
mh_encoder_reset

Conversation

@mhoyer-streamlabs
Copy link
Contributor

When a user configures YouTube as a custom ingest, the stream type is rtmp_common. When the stream starts, the stream type is changed to rtmp_custom but the encoder remains as-is and works correctly. rtmp_common has specific encoders marked as available which are unavailable when using rtmp_custom. In this case, when the app restarts after streaming and the stream type has changed, the encoder is marked as invalid because it is checking rtmp_custom.

Save the original settings when the stream is started so they can be restored when the stream stops to avoid this (incorrect) error.

User-configured settings are lost when values are hardcoded, save them to restore after streaming so avoid errors on app restart
@mhoyer-streamlabs mhoyer-streamlabs changed the title Mh encoder reset Preserve YouTube stream settings Jan 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants