-
Notifications
You must be signed in to change notification settings - Fork 118
Update Export File Format wrt Media Signing #622
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
base: development
Are you sure you want to change the base?
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>
|
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>
Contributed to Björn changes to address feedback. |
doc/ExportFileFormat.xml
Outdated
| </para> | ||
| <para> | ||
| <itemizedlist> | ||
| <listitem><para>Keep all SPS/PPS/VPS, access unit delimiter (AUD), prefix/suffix SEI and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
|
Feedback in KL F2F 11/12/2025
|
When exporting a segment of a stream to MP4 there are some things to consider to keep Media Signing working.