-
Notifications
You must be signed in to change notification settings - Fork 269
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial support for AV1/H.265 VODs (#1251)
* Support changing stream IDs depending on container type * Fix ByteRange * Support parsing EXT-X-MAP keys * Update M3U8 tests * Support adding header content to downloaded files * Fix potential part count issues * Add verbose log when downloading header file * Rename VerifyTsLength to CheckTsLength * Fix test variable names * Add warning when downloading AV1 VODs * Merge ByteRange structs * Update tests * Fix some M3U8 stringification issues * Fix log message * Use IReadOnlyCollection * Use switch statement * Do not read header file contents into memory
- Loading branch information
Showing
7 changed files
with
342 additions
and
89 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
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
Oops, something went wrong.