Skip to content

Commit

Permalink
fix: Add missing StreamInfo value in AAC transmuxer (#5260)
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad committed Jun 6, 2023
1 parent 28d18ad commit 5175e88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/transmuxer/aac_transmuxer.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ shaka.transmuxer.AacTransmuxer = class {
timescale: sampleRate,
duration: duration,
videoNalus: [],
audioConfig: new Uint8Array([]),
data: {
sequenceNumber: this.frameIndex_,
baseMediaDecodeTime: baseMediaDecodeTime,
Expand Down

0 comments on commit 5175e88

Please sign in to comment.