Skip to content

Commit

Permalink
cherry-pick: use transmuxer time info instead of probeTs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzianis Dashkevich committed Nov 30, 2023
1 parent 940d517 commit 948df86
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/media-segment-request.js
Original file line number Diff line number Diff line change
Expand Up @@ -389,15 +389,6 @@ const transmuxAndNotify = ({
isMuxed
});
trackInfoFn = null;

if (probeResult.hasAudio && !isMuxed) {
audioStartFn(probeResult.audioStart);
}
if (probeResult.hasVideo) {
videoStartFn(probeResult.videoStart);
}
audioStartFn = null;
videoStartFn = null;
}

finish();
Expand Down

0 comments on commit 948df86

Please sign in to comment.