Document what 1440p/HEVC actually requires - #716
Open
einanderson wants to merge 1 commit into
Open
Conversation
The README explains the login but never mentions that 1440p/HEVC needs 'Supported codecs' set to H.265 *and* library 3.0.3 or newer -- with an older library the add-on drops the codec request silently, so the setting appears to do nothing (reported in anxdpanic#712). Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.
Documentation gap from #708: the README explains the login and the Turbo section, but never
mentions what is actually required to receive the 1440p/HEVC renditions.
Two things have to line up, and missing either one fails silently:
"Twitch default", requests no specific codec and yields H.264.
the library, not by this add-on. With an older library the request is dropped silently by the
feature detection in
api.pyand playback stays on H.264 whatever the setting says.That combination is what a user in #712 ran into: the setting looked right, the library was 3.0.2
from the repository, and 1440p was simply unreachable with no error anywhere.
Documentation only; the menu path was verified against the actual settings definition (the setting
lives in the General category).