Skip to content

Commit e32236b

Browse files
committed
Add a way to sniff for HLS playlist files (m3u8)
1 parent e10375c commit e32236b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

mimesniff.bs

+19
Original file line numberDiff line numberDiff line change
@@ -1058,6 +1058,25 @@ algorithm</dfn>:
10581058
signature.
10591059

10601060

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

0 commit comments

Comments
 (0)