8
9
10
11
12
13
14
15
16
17
18
19
20
21 | </info>
<title>.M3U files</title>
<p>M3U files also contain playlists, like .pls files. They're often used by desktop audio players.</p>
<p>The MIME type of these files is audio/x-mpegurl and they often look like: </p>
<p><code>
#M3U
http://123.45.67.189:8222/
http://123.45.67.222:7555/
</code></p>
</page> |
|
|
| 8
9
10
11
12
13
14
15
16
17
18
19
20
21 | </info>
<title>.M3U files</title>
<p>M3U files also contain playlists, like .pls files. They're often used by desktop audio players.</p>
<p>The MIME type of these files is audio/x-mpegurl and they often look like: </p>
<code>
#M3U
http://123.45.67.189:8222/
http://123.45.67.222:7555/
</code>
</page> |