Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(HLS): Add support for EXT-X-SESSION-KEY tag #4655

Merged
merged 4 commits into from
Nov 8, 2022

Conversation

avelad
Copy link
Member

@avelad avelad commented Nov 6, 2022

Closes #917

@github-actions
Copy link
Contributor

github-actions bot commented Nov 6, 2022

Incremental code coverage: 95.92%

@avelad avelad marked this pull request as draft November 6, 2022 09:55
@avelad avelad added type: enhancement New feature or request component: HLS The issue involves Apple's HLS manifest format labels Nov 6, 2022
@avelad avelad added this to the v4.3 milestone Nov 6, 2022
@avelad avelad added the priority: P1 Big impact or workaround impractical; resolve before feature release label Nov 6, 2022
@avelad avelad marked this pull request as ready for review November 6, 2022 17:45
lib/hls/hls_parser.js Outdated Show resolved Hide resolved
lib/hls/hls_parser.js Outdated Show resolved Hide resolved
lib/hls/hls_parser.js Outdated Show resolved Hide resolved
test/hls/hls_parser_unit.js Outdated Show resolved Hide resolved
test/hls/hls_parser_unit.js Outdated Show resolved Hide resolved
theodab
theodab previously approved these changes Nov 8, 2022
expect(actual).toEqual(manifest);
});

it('with match characteristics', async () => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this test is obsolete now that you've removed the code that tried to optimize with characteristics.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ops...

@joeyparrish joeyparrish merged commit 172c9f8 into shaka-project:main Nov 8, 2022
@avelad avelad deleted the ext-x-session-key branch November 9, 2022 17:19
@github-actions github-actions bot added the status: archived Archived and locked; will not be updated label Jul 25, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
component: HLS The issue involves Apple's HLS manifest format priority: P1 Big impact or workaround impractical; resolve before feature release status: archived Archived and locked; will not be updated type: enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HLS: Add support for EXT-X-SESSION-KEY tag
3 participants