Skip to content

Commit

Permalink
fix(HLS): Identify EXT-X-GAP with segment tags (#6884)
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad authored Jun 21, 2024
1 parent f217344 commit 4ff0859
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/hls/manifest_text_parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -313,4 +313,5 @@ shaka.hls.ManifestTextParser.SEGMENT_TAGS = [
'EXT-X-KEY',
'EXT-X-DATERANGE',
'EXT-X-MAP',
'EXT-X-GAP',
];

0 comments on commit 4ff0859

Please sign in to comment.