IPTV世界各地5000+直播源
要观看IPTV,您只需将此链接粘贴https://iptv-org.github.io/iptv/index.m3u
到任何支持M3U播放列表的播放器。
您也可以使用播放列表的SFW版本https://iptv-org.github.io/iptv/index.sfw.m3u

您也可以改用以下播放列表之一:
https://iptv-org.github.io/iptv/index.country.m3u
(按国家分组)https://iptv-org.github.io/iptv/index.category.m3u
(按类别分组)https://iptv-org.github.io/iptv/index.language.m3u
(按语言分组)
或从下面的列表中选择一个播放列表:
For开发人员
除了上述方法之外,您还可以获取JSON格式的所有可用通道的列表。
为此,您只需要发出GET请求即可:
https://iptv-org.github.io/iptv/channels.json
|
如果成功,您应该得到以下响应:
[
|
|
…
|
|
{
|
|
“name”: “CNN”,
|
|
“logo”: “https://i.imgur.com/ilZJT5s.png”,
|
|
“url”: “http://ott-cdn.ucom.am/s27/index.m3u8”,
|
|
“category”: “News”,
|
|
“languages”: [
|
|
{
|
|
“code”: “eng”,
|
|
“name”: “English”
|
|
}
|
|
],
|
|
“countries”: [
|
|
{
|
|
“code”: “us”,
|
|
“name”: “United States”
|
|
},
|
|
{
|
|
“code”: “ca”,
|
|
“name”: “Canada”
|
|
}
|
|
],
|
|
“tvg”: {
|
|
“id”: “cnn.us”,
|
|
“name”: “CNN”,
|
|
“url”: “http://epg.streamstv.me/epg/guide-usa.xml.gz”
|
|
}
|
|
},
|
|
…
|
|
]
|
资源
您可以在此存储库 iptv-org / awesome-iptv 中找到指向各种IPTV相关资源的链接。