gpac / mp4box.js

JavaScript version of GPAC's MP4Box tool
https://gpac.github.io/mp4box.js/
BSD 3-Clause "New" or "Revised" License
1.94k stars 326 forks source link

When playing quicktime videos recorded on iPhone, there's only video, no audio #265

Closed tlp closed 2 years ago

tlp commented 2 years ago

This happens only on Chrome, when using Firefox you get both audio and video. Audio track is detected as 'mp4a' instead of 'mp4a.40.2', so the SourceBuffer is not initialized at all as it's not supported, however, when hardcoding mp4a.40.2 just for the sake of testing, neither audio nor video works (on Chrome, Firefox works). Any idea how to make it work? Thanks!

cconcolato commented 2 years ago

Without an example file, it's difficult to help you. Can you share the file that is creating this issue?

cconcolato commented 2 years ago

Reopen the issue if the problem still exists and you have a file to share.