Skip to content

Commit

Permalink
[DEBUG] log audio moof positions
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Walch committed Jul 26, 2020
1 parent ff3b84b commit 0260ce2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/remux/mp4-remuxer.js
Expand Up @@ -675,6 +675,7 @@ class MP4Remuxer {
if (rawMPEG) {
moof = new Uint8Array();
} else {
logger.log(`Audio moof ${track.sequenceNumber} @${(toMsFromMpegTsClock(firstPTS / scaleFactor, true) / 1000).toFixed(3)}s (${firstPTS} / ${scaleFactor})`);
moof = MP4.moof(track.sequenceNumber++, firstPTS / scaleFactor, track);
}

Expand Down

0 comments on commit 0260ce2

Please sign in to comment.