Internet Protocol television (IPTV) is the delivery of television content over Internet Protocol (IP) networks.
To watch IPTV you just need to paste this link https://zerolivetv.netlify.app/livetv/playlist.m3u
to any player with support M3U-playlists.
Also you can instead use one of these playlists:
https://zerolivetv.netlify.app/livetv/playlist.m3u
(grouped by all country)https://zerolivetv.netlify.app/livetv/vod.m3u
(grouped by movies)https://zerolivetv.netlify.app/livetv/tvseries.m3u
(grouped by tv series)
Or select one of the playlists from the list below.
Category | Channels | Playlist |
---|---|---|
Live Tv | Unknown | https://zerolivetv.netlify.app/livetv/playlist.m3u |
VOD | Unknown | https://zerolivetv.netlify.app/livetv/vod.m3u |
TV Series | Unknown | https://zerolivetv.netlify.app/livetv/tvseries.m3u |
In addition to the above methods, you can also get a list of all available channels in JSON format.
To do this, you just have to make a GET request to:
https://zerolivetv.netlify.app/livetv/playlist.json
(grouped by all country)https://zerolivetv.netlify.app/livetv/vod.json
(grouped by movies)https://zerolivetv.netlify.app/livetv/tvseries.json
(grouped by tv series)
If successful, you should get the following response:
[
{
"name": "CNN",
"logo": "https://domain.com/logo.png",
"url": "http://somedomain.com/index.m3u8"
},
{
"name": "BBC",
"logo": "https://domain.com/logo.png",
"url": "http://somedomain.com/index.m3u8"
}
]
If you find an error or have any suggestions on how to organize a playlist, please send an issue.