Skip to content

Commit 7f5d3ba

Browse files
committed
Add a way to sniff for HLS playlist files (m3u8)
1 parent 609a3a3 commit 7f5d3ba

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

mimesniff.bs

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1057,6 +1057,25 @@ algorithm</dfn>:
10571057
signature.
10581058

10591059

1060+
<!-- https://tools.ietf.org/html/rfc8216#section-4.3.1.1 -->
1061+
<tr>
1062+
<td>
1063+
23 45 58 54 4d 33 55
1064+
1065+
<td>
1066+
FF FF FF FF FF FF FF
1067+
1068+
<td>
1069+
None.
1070+
1071+
<td>
1072+
<code>application/vnd.apple.mpegurl<code>
1073+
1074+
<td>
1075+
The string "<code>EXTM3U</code>", the tag that always
1076+
starts an Extended M3U playlist file.
1077+
1078+
10601079
<!-- https://hostr.co/LJUEw0K -->
10611080
<tr>
10621081
<td>

0 commit comments

Comments
 (0)