IPTV 常见问题

lucifer

一、如何创建m3u8播放源文件

注意逗号为半角",“非全角”,",空格,以及换行

格式一:(带扩展信息)

1
2
3
4
5
6
7
8
#参考数据,非真实
#EXTM3U x-tvg-url = ""
#EXTINF:-1, tvg-id = "1", tvg-name = "CCTV1", group-title = "CCTV", tvg-logo = "https://web.gxnas.com/iptv_logo/cctv1.png", CCTV1
http://cctv.com/live/cctv1.m3u8
#EXTINF:-1, tvg-id = "1", tvg-name = "CCTV1", group-title = "CCTV", tvg-logo = "https://web.gxnas.com/iptv_logo/cctv1.png", CCTV1
http://cctv.com/live/cctv1_1.m3u8
#EXTINF:-1, tvg-id = "2", tvg-name = "CCTV2", group-title = "CCTV", tvg-logo = "https://web.gxnas.com/iptv_logo/cctv2.png", CCTV2 
http://cctv.com/live/cctv2.m3u8

格式二:(基础)

1
2
3
4
5
6
7
8
#参考数据,非真实
#EXTM3U
#EXTINF:-1, CCTV1
http://cctv.com/live/cctv1.m3u8
#EXTINF:-1, CCTV1
http://cctv.com/live/cctv1_1.m3u8
#EXTINF:-1, CCTV2
http://cctv.com/live/cctv2.m3u8

#EXTM3U 文件的头部,必须是文件的第一行 #EXTINF 指示多媒体文件的信息,包括播放时间和标题。

“#EXTINF:-1,1 CCTV1”这一行是一个源就写一行,后面"1 CCTV1"就是源的名字(带排序),下一行的http地址就是直播地址。

url-tvg、x-tvg-url: JTV (zip) 或 XMLTV (xml, gz) 格式的 EPG 的 URL。可以指定多个 URL,用逗号分隔 group-title: 频道组的标题 tvg-logo: 频道徽标名称(来自内部数据库)或将用作频道徽标的图像的 URL tvg-name: 来自 EPG 的频道名称,应等于 XMLTV 中“display-name”标签的值 tvg-id: XMLTV 频道 ID。当同一频道同时指定 tvg-id 和 tvg-name 时,将使用 tvg-id。 tvg-shift: EPG 的小时数变化

二、如何创建txt播放源文件

注意逗号为半角",“非全角”,",一条源一行

格式一:(带分组)

1
2
3
4
5
#参考数据,非真实
吉林
吉林公共,http://stream1.jlntv.cn/ggpd/sd/live.m3u8
吉林公共,http://stream1.jlntv.cn/ggpd/sd/live2.m3u8
吉林生活频道,http://stream1.jlntv.cn/shpd/playlist.m3u8?_upt=411141331578416402

格式二:(基础)

1
2
3
4
#参考数据,非真实
吉林公共,http://stream1.jlntv.cn/ggpd/sd/live.m3u8
吉林公共,http://stream1.jlntv.cn/ggpd/sd/live2.m3u8
吉林生活频道,http://stream1.jlntv.cn/shpd/playlist.m3u8?_upt=411141331578416402

三、辅助在线工具

EPG获取参考:

http://epg.51zmt.top:8000 https://epg.112114.xyz/

直播源检测:

https://github.com/biancangming/wtv/releases/tag/tools

2022 Nilbt all rights reserved
Nilbt
Built with Hugo
主题 StackJimmy 设计