You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,7 @@ For details on the HLS format and these tags' meanings, see https://datatracker.
79
79
80
80
-`#EXT-X-STREAM-INF:<attribute-list>`
81
81
`<URI>`
82
+
-`#EXT-X-I-FRAME-STREAM-INF` I-frame Media Playlist files
82
83
-`#EXT-X-MEDIA:<attribute-list>`
83
84
-`#EXT-X-SESSION-DATA:<attribute-list>`
84
85
-`#EXT-X-SESSION-KEY:<attribute-list>` EME Key-System selection and preloading
@@ -89,8 +90,9 @@ For details on the HLS format and these tags' meanings, see https://datatracker.
89
90
#### Media Playlist tags
90
91
91
92
-`#EXTM3U` (ignored)
92
-
-`#EXT-X-INDEPENDENT-SEGMENTS` (ignored)
93
93
-`#EXT-X-VERSION=<n>` (value is ignored)
94
+
-`#EXT-X-INDEPENDENT-SEGMENTS` (ignored)
95
+
-`#EXT-X-I-FRAMES-ONLY`
94
96
-`#EXTINF:<duration>,[<title>]`
95
97
-`#EXT-X-ENDLIST`
96
98
-`#EXT-X-MEDIA-SEQUENCE=<n>`
@@ -122,7 +124,7 @@ Parsed but missing feature support:
122
124
123
125
For a complete list of issues, see ["Top priorities" in the Release Planning and Backlog project tab](https://github.com/video-dev/hls.js/projects/6). Codec support is dependent on the runtime environment (for example, not all browsers on the same OS support HEVC).
124
126
125
-
-`#EXT-X-I-FRAME-STREAM-INF` I-frame Media Playlist files
127
+
- #EXT-X-PLAYLIST-TYPE is not used to determine if media playlists should be reloaded based on "Expires" header value (#7082)
126
128
-`REQ-VIDEO-LAYOUT` is not used in variant filtering or selection
127
129
- "identity" format `SAMPLE-AES` method keys with fmp4, aac, mp3, vtt... segments (MPEG-2 TS only)
128
130
- MPEG-2 TS segments with FairPlay Streaming, PlayReady, or Widevine encryption
0 commit comments