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

Extract HDR metadata from HLS manifests #3116

Merged
merged 1 commit into from
Feb 1, 2021

Conversation

avelad
Copy link
Member

@avelad avelad commented Jan 25, 2021

Related to: #2813

More info: https://tools.ietf.org/html/draft-pantos-hls-rfc8216bis-08 , section 4.4.6.2. (VIDEO-RANGE)

@@ -44,6 +44,9 @@ shaka.util.MimeUtils = class {
components.push(mimeKey + '="' + value + '"');
}
});
if (stream.hdr == 'PQ') {
Copy link
Member Author

Choose a reason for hiding this comment

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

The HLS specification allows: SDR, PQ, HLG. Should we also add HLG to the list?

Copy link
Member Author

Choose a reason for hiding this comment

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

@michellezhuogg do you have any preference about it?

Copy link
Contributor

Choose a reason for hiding this comment

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

I am not familiar with HLG and its according mimetype. Shall we skip HLG until we are sure about how to represent it with mimetype?

Copy link
Member Author

Choose a reason for hiding this comment

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

OK, I think it's best to skip it for now. So this is ready to be merged whenever you want.

@joeyparrish joeyparrish added this to the v3.1 milestone Jan 25, 2021
@michellezhuogg michellezhuogg merged commit 7137286 into shaka-project:master Feb 1, 2021
@avelad avelad deleted the hdr-metadata-hls branch February 1, 2021 07:39
shaka-bot pushed a commit that referenced this pull request Feb 3, 2021
1. Added hdr as a property in stream when constructing.
Fixes build failure from commit
7137286 .
PR #3116
Issue #2813

2. Fixed the test error from commit
d3640d1 .
PR #3044
Issue #3029

3. Fixed the new line with no other arguments from commit
0845843 .
PR #3060

Change-Id: I5833e49c1a95172742c4ec820960c9c5a7bf0cca
@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
status: archived Archived and locked; will not be updated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants