You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered an issue when using the fragment command with a DASH init segment that has the .m4s extension. Although DASH allows the init segment to be an .m4s file like the other segments, this init segment contains an ftyp box, meaning it behaves like an MP4 file.
Currently, the fragment command does not recognize this type of init segment as valid. However, adding .m4s to the list of allowed extensions resolves the issue.
Steps to Reproduce
Use the c2patool fragment command with an init segment in .m4s format that contains an ftyp box.
Observe that an error occurs, indicating the file is invalid.
Add .m4s to the list of allowed extensions.
Retry the command and confirm that it now processes correctly.
The text was updated successfully, but these errors were encountered:
Problem Description
I encountered an issue when using the fragment command with a DASH init segment that has the .m4s extension. Although DASH allows the init segment to be an .m4s file like the other segments, this init segment contains an ftyp box, meaning it behaves like an MP4 file.
Currently, the fragment command does not recognize this type of init segment as valid. However, adding .m4s to the list of allowed extensions resolves the issue.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: