Skip to content

Commit 8a35d7c

Browse files
aveladjoeyparrish
authored andcommitted
fix(HLS): Assign EXT-X-TILES to segment tags (#7864)
Fixes #7861
1 parent a5f248d commit 8a35d7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/hls/manifest_text_parser.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,4 +314,5 @@ shaka.hls.ManifestTextParser.SEGMENT_TAGS = [
314314
'EXT-X-DATERANGE',
315315
'EXT-X-MAP',
316316
'EXT-X-GAP',
317+
'EXT-X-TILES',
317318
];

0 commit comments

Comments
 (0)