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

fix: support aac data with id3 tags with [email protected] #899

Merged
merged 1 commit into from
Jul 10, 2020

Conversation

brandonocasey
Copy link
Contributor

Description

Noticed while generating some aac content for tests using ffmpeg that we do not support aac content that does not have ID3 tags. This was fixed with [email protected] as mux.js did not recognize aac content without id3 tags as aac content.

@@ -256,7 +256,7 @@ QUnit.test('aac with id3 will make it to the transmuxer', function(assert) {
this.options.doneFn = () => {
assert.deepEqual(this.calls, {
data: 1,
trackInfo: 48,
trackInfo: 1,
Copy link
Contributor Author

@brandonocasey brandonocasey Jul 10, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We now only fire trackinfo on the muxer once for audio, rather than every time we fire data or timed-metadata. The partial muxer and video stream already did this.

@brandonocasey brandonocasey merged commit 9c742ce into main Jul 10, 2020
@brandonocasey brandonocasey deleted the fix/aac-no-id3 branch July 10, 2020 16:17
@gkatsev gkatsev added this to the 2.1 milestone Jul 10, 2020
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.

3 participants