-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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: Add AAC transmuxer #5240
feat: Add AAC transmuxer #5240
Conversation
Incremental code coverage: 93.04% |
@@ -661,7 +661,7 @@ describe('MediaSourceEngine', () => { | |||
const audioType = ContentType.AUDIO; | |||
const initObject = new Map(); | |||
initObject.set(audioType, getFakeStream(metadata.audio)); | |||
await mediaSourceEngine.init(initObject); | |||
await mediaSourceEngine.init(initObject, /* sequenceMode= */ true); |
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.
Necessary to avoid transmuxing in this test.
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.
Looks good otherwise.
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.
Looks great! Thanks!
This transmuxer is used in Firefox due the lack of support for
audio/aac