iptv资源导航站
m3u8播放器
iptv搜索
http://www.foodieguide.com/iptvsearch/
http://c.tianhewan.top/IPlist.php
IPTV导航站
各地直播源汇总
http://www.kodiplayer.cn/movie/2898.html
频道名称标准化
http://kantv.255520.xyz/TVrepair.html
共享系统 来自恩山
epg接口
https://github.com/fanmingming/live
格式互转
https://guihet.com/tvlistconvert.html
2024.01.26最新纯ipv6直播订阅地址 :
https://live.fanmingming.com/tv/m3u/ipv6.m3u
https://fanmingming.com/txt?url=https://live.fanmingming.com/tv/m3u/ipv6.m3u
网络空间搜索寻找iptv源ip
搜索引擎网址
https://fofa.info/ https://quake.360.net/ https://hunter.qianxin.com/ https://www.zoomeye.org/ https://www.shodan.io/ https://search.censys.io/
搜索关键字
组播头 udproxy平台 Server: udpxy 单播 华为平台 Server: HMS Download Service 酒店 智慧光迅平台(广东公司) body="ZHGXTV" /ZHGXTV/Public/json/live_interface.txt http://ip:port/hls/1/index.m3u8 智慧桌面 智能KUTV(陕西公司) body="/iptv/live/zh_cn.js" http://ip:port/tsfile/live/0001_1.m3u8 华视美达 华视私云(浙江公司) body="华视美达" http://ip:port/newlive/live/hls/1/live.m3u8 地面波串流 Tvheadend平台 Server: HTS/tvheadend
常见回看格式
PLTV回看
部分带PLTV的链接支持7天回看,支持回看的播放器可以直接调用,不支持的也可以通过自定义来实现回看,不过要自己查一下节目单。在地址最后加上?playseek=开始时间-结束时间 (如?playseek=20200722222222-20200722223222代表2020年7月22日22时22分22秒之后的10分钟片段),再将地址里的PLTV改成TVOD即可播放,部分链接不改TVOD也可以 例:
直播格式 http://111.40.196.30/PLTV/88888888/224/3221225660/index.m3u8 回看格式 http://111.40.196.30/TVOD/88888888/224/3221225660/index.m3u8?playseek=20230429120115-20230429122855
湖南移动源回看格式
180000001001 改成 180000002001 添加?starttime=${start:YmdTHMS}.00Z&endtime=${end:YmdTHMS}.00Z 例
http://(ip:port)/180000002001/00000001000000000007000000001243/main.m3u8?starttime=${start:YmdTHMS}.00Z&endtime=${end:YmdTHMS}.00Z
亦非云回看格式
例
timeshift/channel starttime=20190901T093946 review/channel starttime=20190901T045000&length=600
ffmpeg源码录制,截图,分辨率,转换
录制音频 录制中国之声 ffmpeg -i "https://ngcdn001.cnr.cn/live/zgzs/index.m3u8" -c copy -acodec libmp3lame -f mp3 zgzs.mp3 录制桃江电台 需要加头部信息 ffmpeg -headers "referer: https://lhttp.qtfm.cn/" -i https://lhttp.qtfm.cn/live/20500086/64k.mp3 -c copy -acodec libmp3lame -f mp3 tjdt.mp3 录制视频 录制CCTV1高清 ffmpeg -i "http://39.134.59.235/PLTV/88888888/224/3221226415/index.m3u8" -c copy -bsf:a aac_adtstoasc ffzw.mkv 截图 截图CCTV1高清 ffmpeg -i "http://39.134.59.235/PLTV/88888888/224/3221226415/index.m3u8" -y -f image2 -ss 0 -vframes 1 -s 640x360 6415.jpg 分辨率 打印分辨率信息 ffprobe -print_format json -show_streams -select_streams v "http://39.134.59.235/PLTV/88888888/224/3221226415/index.m3u8" 转换 wmv转换为iphone的mp4格式 ffmpeg -i YOUR-INPUT.wmv -s qvga -b 384k -vcodec libx264 -r 23.976 -acodec libfaac -ac 2 -ar 44100 -ab 64k -vpre baseline -crf 22 -deinterlace -o YOUR-OUTPUT.MP4 mp4转换为iphone的mp4格式 ffmpeg -i input.mp4 -vcodec libx264 -profile:v main -level 3.1 -preset medium -crf 23 -x264-params ref=4 -acodec copy -movflags +faststart output.mp4 逐行转隔行 iptv源大多为隔行扫描视频,转为隔行扫描对电脑和智能设备效果好一些,有两种方法,第一种大多数windows二进制版本没有这个-deinterlace参数,建议使用后面那种 ffmpeg -i input.mp4 -deinterlace output.mp4 ffmpeg -i input.mp4 -vf yadif output.mp4 HVC1编码转AVC1编码 ffmpeg -i try.mkv -c:a copy -x265-params crf=25 tryy.mp4 ffmpeg -i try.mkv -c:a copy -x265-params crf=25 -max_muxing_queue_size 1024 tryy.mp4
使用N_m3u8DL-RE录制m3u8
工具地址
https://github.com/nilaoda/N_m3u8DL-RE/releases/tag/v0.2.0-beta
带界面的
https://github.com/nilaoda/N_m3u8DL-CLI
注意–save-name不用写文件后缀,如果是ts流会生成.ts后缀
直接录制 N_m3u8DL-RE.exe "http://hwottcdn.ln.chinamobile.com/PLTV/11/224/3221227341/index.m3u8" --save-name cctv6 --append-url-params --live-real-time-merge 录制cctv6 拼接日期 限时(cmd命令,如果需要拼接时分秒建议使用powershell脚本) N_m3u8DL-RE.exe "http://hwottcdn.ln.chinamobile.com/PLTV/11/224/3221227341/index.m3u8" --save-dir "D:\\" --save-name cctv6_%date:~0,4%-%date:~5,2%-%date:~8,2% --append-url-params --live-real-time-merge --live-record-limit 30:00 多轨道 N_m3u8DL-RE.exe "https://...__f/index.m3u8?hdnea=..." --save-name test_H264 --append-url-params --live-real-time-merge mpd录制 N_m3u8DL-RE.exe "http://.../__f/index.mpd?hdnea=..." --save-name test_HEVC --append-url-params --mp4-real-time-decryption --use-shaka-packager --live-real-time-merge --key kid:key 带head头的录制 N_m3u8DL-RE.exe "http://59.49.41.44/live.aishang.ctlcdn.com/00000110240389_1/playlist.m3u8?CONTENTID=00000110240389_1" --save-name test_LIVE --append-url-params --live-real-time-merge -H "User-Agent: vlc/3.0" 常用参数 --live-real-time-merge 录制直播时实时合并 [default: False] --append-url-params 将输入Url的Params添加至分片, 对某些网站很有用, 例如 kakao.com --auto-select true 自动选择所有类型的最佳轨道,包括最好的视频+不同语言的最佳音轨+全部字幕 --live-perform-as-vod true 以点播方式下载直播流(不主动刷新播放列表) --live-keep-segments false 加上这个选项,就不保留临时的直播分片了 --live-record-limit 设置录制时长限制。比如 --live-record-limit 20:00 就是录制20分钟, --live-record-limit 01:00:00 就是录制60分钟 --live-pipe-mux 通过管道自动混流分离的视频和音频。比如 https://live.goodiptv.club/api/cqyx.php?id=hjjcHD
官网源
央视 https://tv.cctv.com 湖南 http://live.mgtv.com 广东 https://www.gdtv.cn 上海 https://live.kankanews.com/ 山东 https://v.iqilu.com/live/sdtv/index.html