Skip to content

ZazerConer/M3U-to-HTML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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.