Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 966 Bytes

README.md

File metadata and controls

49 lines (30 loc) · 966 Bytes

Convert M3U playlist to HTML


This is a simple method to convert M3U playlists to HTML.


M3U playlist


Example:

#EXTM3U
#EXTINF:-1, Stream Name 1
http://video-stream-1.m3u8
#EXTINF:-1, Stream Name 2
http://video-stream-2.m3u8

Load the URL file > html#33

M3U_load("http://file-playlist.m3u");

This only supports URL files and local files are not accepted.


Recommended max file size:

300kb or less / 1000 channel list and below.

If you load files that exceed the above size, it may take a long time and slow to get data from M3U playlist.


Required data > js#30

Channels:

  • Logos.
  • Name.
  • URLs.