frontend: Auto-set YouTube broadcast language#13185
Open
cloud2519 wants to merge 2 commits intoobsproject:masterfrom
Open
frontend: Auto-set YouTube broadcast language#13185cloud2519 wants to merge 2 commits intoobsproject:masterfrom
cloud2519 wants to merge 2 commits intoobsproject:masterfrom
Conversation
Member
|
Please properly fill out the PR template instead of replacing it. |
Author
|
I have updated the PR description with the properly filled-out template and adjusted the PR title to follow the commit guidelines. |
Adds an option in the YouTube broadcast creation dialog to automatically transmit the OBS UI locale as the default language, improving accessibility for auto-captions.
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 PR introduces a feature to automatically transmit the broadcast language to the YouTube API when creating a broadcast via the YouTube account integration in OBS Studio.
Changes:
checkSendLanguagecheckbox in the YouTube broadcast creation dialog.QLocale.videos.updateAPI call to include bothsnippet.defaultLanguageandsnippet.defaultAudioLanguage.Motivation and Context
When using the YouTube account integration to start a broadcast, OBS Studio currently does not send any language metadata. Consequently, YouTube defaults the broadcast language to English. This is problematic for non-English streamers because YouTube's automatic live captioning system often fails or defaults to English, requiring manual intervention for every stream. This PR ensures that accessibility features like auto-captions work correctly from the start.
How Has This Been Tested?
CMakePresets.json.Types of changes
Checklist: