-
Notifications
You must be signed in to change notification settings - Fork 271
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve handling of some source quality related edge cases (#953)
* Always sort source quality to the top of the list regardless of video metadata * Return best quality when quality string contains "source" or "chunked" * Always include "Source" in the source stream's quality string because of Twitch API weirdness. Distinguishes between 720p60 (source) and 720p30 (transcoded) when framerates are not included in the M3U8 response. * Cleanup
- Loading branch information
Showing
2 changed files
with
34 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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