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: Solution for adding startwithSAP/subsegmentstartswithSAP for audio tracks #1055

Conversation

XingzhaoYun
Copy link
Contributor

This pull request adds startwithSAP/subsegmentstartswithSAP for aac, ac3, ec3 and ac4 audio tracks according to LIVE or VOD profile.

@XingzhaoYun XingzhaoYun changed the title Solution for adding startwithSAP/subsegmentstartswithSAP for audio tracks feat: Solution for adding startwithSAP/subsegmentstartswithSAP for audio tracks Apr 22, 2022
@@ -274,6 +274,14 @@ base::Optional<xml::XmlNode> AdaptationSet::GetXml() {
return base::nullopt;
}
}
if (subsegment_start_with_sap_ == 1) {
Copy link
Contributor

Choose a reason for hiding this comment

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

could you please add some tests and potentially since this is for spec compliance all the existing golden tests will also be regenrated once you can run those tests as well.

assuming this is for audio only and hence the subsegment check for just value == 1 ?

@joeyparrish
Copy link
Member

Please merge with main, which has changed a lot in the recent cmake port. Please also add/update tests. Thanks!

@cosmin
Copy link
Contributor

cosmin commented Feb 16, 2024

Replaced by #1346 1346

@cosmin cosmin closed this Feb 16, 2024
cosmin added a commit that referenced this pull request Feb 23, 2024
Add startwithSAP/subsegmentstartswithSAP for aac, ac3, ec3 and ac4 audio tracks according to LIVE or VOD profile.

Replaces #1055
Partial solution for #364

---------

Co-authored-by: Xingzhao Yun <xyun@dolby.com>
Co-authored-by: Joey Parrish <joeyparrish@google.com>
@github-actions github-actions bot added the status: archived Archived and locked; will not be updated label Apr 16, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 16, 2024
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.

4 participants