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

Add support for smooth streaming asset migration. #122

Merged
merged 1 commit into from
Aug 9, 2023

Conversation

duggaraju
Copy link
Collaborator

Use the MP4 parser to transmux smooth to a format that shaka can accept.
Always set 'trun' box version to 1 to support signed CTS.
Filter by track id since shaka fails when file has multiple tracks but each moof has single track.
Fixes #87 and #88

Use the MP4 parser to transmux smooth to a format that shaka can accept.
Always set 'trun' box version to 1 to support signed CTS
Filter by track id since shaka fails on single track moof.
@duggaraju duggaraju merged commit 84f32f3 into main Aug 9, 2023
2 checks passed
@duggaraju duggaraju deleted the duggaraju/smooth_input branch August 9, 2023 03:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Shaka packager doesn't handle smooth content (non-interleaved fragmented MP4)
2 participants