Update Export File Format wrt Media Signing#622
Open
bjornvolcker wants to merge 5 commits intodevelopmentfrom
Open
Update Export File Format wrt Media Signing#622bjornvolcker wants to merge 5 commits intodevelopmentfrom
bjornvolcker wants to merge 5 commits intodevelopmentfrom
Conversation
When exporting a segment of a stream to MP4 there are some things to consider to keep Media Signing working.
Co-authored-by: Sriram Bhetanabottla <sriram.bhetanabottla@axis.com>
Co-authored-by: Sriram Bhetanabottla <sriram.bhetanabottla@axis.com>
Member
|
Interesting information for implementers but not written as requirements. As it is more a type of explanation on how to handle FFMPEG I suggest to add it as annex. |
Co-authored-by: Sriram Bhetanabottla <sriram.bhetanabottla@axis.com> --------- Co-authored-by: Björn Völcker <65532189+bjornvolcker@users.noreply.github.com>
Contributor
Contributed to Björn changes to address feedback. |
bjornvolcker
commented
Sep 4, 2025
bjornvolcker
commented
Sep 4, 2025
doc/ExportFileFormat.xml
Outdated
| </para> | ||
| <para> | ||
| <itemizedlist> | ||
| <listitem><para>Keep all SPS/PPS/VPS, access unit delimiter (AUD), prefix/suffix SEI and |
Contributor
Author
There was a problem hiding this comment.
In practice the "SPS/PPS/VPS" cannot be kept in original order, since it might have been sent once at the beginning which might not be part of the exported section. "SPS/PPS/VPS" aren't hashed by Media Signing for this particular reason.
So we should remove it from the text.
Kept what is truly a requirement and moved the rest as recommendations to an Appendix.
Contributor
|
Feedback in KL F2F 11/12/2025
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When exporting a segment of a stream to MP4 there are some things to consider to keep Media Signing working.