Skip to content

Commit

Permalink
feat: Fix processing EXT-X-DATERANGE on live streams (#6740)
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad authored Jun 4, 2024
1 parent 93c6123 commit 4820565
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/hls/hls_parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,8 @@ shaka.hls.HlsParser = class {
}

this.determineLastTargetDuration_(playlist);

this.processDateRangeTags_(playlist.tags, stream.type);
}


Expand Down

0 comments on commit 4820565

Please sign in to comment.