├── .github └── workflows │ ├── main.yml │ └── zubo.yml ├── LICENSE ├── Readme.md ├── __pycache__ └── config.cpython-310.pyc ├── config.py ├── demo.txt ├── function.log ├── live.m3u ├── live.txt ├── main.py ├── php ├── bestv.php ├── gdtv.php ├── gehua.php ├── gudou.php └── tvb.php └── speedtest ├── fofa.sh ├── hoteliptv.py ├── ip ├── Anhui_191.ip ├── Anhui_191.port ├── Beijing_dianxin_186.ip ├── Beijing_dianxin_186.onlygood.ip ├── Beijing_dianxin_186.port ├── Beijing_liantong_145.ip ├── Beijing_liantong_145.onlygood.ip ├── Beijing_liantong_145.port ├── Chongqing_161.ip ├── Chongqing_161.port ├── Fujian_114.ip ├── Fujian_114.port ├── Gansu_105.ip ├── Gansu_105.port ├── Guangdong_332.ip ├── Guangdong_332.port ├── Guangxi_163.ip ├── Guangxi_163.port ├── Hebei_313.ip ├── Hebei_313.port ├── Henan_327.ip ├── Henan_327.port ├── Hubei_90.ip ├── Hubei_90.port ├── Hunan_282.ip ├── Hunan_282.port ├── Jiangsu.ip ├── Jiangxi_105.ip ├── Jiangxi_105.port ├── Jieyang_129.port ├── Sanxi_123.ip ├── Sanxi_123.port ├── Shanghai_103.ip ├── Shanghai_103.onlygood.ip ├── Shanghai_103.port ├── Shanxi_117.ip ├── Shanxi_117.port ├── Sichuan_333.ip ├── Sichuan_333.onlygood.ip ├── Sichuan_333.port ├── Tianjin_160.ip ├── Tianjin_160.port ├── Zhejiang_120.ip ├── Zhejiang_120.onlygood.ip ├── Zhejiang_120.port └── all.port ├── multi_test.sh ├── readme.md ├── result ├── result_Anhui_191.txt ├── result_Beijing_dianxin_186.txt ├── result_Beijing_liantong_145.txt ├── result_Chongqing_161.txt ├── result_Fujian_114.txt ├── result_Gansu_105.txt ├── result_Guangdong_332.txt ├── result_Guangxi_163.txt ├── result_Hebei_313.txt ├── result_Henan_327.txt ├── result_Hubei_90.txt ├── result_Hunan_282.txt ├── result_Jiangxi_105.txt ├── result_Jieyang_129.txt ├── result_Sanxi_123.txt ├── result_Shanghai_103.txt ├── result_Shanxi_117.txt ├── result_Sichuan_333.txt ├── result_Tianjin_160.txt ├── result_Zhejiang_120.txt ├── result_fofa_Anhui_191.txt ├── result_fofa_Beijing_dianxin_186.txt ├── result_fofa_Beijing_liantong_145.txt ├── result_fofa_Chongqing_161.txt ├── result_fofa_Fujian_114.txt ├── result_fofa_Gansu_105.txt ├── result_fofa_Guangdong_332.txt ├── result_fofa_Guangxi_163.txt ├── result_fofa_Hebei_313.txt ├── result_fofa_Henan_327.txt ├── result_fofa_Hubei_90.txt ├── result_fofa_Hunan_282.txt ├── result_fofa_Jiangsu.txt ├── result_fofa_Jiangxi_105.txt ├── result_fofa_Sanxi_123.txt ├── result_fofa_Shanghai_103.txt ├── result_fofa_Shanxi_117.txt ├── result_fofa_Sichuan_333.txt ├── result_fofa_Tianjin_160.txt └── result_fofa_Zhejiang_120.txt ├── result_all.txt ├── speedtest_bestv.sh ├── template ├── template_Anhui_191.txt ├── template_Beijing_dianxin_186.txt ├── template_Beijing_liantong_145.txt ├── template_Chongqing_161.txt ├── template_Fujian_114.txt ├── template_Gansu_105.txt ├── template_Guangdong_332.txt ├── template_Guangxi_163.txt ├── template_Hebei_313.txt ├── template_Henan_327.txt ├── template_Hubei_90.txt ├── template_Hunan_282.txt ├── template_Jiangsu.txt ├── template_Jiangxi_105.txt ├── template_Jieyang_129.txt ├── template_Sanxi_123.txt ├── template_Shanghai_103.txt ├── template_Shanxi_117.txt ├── template_Sichuan_333.txt ├── template_Tianjin_160.txt └── template_Zhejiang_120.txt ├── txt ├── Anhui_191.txt ├── Beijing_dianxin_186.txt ├── Beijing_liantong_145.txt ├── Chongqing_161.txt ├── Fujian_114.txt ├── Gansu_105.txt ├── Guangdong_332.txt ├── Guangxi_163.txt ├── Hebei_313.txt ├── Henan_327.txt ├── Hubei_90.txt ├── Hunan_282.txt ├── Jiangsu.txt ├── Jiangxi_105.txt ├── Jieyang_129.txt ├── Sanxi_123.txt ├── Shanghai_103.txt ├── Shanxi_117.txt ├── Sichuan_333.txt ├── Tianjin_160.txt ├── Zhejiang_120.txt ├── fofa_Anhui_191.txt ├── fofa_Beijing_dianxin_186.txt ├── fofa_Beijing_liantong_145.txt ├── fofa_Chongqing_161.txt ├── fofa_Fujian_114.txt ├── fofa_Gansu_105.txt ├── fofa_Guangdong_332.txt ├── fofa_Guangxi_163.txt ├── fofa_Hebei_313.txt ├── fofa_Henan_327.txt ├── fofa_Hubei_90.txt ├── fofa_Hunan_282.txt ├── fofa_Jiangsu.txt ├── fofa_Jiangxi_105.txt ├── fofa_Sanxi_123.txt ├── fofa_Shanghai_103.txt ├── fofa_Shanxi_117.txt ├── fofa_Sichuan_333.txt ├── fofa_Tianjin_160.txt ├── fofa_Zhejiang_120.txt └── test ├── zubo.txt └── zubo_fofa.txt /.github/workflows/main.yml: -------------------------------------------------------------------------------- 1 | name: Daily Update 2 | 3 | on: 4 | schedule: 5 | - cron: '45 21 * * *' 6 | workflow_dispatch: 7 | branches: 8 | - main 9 | 10 | jobs: 11 | run_script: 12 | runs-on: ubuntu-latest 13 | 14 | steps: 15 | - name: Checkout repository 16 | uses: actions/checkout@v2 17 | 18 | - name: Set up Python 19 | uses: actions/setup-python@v2 20 | with: 21 | python-version: '3.10' 22 | 23 | - name: Cache dependencies 24 | uses: actions/cache@v2 25 | with: 26 | path: ~/.cache/pip 27 | key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }} 28 | restore-keys: | 29 | ${{ runner.os }}-pip- 30 | 31 | - name: Install dependencies 32 | run: | 33 | pip install requests 34 | 35 | - name: Run Python script 36 | run: python main.py 37 | 38 | - name: Commit and push if changed 39 | run: | 40 | git config --local user.email "github-actions[bot]@users.noreply.github.com" 41 | git config --local user.name "github-actions[bot]" 42 | git add -A 43 | if ! git diff --staged --quiet; then 44 | git commit -m "Auto-update live files" 45 | git push 46 | fi 47 | 48 | env: 49 | TZ: Asia/Shanghai -------------------------------------------------------------------------------- /.github/workflows/zubo.yml: -------------------------------------------------------------------------------- 1 | name: Daily Job 2 | 3 | on: 4 | schedule: 5 | - cron: "0 0,8,18 * * *" # 每日 0:00,6:00,12:00,18:00 UTC 6 | workflow_dispatch: 7 | 8 | jobs: 9 | run-script: 10 | runs-on: ubuntu-latest 11 | 12 | steps: 13 | - name: Checkout Repository 14 | uses: actions/checkout@v3 15 | 16 | - name: Install Dependencies 17 | run: | 18 | sudo apt-get update 19 | sudo apt-get install -y yt-dlp sed nmap 20 | 21 | - name: Run Multitest Script 22 | run: | 23 | set -e 24 | cd $GITHUB_WORKSPACE/speedtest 25 | bash ./multi_test.sh 26 | bash ./fofa.sh 27 | 28 | - name: Update Results 29 | run: | 30 | cd $GITHUB_WORKSPACE/speedtest 31 | git config --local user.email "action@github.com" 32 | git config --local user.name "GitHub Action" 33 | git add . 34 | git diff --cached --quiet || git commit -m "Update results" 35 | git push -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- 1 | # IPTV 2 | 3 | 此项目通过其它直播源抓取集成一个总直播源,直播内容通过demo自定义进行运行爬取。每天自动更新直播,提供在线地址,可以直接使用各大播放平台。M3U配置peg和台标,支持IPV6/4双栈访问! 4 | 5 | 声明: 所有播放源均收集于互联网,仅供测试研究学习,不得商用! 6 | 7 | # 推荐超好用的直播源搜索引擎 8 | 网址: http://tonkiang.us 9 | 10 | 直播源都失效太快了,最后还是用脚本定时从tonkiang.us找组播ip、测速、自动更新txt,至少国内央视卫视等可以不用再担心没有了。 11 | 12 | 13 | -------------------------------------------------------------------------------- /__pycache__/config.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiongjian83/zubo/b078e773b6ae588c3eef2eef7ca04b42d0334bb0/__pycache__/config.cpython-310.pyc -------------------------------------------------------------------------------- /config.py: -------------------------------------------------------------------------------- 1 | ip_version_priority = "ipv6" 2 | 3 | source_urls = [ 4 | "https://raw.githubusercontent.com/zwc456baby/iptv_alive/blob/master/live.txt", 5 | "https://raw.githubusercontent.com/MemoryCollection/IPTV/blob/main/multicast.txt", 6 | "https://raw.githubusercontent.com/kimwang1978/collect-tv-txt/main/merged_output.txt" 7 | "https://raw.githubusercontent.com/xiongjian83/iptv/main/speedtest/zubo.txt", 8 | "https://live.zbds.top/tv/iptv6.txt", 9 | "https://live.zbds.top/tv/iptv4.txt", 10 | "https://raw.githubusercontent.com/xiongjian83/iptv/main/xj.txt", 11 | ] 12 | 13 | url_blacklist = [ 14 | "epg.pw/stream/", 15 | "103.40.13.71:12390", 16 | "[2409:8087:1a01:df::4077]/PLTV/", 17 | "8.210.140.75:68", 18 | "154.12.50.54", 19 | "yinhe.live_hls.zte.com", 20 | "8.137.59.151", 21 | "[2409:8087:7000:20:1000::22]:6060", 22 | "histar.zapi.us.kg", 23 | "www.tfiplaytv.vip", 24 | "dp.sxtv.top", 25 | "111.230.30.193", 26 | "148.135.93.213:81", 27 | "live.goodiptv.club", 28 | "iptv.luas.edu.cn" 29 | ] 30 | 31 | announcements = [ 32 | { 33 | "channel": "公告", 34 | "entries": [ 35 | {"name": "更新日期", "url": "http://159.75.85.63:35455/huya/11282233", "logo": "http://175.178.251.183:6689/LR.jpg"}, 36 | {"name": None, "url": "http://159.75.85.63:35455/huya/11342387", "logo": "http://175.178.251.183:6689/LR.jpg"} 37 | ] 38 | } 39 | ] 40 | 41 | epg_urls = [ 42 | "https://live.fanmingming.com/e.xml", 43 | "http://epg.51zmt.top:8000/e.xml", 44 | "http://epg.aptvapp.com/xml", 45 | "https://epg.pw/xmltv/epg_CN.xml", 46 | "https://epg.pw/xmltv/epg_HK.xml", 47 | "https://epg.pw/xmltv/epg_TW.xml" 48 | ] -------------------------------------------------------------------------------- /function.log: -------------------------------------------------------------------------------- 1 | 2025-03-03 05:49:45,427 - ERROR - url: https://raw.githubusercontent.com/zwc456baby/iptv_alive/blob/master/live.txt 爬取失败❌, Error: 404 Client Error: Not Found for url: https://raw.githubusercontent.com/zwc456baby/iptv_alive/blob/master/live.txt 2 | 2025-03-03 05:49:45,452 - ERROR - url: https://raw.githubusercontent.com/MemoryCollection/IPTV/blob/main/multicast.txt 爬取失败❌, Error: 404 Client Error: Not Found for url: https://raw.githubusercontent.com/MemoryCollection/IPTV/blob/main/multicast.txt 3 | 2025-03-03 05:49:45,483 - ERROR - url: https://raw.githubusercontent.com/kimwang1978/collect-tv-txt/main/merged_output.txthttps://raw.githubusercontent.com/xiongjian83/iptv/main/speedtest/zubo.txt 爬取失败❌, Error: 404 Client Error: Not Found for url: https://raw.githubusercontent.com/kimwang1978/collect-tv-txt/main/merged_output.txthttps:/raw.githubusercontent.com/xiongjian83/iptv/main/speedtest/zubo.txt 4 | 2025-03-03 05:49:45,791 - INFO - url: https://live.zbds.top/tv/iptv6.txt 获取成功,判断为txt格式 5 | 2025-03-03 05:49:45,792 - INFO - url: https://live.zbds.top/tv/iptv6.txt 爬取成功✅,包含频道分类: 央视频道, 卫视频道, 电影频道, 儿童频道, 地方频道, 体育频道, 其他频道, 更新时间 6 | 2025-03-03 05:49:46,269 - INFO - url: https://live.zbds.top/tv/iptv4.txt 获取成功,判断为txt格式 7 | 2025-03-03 05:49:46,276 - INFO - url: https://live.zbds.top/tv/iptv4.txt 爬取成功✅,包含频道分类: 央视频道, 卫视频道, 电影频道, 数字频道, 儿童频道, 地方频道, 综艺频道, 纪录频道, 体育频道, 解说频道, 游戏频道, 音乐频道, 戏曲频道, 春晚频道, 直播中国, 其他频道, 更新时间 8 | 2025-03-03 05:49:46,301 - INFO - url: https://raw.githubusercontent.com/xiongjian83/iptv/main/xj.txt 获取成功,判断为txt格式 9 | 2025-03-03 05:49:46,307 - INFO - url: https://raw.githubusercontent.com/xiongjian83/iptv/main/xj.txt 爬取成功✅,包含频道分类: 📡 江西频道, 📡 江苏频道, 📡 福建频道, 📡 河南频道, 🇨🇳虎牙直播, 🇨🇳斗鱼直播, 🇨🇳电视剧轮播, 🇨🇳 YY频道, 🇨🇳埋堆堆(港剧), 🇨🇳 NewTV, 📡 香港频道, 📡 台湾频道p2p, 📡 新闻频道p2p, 📡 电影频道p2p, 📡 戏剧频道p2p 10 | -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- 1 | import re 2 | import requests 3 | import logging 4 | from collections import OrderedDict 5 | from datetime import datetime 6 | import config 7 | 8 | logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s', handlers=[logging.FileHandler("function.log", "w", encoding="utf-8"), logging.StreamHandler()]) 9 | 10 | def parse_template(template_file): 11 | template_channels = OrderedDict() 12 | current_category = None 13 | 14 | with open(template_file, "r", encoding="utf-8") as f: 15 | for line in f: 16 | line = line.strip() 17 | if line and not line.startswith("#"): 18 | if "#genre#" in line: 19 | current_category = line.split(",")[0].strip() 20 | template_channels[current_category] = [] 21 | elif current_category: 22 | channel_name = line.split(",")[0].strip() 23 | template_channels[current_category].append(channel_name) 24 | 25 | return template_channels 26 | 27 | def fetch_channels(url): 28 | channels = OrderedDict() 29 | 30 | try: 31 | response = requests.get(url) 32 | response.raise_for_status() 33 | response.encoding = 'utf-8' 34 | lines = response.text.split("\n") 35 | current_category = None 36 | is_m3u = any("#EXTINF" in line for line in lines[:15]) 37 | source_type = "m3u" if is_m3u else "txt" 38 | logging.info(f"url: {url} 获取成功,判断为{source_type}格式") 39 | 40 | if is_m3u: 41 | for line in lines: 42 | line = line.strip() 43 | if line.startswith("#EXTINF"): 44 | match = re.search(r'group-title="(.*?)",(.*)', line) 45 | if match: 46 | current_category = match.group(1).strip() 47 | channel_name = match.group(2).strip() 48 | if current_category not in channels: 49 | channels[current_category] = [] 50 | elif line and not line.startswith("#"): 51 | channel_url = line.strip() 52 | if current_category and channel_name: 53 | channels[current_category].append((channel_name, channel_url)) 54 | else: 55 | for line in lines: 56 | line = line.strip() 57 | if "#genre#" in line: 58 | current_category = line.split(",")[0].strip() 59 | channels[current_category] = [] 60 | elif current_category: 61 | match = re.match(r"^(.*?),(.*?)$", line) 62 | if match: 63 | channel_name = match.group(1).strip() 64 | channel_url = match.group(2).strip() 65 | channels[current_category].append((channel_name, channel_url)) 66 | elif line: 67 | channels[current_category].append((line, '')) 68 | if channels: 69 | categories = ", ".join(channels.keys()) 70 | logging.info(f"url: {url} 爬取成功✅,包含频道分类: {categories}") 71 | except requests.RequestException as e: 72 | logging.error(f"url: {url} 爬取失败❌, Error: {e}") 73 | 74 | return channels 75 | 76 | def match_channels(template_channels, all_channels): 77 | matched_channels = OrderedDict() 78 | 79 | for category, channel_list in template_channels.items(): 80 | matched_channels[category] = OrderedDict() 81 | for channel_name in channel_list: 82 | for online_category, online_channel_list in all_channels.items(): 83 | for online_channel_name, online_channel_url in online_channel_list: 84 | if channel_name == online_channel_name: 85 | matched_channels[category].setdefault(channel_name, []).append(online_channel_url) 86 | 87 | return matched_channels 88 | 89 | def filter_source_urls(template_file): 90 | template_channels = parse_template(template_file) 91 | source_urls = config.source_urls 92 | 93 | all_channels = OrderedDict() 94 | for url in source_urls: 95 | fetched_channels = fetch_channels(url) 96 | for category, channel_list in fetched_channels.items(): 97 | if category in all_channels: 98 | all_channels[category].extend(channel_list) 99 | else: 100 | all_channels[category] = channel_list 101 | 102 | matched_channels = match_channels(template_channels, all_channels) 103 | 104 | return matched_channels, template_channels 105 | 106 | def is_ipv6(url): 107 | return re.match(r'^http:\/\/\[[0-9a-fA-F:]+\]', url) is not None 108 | 109 | def updateChannelUrlsM3U(channels, template_channels): 110 | written_urls = set() 111 | 112 | current_date = datetime.now().strftime("%Y-%m-%d") 113 | for group in config.announcements: 114 | for announcement in group['entries']: 115 | if announcement['name'] is None: 116 | announcement['name'] = current_date 117 | 118 | with open("live.m3u", "w", encoding="utf-8") as f_m3u: 119 | f_m3u.write(f"""#EXTM3U x-tvg-url={",".join(f'"{epg_url}"' for epg_url in config.epg_urls)}\n""") 120 | 121 | with open("live.txt", "w", encoding="utf-8") as f_txt: 122 | for group in config.announcements: 123 | f_txt.write(f"{group['channel']},#genre#\n") 124 | for announcement in group['entries']: 125 | f_m3u.write(f"""#EXTINF:-1 tvg-id="1" tvg-name="{announcement['name']}" tvg-logo="{announcement['logo']}" group-title="{group['channel']}",{announcement['name']}\n""") 126 | f_m3u.write(f"{announcement['url']}\n") 127 | f_txt.write(f"{announcement['name']},{announcement['url']}\n") 128 | 129 | for category, channel_list in template_channels.items(): 130 | f_txt.write(f"{category},#genre#\n") 131 | if category in channels: 132 | for channel_name in channel_list: 133 | if channel_name in channels[category]: 134 | sorted_urls = sorted(channels[category][channel_name], key=lambda url: not is_ipv6(url) if config.ip_version_priority == "ipv6" else is_ipv6(url)) 135 | filtered_urls = [] 136 | for url in sorted_urls: 137 | if url and url not in written_urls and not any(blacklist in url for blacklist in config.url_blacklist): 138 | filtered_urls.append(url) 139 | written_urls.add(url) 140 | 141 | total_urls = len(filtered_urls) 142 | for index, url in enumerate(filtered_urls, start=1): 143 | if is_ipv6(url): 144 | url_suffix = f"$LR•IPV6" if total_urls == 1 else f"$LR•IPV6『线路{index}』" 145 | else: 146 | url_suffix = f"$LR•IPV4" if total_urls == 1 else f"$LR•IPV4『线路{index}』" 147 | if '$' in url: 148 | base_url = url.split('$', 1)[0] 149 | else: 150 | base_url = url 151 | 152 | new_url = f"{base_url}{url_suffix}" 153 | 154 | f_m3u.write(f"#EXTINF:-1 tvg-id=\"{index}\" tvg-name=\"{channel_name}\" tvg-logo=\"https://gitee.com/yuanzl77/TVBox-logo/raw/main/png/{channel_name}.png\" group-title=\"{category}\",{channel_name}\n") 155 | f_m3u.write(new_url + "\n") 156 | f_txt.write(f"{channel_name},{new_url}\n") 157 | 158 | f_txt.write("\n") 159 | 160 | if __name__ == "__main__": 161 | template_file = "demo.txt" 162 | channels, template_channels = filter_source_urls(template_file) 163 | updateChannelUrlsM3U(channels, template_channels) -------------------------------------------------------------------------------- /php/bestv.php: -------------------------------------------------------------------------------- 1 | 23 | -------------------------------------------------------------------------------- /php/gdtv.php: -------------------------------------------------------------------------------- 1 | 43, //广东卫视 8 | 'gdzj' => 44, //广东珠江 9 | 'gdxw' => 45, //广东新闻 10 | 'gdgg' => 48, //广东公共 11 | 'gdty' => 47, //广东体育 12 | 'nfws' => 51, //大湾区卫视 13 | 'jjkj' => 49, //经济科教 14 | 'gdys' => 53, //广东影视 15 | 'gdzy' => 16, //广东综艺 16 | 'gdgj' => 46, //广东国际 17 | 'gdse' => 54, //广东少儿 18 | 'jjkt' => 66, //嘉佳卡通 19 | 'nfgw' => 42, //南方购物 20 | 'lnxq' => 15, //岭南戏曲 21 | 'gdfc' => 67, //广东房产 22 | 'xdjy' => 13, //现代教育 23 | 'gdyd' => 74, //广东移动 24 | 'gdjk' => 99, //GRTN健康频道 25 | 'gdwh' => 75, //GRTN文化频道 26 | ]; 27 | 28 | $ts = time(); 29 | $headers = [ 30 | "referer: https://www.gdtv.cn/", 31 | "origin: https://www.gdtv.cn", 32 | "user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64", 33 | "x-itouchtv-ca-key: 89541443007807288657755311869534", 34 | "x-itouchtv-ca-timestamp: $ts", 35 | "x-itouchtv-client: WEB_PC", 36 | "x-itouchtv-device-id: WEB_0" 37 | ]; 38 | 39 | $bstrURL = "https://tcdn-api.itouchtv.cn/getParam"; 40 | $sign = base64_encode(hash_hmac("SHA256","GET\n$bstrURL\n$ts\n","dfkcY1c3sfuw0Cii9DWjOUO3iQy2hqlDxyvDXd1oVMxwYAJSgeB6phO8eW1dfuwX",true)); 41 | $headers[] = "x-itouchtv-ca-signature: $sign"; 42 | 43 | $ch = curl_init($bstrURL); 44 | curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); 45 | curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE); 46 | curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE); 47 | curl_setopt($ch, CURLOPT_HTTPHEADER,$headers); 48 | $data = curl_exec($ch); 49 | curl_close($ch); 50 | $json = json_decode($data); 51 | $node = $json -> node; 52 | 53 | // 进入wss取串 54 | $contextOptions = ['ssl' => ["verify_peer"=>false,"verify_peer_name"=>false]]; 55 | $context = stream_context_create($contextOptions); 56 | $sock = stream_socket_client("ssl://tcdn-ws.itouchtv.cn:3800",$errno,$errstr,1,STREAM_CLIENT_CONNECT,$context); 57 | stream_set_timeout($sock,1); 58 | $wssData = json_encode(['route' => 'getwsparam','message' => $node]); 59 | 60 | $key = base64_encode(substr(md5(mt_rand(1,999)),0,16)); 61 | $header .= "GET /connect HTTP/1.1\r\n"; 62 | $header .= "Host: tcdn-ws.itouchtv.cn:3800\r\n"; 63 | $header .= "Upgrade: websocket\r\n"; 64 | $header .= "Sec-WebSocket-Key: $key\r\n"; 65 | fwrite($sock,$header."\r\n"); 66 | $handshake = stream_get_contents($sock); 67 | if(strstr($handshake,'Sec-Websocket-Accept')) { 68 | fwrite($sock, encode($wssData)); 69 | $param = stream_get_contents($sock); 70 | $param = substr($param,4); 71 | $json =json_decode($param); 72 | $wsnode = $json->wsnode; 73 | } 74 | // wss 取串结束. 75 | 76 | $bstrURL = "https://gdtv-api.gdtv.cn/api/tv/v2/tvChannel/$n[$id]?tvChannelPk=$n[$id]&node=".base64_encode($wsnode); 77 | $sign = base64_encode(hash_hmac("SHA256","GET\n$bstrURL\n$ts\n","dfkcY1c3sfuw0Cii9DWjOUO3iQy2hqlDxyvDXd1oVMxwYAJSgeB6phO8eW1dfuwX",true)); 78 | 79 | $ch = curl_init($bstrURL); 80 | curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "OPTIONS"); 81 | curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); 82 | curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE); 83 | curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE); 84 | curl_setopt($ch, CURLOPT_HTTPHEADER,["referer: https://www.gdtv.cn"]); 85 | $data = curl_exec($ch); 86 | curl_close($ch); 87 | 88 | array_pop($headers); 89 | $headers[] = "x-itouchtv-ca-signature: $sign"; 90 | 91 | $ch = curl_init($bstrURL); 92 | curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); 93 | curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE); 94 | curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE); 95 | curl_setopt($ch, CURLOPT_HTTPHEADER,$headers); 96 | $data = curl_exec($ch); 97 | curl_close($ch); 98 | $json = json_decode($data); 99 | $playURL = json_decode($json -> playUrl) -> hd; 100 | 101 | // m3u8加referer校验。 102 | $ch = curl_init($playURL); 103 | curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); 104 | curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE); 105 | curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE); 106 | curl_setopt($ch, CURLOPT_HTTPHEADER,["Referer: https://www.gdtv.cn"]); 107 | $data = curl_exec($ch); 108 | curl_close($ch); 109 | print_r($data); 110 | 111 | function encode($data) { 112 | $len = strlen($data); 113 | $head[0] = 129; 114 | $mask = []; 115 | for ($j = 0; $j < 4; $j ++) { 116 | $mask[] = mt_rand(1, 128); 117 | } 118 | $split = str_split(sprintf('%016b', $len), 8); 119 | $head[1] = 254; 120 | $head[2] = bindec($split[0]); 121 | $head[3] = bindec($split[1]); 122 | $head = array_merge($head, $mask); 123 | foreach ($head as $k => $v) { 124 | $head[$k] = chr($v); 125 | } 126 | $mask_data = ''; 127 | for ($j = 0; $j < $len; $j ++) { 128 | $mask_data .= chr(ord($data[$j]) ^ $mask[$j % 4]); 129 | } 130 | return implode('', $head).$mask_data; 131 | } 132 | 133 | ?> 134 | -------------------------------------------------------------------------------- /php/gudou.php: -------------------------------------------------------------------------------- 1 | content->url; 34 | if(isset($hq)) { 35 | if($id == '4' || $id == '5' || $id == '6' || $id == '7') { 36 | header('location:'.preg_replace('/&p=(.*?)$/','',$url->hd)); 37 | } else { 38 | header('location:'.preg_replace('/&p=(.*?)$/','&p=3000',$url->hd)); 39 | }; 40 | } else if($id == '0' || $id == '2' || $id == '4' || $id == '6') { 41 | header('location:'.$url->hd); 42 | } else { 43 | header('location:'.$url->sd); 44 | }; 45 | -------------------------------------------------------------------------------- /speedtest/hoteliptv.py: -------------------------------------------------------------------------------- 1 | # -*- coding: utf-8 -*- 2 | import sys 3 | import requests 4 | 5 | # 目标页面 URL 6 | url = 'http://tonkiang.us/hoteliptv.php' 7 | 8 | # 从命令行参数中获取搜索关键字 9 | if len(sys.argv) < 2: 10 | print("Usage: python test.py ") 11 | sys.exit(1) 12 | 13 | keyword = sys.argv[1] 14 | 15 | # 构造 POST 请求参数 16 | payload = {'search': keyword} 17 | 18 | # 发送 POST 请求 19 | response = requests.post(url, data=payload) 20 | 21 | # 打印响应内容 22 | print(response.text) 23 | -------------------------------------------------------------------------------- /speedtest/ip/Anhui_191.ip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiongjian83/zubo/b078e773b6ae588c3eef2eef7ca04b42d0334bb0/speedtest/ip/Anhui_191.ip -------------------------------------------------------------------------------- /speedtest/ip/Anhui_191.port: -------------------------------------------------------------------------------- 1 | 2000 2 | 4000 3 | 4022 4 | 40000 5 | 8888 6 | 58888 7 | 5555 8 | 4926 9 | 8686 10 | 6706 11 | 1799 12 | 9730 13 | 8047 14 | 7203 15 | 3435 16 | 3002 17 | 8114 18 | 8784 19 | 5106 20 | 5109 21 | 8742 22 | 8569 23 | 5142 24 | 5918 25 | 6703 26 | 2508 27 | 4024 28 | 9178 29 | 5836 30 | 2327 31 | 3857 32 | 8369 33 | 6164 34 | 1364 35 | 8719 36 | 8972 37 | 4953 38 | 9579 39 | 7720 40 | 2564 41 | 6929 42 | 6888 43 | 5871 44 | 5900 45 | 9738 46 | 3682 47 | 6364 48 | 1240 49 | 1272 50 | 1359 51 | 4194 52 | 4977 53 | 8477 54 | 7195 55 | 1252 56 | 7863 57 | 1957 58 | 1069 59 | 5179 60 | 2718 61 | 1154 62 | 972 63 | 4350 -------------------------------------------------------------------------------- /speedtest/ip/Beijing_dianxin_186.ip: -------------------------------------------------------------------------------- 1 | 219.143.140.10:6060 2 | 1.203.110.111:17777 3 | 115.171.80.36:8888 4 | 1.203.120.157:9000 5 | 219.142.73.179:4000 6 | 115.171.216.51:4000 7 | 1.203.77.111:4022 8 | 1.202.116.17:87 9 | 115.171.239.44:4022 10 | 1.203.110.42:8686 11 | -------------------------------------------------------------------------------- /speedtest/ip/Beijing_dianxin_186.onlygood.ip: -------------------------------------------------------------------------------- 1 | 219.143.140.10:6060 2 | 1.203.120.157:9000 3 | 219.142.73.179:4000 4 | -------------------------------------------------------------------------------- /speedtest/ip/Beijing_dianxin_186.port: -------------------------------------------------------------------------------- 1 | 8888 2 | 4022 3 | 4310 4 | 7788 5 | 4000 6 | 87 7 | 18022 8 | 18888 9 | -------------------------------------------------------------------------------- /speedtest/ip/Beijing_liantong_145.ip: -------------------------------------------------------------------------------- 1 | 114.240.44.152:8888 2 | 222.129.99.162:8888 3 | 114.240.45.132:8888 4 | 123.116.131.209:8000 5 | 114.249.111.176:4022 6 | 111.193.239.46:8800 7 | 114.243.103.123:8686 8 | 111.196.123.149:4022 9 | 111.197.135.169:1314 10 | 114.240.231.100:3000 11 | -------------------------------------------------------------------------------- /speedtest/ip/Beijing_liantong_145.onlygood.ip: -------------------------------------------------------------------------------- 1 | 114.240.44.152:8888 2 | 222.129.99.162:8888 3 | 123.116.131.209:8000 4 | 114.249.111.176:4022 5 | 111.193.239.46:8800 6 | 114.243.103.123:8686 7 | 111.197.135.169:1314 8 | 114.240.231.100:3000 9 | -------------------------------------------------------------------------------- /speedtest/ip/Beijing_liantong_145.port: -------------------------------------------------------------------------------- 1 | 2 | 10000 3 | 18888 4 | 2222 5 | 3568 6 | 4000 7 | 4022 8 | 5555 9 | 58888 10 | 8012 11 | 8118 12 | 8180 13 | 8686 14 | 88 15 | 8888 16 | 9000 17 | -------------------------------------------------------------------------------- /speedtest/ip/Chongqing_161.ip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiongjian83/zubo/b078e773b6ae588c3eef2eef7ca04b42d0334bb0/speedtest/ip/Chongqing_161.ip -------------------------------------------------------------------------------- /speedtest/ip/Chongqing_161.port: -------------------------------------------------------------------------------- 1 | 7777 2 | 8000 3 | 8181 4 | 8888 5 | 20005 6 | 7788 7 | 5555 8 | 4022 9 | 4070 10 | 58888 11 | 10000 12 | 10096 13 | 8899 14 | -------------------------------------------------------------------------------- /speedtest/ip/Fujian_114.ip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiongjian83/zubo/b078e773b6ae588c3eef2eef7ca04b42d0334bb0/speedtest/ip/Fujian_114.ip -------------------------------------------------------------------------------- /speedtest/ip/Fujian_114.port: -------------------------------------------------------------------------------- 1 | 8888 2 | 9999 3 | 4022 4 | -------------------------------------------------------------------------------- /speedtest/ip/Gansu_105.ip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiongjian83/zubo/b078e773b6ae588c3eef2eef7ca04b42d0334bb0/speedtest/ip/Gansu_105.ip -------------------------------------------------------------------------------- /speedtest/ip/Gansu_105.port: -------------------------------------------------------------------------------- 1 | 4040 2 | 10000 3 | 8029 4 | 6868 5 | 8888 6 | 7 | 8 | -------------------------------------------------------------------------------- /speedtest/ip/Guangdong_332.ip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiongjian83/zubo/b078e773b6ae588c3eef2eef7ca04b42d0334bb0/speedtest/ip/Guangdong_332.ip -------------------------------------------------------------------------------- /speedtest/ip/Guangdong_332.port: -------------------------------------------------------------------------------- 1 | 2086 2 | 30001 3 | 4022 4 | 54321 5 | 5555 6 | 8000 7 | 8800 8 | 8886 9 | 8888 10 | 8889 11 | 9999 12 | -------------------------------------------------------------------------------- /speedtest/ip/Guangxi_163.ip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiongjian83/zubo/b078e773b6ae588c3eef2eef7ca04b42d0334bb0/speedtest/ip/Guangxi_163.ip -------------------------------------------------------------------------------- /speedtest/ip/Guangxi_163.port: -------------------------------------------------------------------------------- 1 | 8888 2 | 8138 3 | 4444 4 | 10000 5 | 6666 6 | 4661 7 | 8548 8 | 9179 9 | 2178 10 | 1450 11 | 1386 12 | 2790 13 | 3294 14 | 5344 15 | 9491 16 | 5730 17 | 1779 18 | 3343 19 | 4533 20 | 8970 21 | 1574 22 | 9867 23 | 7482 24 | 9884 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /speedtest/ip/Hebei_313.ip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiongjian83/zubo/b078e773b6ae588c3eef2eef7ca04b42d0334bb0/speedtest/ip/Hebei_313.ip -------------------------------------------------------------------------------- /speedtest/ip/Hebei_313.port: -------------------------------------------------------------------------------- 1 | 4022 2 | 4000 3 | 8888 4 | 10001 5 | 2022 6 | 7077 7 | -------------------------------------------------------------------------------- /speedtest/ip/Henan_327.ip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiongjian83/zubo/b078e773b6ae588c3eef2eef7ca04b42d0334bb0/speedtest/ip/Henan_327.ip -------------------------------------------------------------------------------- /speedtest/ip/Henan_327.port: -------------------------------------------------------------------------------- 1 | 1455 2 | 8800 3 | 9000 4 | 3838 5 | 2000 6 | 4022 7 | 8055 8 | 8888 9 | -------------------------------------------------------------------------------- /speedtest/ip/Hubei_90.ip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiongjian83/zubo/b078e773b6ae588c3eef2eef7ca04b42d0334bb0/speedtest/ip/Hubei_90.ip -------------------------------------------------------------------------------- /speedtest/ip/Hubei_90.port: -------------------------------------------------------------------------------- 1 | 4022 2 | 5555 3 | 8880 4 | 8888 5 | 8118 6 | 8686 7 | 8887 8 | 9 | -------------------------------------------------------------------------------- /speedtest/ip/Hunan_282.ip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiongjian83/zubo/b078e773b6ae588c3eef2eef7ca04b42d0334bb0/speedtest/ip/Hunan_282.ip -------------------------------------------------------------------------------- /speedtest/ip/Hunan_282.port: -------------------------------------------------------------------------------- 1 | 7000 2 | 8082 3 | 4022 4 | 18888 5 | 9000 6 | 8888 7 | 3000 8 | 7000 9 | 55555 10 | 8989 11 | 8188 12 | -------------------------------------------------------------------------------- /speedtest/ip/Jiangsu.ip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiongjian83/zubo/b078e773b6ae588c3eef2eef7ca04b42d0334bb0/speedtest/ip/Jiangsu.ip -------------------------------------------------------------------------------- /speedtest/ip/Jiangxi_105.ip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiongjian83/zubo/b078e773b6ae588c3eef2eef7ca04b42d0334bb0/speedtest/ip/Jiangxi_105.ip -------------------------------------------------------------------------------- /speedtest/ip/Jiangxi_105.port: -------------------------------------------------------------------------------- 1 | 4022 2 | 9000 3 | 6001 4 | 6002 5 | 6003 6 | 6005 7 | 8688 8 | -------------------------------------------------------------------------------- /speedtest/ip/Jieyang_129.port: -------------------------------------------------------------------------------- 1 | 8081 2 | 808 3 | 4 | -------------------------------------------------------------------------------- /speedtest/ip/Sanxi_123.ip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiongjian83/zubo/b078e773b6ae588c3eef2eef7ca04b42d0334bb0/speedtest/ip/Sanxi_123.ip -------------------------------------------------------------------------------- /speedtest/ip/Sanxi_123.port: -------------------------------------------------------------------------------- 1 | 8020 2 | 8001 3 | 8021 4 | 8888 5 | 8008 6 | -------------------------------------------------------------------------------- /speedtest/ip/Shanghai_103.ip: -------------------------------------------------------------------------------- 1 | 114.82.119.31:4000 2 | 116.237.32.161:8888 3 | 61.173.147.130:8888 4 | 116.234.78.64:8888 5 | 58.41.29.113:8880 6 | 58.32.27.41:34567 7 | 116.237.72.156:4022 8 | 180.158.4.112:9997 9 | 222.71.202.30:4000 10 | 180.165.23.42:8888 11 | -------------------------------------------------------------------------------- /speedtest/ip/Shanghai_103.onlygood.ip: -------------------------------------------------------------------------------- 1 | 114.82.119.31:4000 2 | 116.237.32.161:8888 3 | 61.173.147.130:8888 4 | 116.234.78.64:8888 5 | 58.32.27.41:34567 6 | 116.237.72.156:4022 7 | 180.158.4.112:9997 8 | 222.71.202.30:4000 9 | -------------------------------------------------------------------------------- /speedtest/ip/Shanghai_103.port: -------------------------------------------------------------------------------- 1 | 1024 2 | 13013 3 | 2051 4 | 4022 5 | 5002 6 | 56789 7 | 8088 8 | 9901 9 | -------------------------------------------------------------------------------- /speedtest/ip/Shanxi_117.ip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiongjian83/zubo/b078e773b6ae588c3eef2eef7ca04b42d0334bb0/speedtest/ip/Shanxi_117.ip -------------------------------------------------------------------------------- /speedtest/ip/Shanxi_117.port: -------------------------------------------------------------------------------- 1 | 4022 2 | 7777 3 | 8083 4 | 8082 5 | 8085 6 | 8084 7 | 8 | -------------------------------------------------------------------------------- /speedtest/ip/Sichuan_333.ip: -------------------------------------------------------------------------------- 1 | 182.129.35.66:8888 2 | 171.213.224.139:8888 3 | 112.193.74.227:4022 4 | 171.213.157.213:4022 5 | 171.92.20.107:8888 6 | 171.213.214.145:8888 7 | 125.66.88.113:8888 8 | 125.66.88.203:8888 9 | 182.143.19.82:8888 10 | 139.200.68.126:8888 11 | -------------------------------------------------------------------------------- /speedtest/ip/Sichuan_333.onlygood.ip: -------------------------------------------------------------------------------- 1 | 182.129.35.66:8888 2 | 171.213.224.139:8888 3 | 112.193.74.227:4022 4 | 171.213.157.213:4022 5 | 171.92.20.107:8888 6 | 171.213.214.145:8888 7 | 125.66.88.113:8888 8 | 125.66.88.203:8888 9 | 182.143.19.82:8888 10 | 139.200.68.126:8888 11 | -------------------------------------------------------------------------------- /speedtest/ip/Sichuan_333.port: -------------------------------------------------------------------------------- 1 | 12345 2 | 8888 3 | 9999 4 | 4022 5 | 888 6 | 9080 7 | 8088 8 | 55555 9 | 6688 10 | -------------------------------------------------------------------------------- /speedtest/ip/Tianjin_160.ip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiongjian83/zubo/b078e773b6ae588c3eef2eef7ca04b42d0334bb0/speedtest/ip/Tianjin_160.ip -------------------------------------------------------------------------------- /speedtest/ip/Tianjin_160.port: -------------------------------------------------------------------------------- 1 | 5555 2 | 4022 3 | 8888 4 | 5002 5 | 6080 6 | -------------------------------------------------------------------------------- /speedtest/ip/Zhejiang_120.ip: -------------------------------------------------------------------------------- 1 | 60.186.12.91:8888 2 | 115.206.160.141:8888 3 | 125.119.211.236:8888 4 | 183.147.185.210:8888 5 | 115.206.151.89:8888 6 | 183.152.68.3:9090 7 | 60.184.45.87:8889 8 | 60.184.45.87:8888 9 | 122.232.188.128:8888 10 | 183.155.100.185:8888 11 | -------------------------------------------------------------------------------- /speedtest/ip/Zhejiang_120.onlygood.ip: -------------------------------------------------------------------------------- 1 | 60.186.12.91:8888 2 | 115.206.160.141:8888 3 | 125.119.211.236:8888 4 | 183.147.185.210:8888 5 | 115.206.151.89:8888 6 | 183.152.68.3:9090 7 | 60.184.45.87:8889 8 | 60.184.45.87:8888 9 | 122.232.188.128:8888 10 | 183.155.100.185:8888 11 | -------------------------------------------------------------------------------- /speedtest/ip/Zhejiang_120.port: -------------------------------------------------------------------------------- 1 | 1452 2 | 1456 3 | 161 4 | 1720 5 | 18083 6 | 1951 7 | 20000 8 | 25005 9 | 3095 10 | 3097 11 | 44305 12 | 49671 13 | 50060 14 | 58888 15 | 7000 16 | 7443 17 | 8848 18 | 8888 19 | 8889 20 | 9162 21 | 9183 22 | 9999 23 | -------------------------------------------------------------------------------- /speedtest/ip/all.port: -------------------------------------------------------------------------------- 1 | 10000 2 | 10001 3 | 1024 4 | 12345 5 | 13013 6 | 1452 7 | 1455 8 | 1456 9 | 161 10 | 1720 11 | 18022 12 | 18083 13 | 18888 14 | 1951 15 | 2000 16 | 20000 17 | 2022 18 | 2051 19 | 2086 20 | 2222 21 | 25005 22 | 3000 23 | 30001 24 | 3095 25 | 3097 26 | 3568 27 | 3838 28 | 4000 29 | 4022 30 | 4040 31 | 4310 32 | 44305 33 | 49671 34 | 5002 35 | 50060 36 | 54321 37 | 5555 38 | 55555 39 | 56789 40 | 58888 41 | 6080 42 | 6688 43 | 7000 44 | 7077 45 | 7443 46 | 7777 47 | 7788 48 | 8000 49 | 8012 50 | 8055 51 | 808 52 | 8081 53 | 8082 54 | 8083 55 | 8084 56 | 8085 57 | 8088 58 | 8118 59 | 8180 60 | 8686 61 | 87 62 | 88 63 | 8800 64 | 8848 65 | 888 66 | 8880 67 | 8886 68 | 8887 69 | 8888 70 | 8889 71 | 8989 72 | 9000 73 | 9080 74 | 9162 75 | 9183 76 | 9901 77 | 9999 78 | -------------------------------------------------------------------------------- /speedtest/multi_test.sh: -------------------------------------------------------------------------------- 1 | #read -p "确定要运行脚本吗?(y/n): " choice 2 | pwd 3 | #cd speedtest 4 | time=$(date +%m%d%H%M) 5 | i=0 6 | 7 | if [ $# -eq 0 ]; then 8 | echo "请选择城市:" 9 | echo "1. 上海电信(Shanghai_103)" 10 | echo "2. 北京联通(Beijing_liantong_145)" 11 | echo "3. 四川电信(Sichuan_333)" 12 | echo "4. 浙江电信(Zhejiang_120)" 13 | echo "5. 甘肃电信(Gansu_105)" 14 | echo "6. 重庆电信(Chongqing_161)" 15 | echo "7. 广东电信(Guangdong_332)" 16 | echo "8. 河南电信(Henan_327)" 17 | echo "9. 山西电信(Shanxi_117)" 18 | echo "10. 天津联通(Tianjin_160)" 19 | echo "11. 湖北电信(Hubei_90)" 20 | echo "12. 福建电信(Fujian_114)" 21 | echo "13. 湖南电信(Hunan_282)" 22 | echo "14. 广西(Guangxi_163)" 23 | echo "15. 河北联通(Hebei_313)" 24 | echo "16. 江西(Jiangxi_105)" 25 | echo "17. 陕西(Sanxi_123)" 26 | echo "18. 安徽(Anhui_191)" 27 | echo "0. 全部" 28 | read -t 10 -p "输入选择或在10秒内无输入将默认选择全部: " city_choice 29 | 30 | if [ -z "$city_choice" ]; then 31 | echo "未检测到输入,自动选择全部选项..." 32 | city_choice=0 33 | fi 34 | 35 | else 36 | city_choice=$1 37 | fi 38 | 39 | # 根据用户选择设置城市和相应的stream 40 | case $city_choice in 41 | 1) 42 | city="Shanghai_103" 43 | stream="udp/239.45.1.4:5140" 44 | channel_key="上海" 45 | ;; 46 | 2) 47 | city="Beijing_liantong_145" 48 | stream="rtp/239.3.1.129:8008" 49 | channel_key="北京联通" 50 | ;; 51 | 3) 52 | city="Sichuan_333" 53 | stream="udp/239.93.0.169:5140" 54 | channel_key="四川电信" 55 | ;; 56 | 4) 57 | city="Zhejiang_120" 58 | stream="rtp/233.50.201.63:5140" 59 | channel_key="浙江电信" 60 | ;; 61 | 5) 62 | city="Gansu_105" 63 | stream="udp/239.255.30.250:8231" 64 | channel_key="甘肃电信" 65 | ;; 66 | 6) 67 | city="Chongqing_161" 68 | stream="udp/225.0.4.187:7980" 69 | channel_key="重庆联通" 70 | ;; 71 | 7) 72 | city="Guangdong_332" 73 | stream="udp/239.77.1.98:5146" 74 | channel_key="广东电信" 75 | ;; 76 | 8) 77 | city="Henan_327" 78 | stream="rtp/239.16.20.1:10010" 79 | channel_key="河南电信" 80 | ;; 81 | 9) 82 | city="Shanxi_117" 83 | stream="udp/239.1.1.7:8007" 84 | channel_key="山西电信" 85 | ;; 86 | 10) 87 | city="Tianjin_160" 88 | stream="udp/225.1.2.190:5002" 89 | channel_key="天津联通" 90 | ;; 91 | 11) 92 | city="Hubei_90" 93 | stream="rtp/239.69.1.40:9880" 94 | channel_key="湖北电信" 95 | ;; 96 | 12) 97 | city="Fujian_114" 98 | stream="rtp/239.61.2.183:9086" 99 | channel_key="福建电信" 100 | ;; 101 | 13) 102 | city="Hunan_282" 103 | stream="udp/239.76.245.51:1234" 104 | channel_key="湖南电信" 105 | ;; 106 | 14) 107 | city="Guangxi_163" 108 | stream="udp/239.81.0.107:4056" 109 | channel_key="广西" 110 | ;; 111 | 15) 112 | city="Hebei_313" 113 | stream="rtp/239.253.93.134:6631" 114 | channel_key="河北联通" 115 | ;; 116 | 16) 117 | city="Jiangxi_105" 118 | stream="udp/239.252.220.63:5140" 119 | channel_key="江西" 120 | ;; 121 | 17) 122 | city="Sanxi_123" 123 | stream="rtp/239.112.205.59:5140" 124 | channel_key="陕西" 125 | ;; 126 | 18) 127 | city="Anhui_191" 128 | stream="rtp/238.1.79.27:4328" 129 | channel_key="安徽" 130 | ;; 131 | 0) 132 | # 如果选择是“全部选项”,则逐个处理每个选项 133 | for option in {1..18}; do 134 | bash ./multi_test.sh $option # 假定script_name.sh是当前脚本的文件名,$option将递归调用 135 | done 136 | exit 0 137 | ;; 138 | 139 | *) 140 | echo "错误:无效的选择。" 141 | exit 1 142 | ;; 143 | esac 144 | 145 | # 使用城市名作为默认文件名,格式为 CityName.ip 146 | ipfile="ip/${city}.ip" 147 | onlyip="ip/${city}.onlyip" 148 | onlyport="ip/${city}.port" 149 | # onlyport="ip/all.port" 150 | # 搜索最新ip 151 | 152 | echo "===============从tonkiang检索 $channel_key 最新ip=================" 153 | /usr/bin/python3 hoteliptv.py $channel_key >test.html 154 | grep -o "href='hotellist.html?s=[^']*'" test.html > tempip.txt 155 | 156 | sed -n "s/^.*href='hotellist.html?s=\([^:]*\):[0-9].*/\1/p" tempip.txt > tmp_onlyip 157 | sort tmp_onlyip | uniq | sed '/^\s*$/d' > $onlyip 158 | rm -f test.html tempip.txt tmp_onlyip $ipfile 159 | 160 | # 遍历ip和端口组合 161 | while IFS= read -r ip; do 162 | while IFS= read -r port; do 163 | # 尝试连接 IP 地址和端口号 164 | # nc -w 1 -v -z $ip $port 165 | output=$(nc -w 1 -v -z "$ip" "$port" 2>&1) 166 | # 如果连接成功,且输出包含 "succeeded",则将结果保存到输出文件中 167 | if [[ $output == *"succeeded"* ]]; then 168 | # 使用 awk 提取 IP 地址和端口号对应的字符串,并保存到输出文件中 169 | echo "$output" | grep "succeeded" | awk -v ip="$ip" -v port="$port" '{print ip ":" port}' >> "$ipfile" 170 | fi 171 | done < "$onlyport" 172 | done < "$onlyip" 173 | 174 | 175 | rm -f $onlyip 176 | echo "===============检索完成=================" 177 | 178 | # 检查文件是否存在 179 | if [ ! -f "$ipfile" ]; then 180 | echo "错误:文件 $ipfile 不存在。" 181 | exit 1 182 | fi 183 | 184 | lines=$(cat "$ipfile" | wc -l) 185 | echo "【$ipfile文件】内ip共计$lines个" 186 | 187 | while read line; do 188 | i=$(($i + 1)) 189 | ip=$line 190 | url="http://$ip/$stream" 191 | if [ "$city" == "Jieyang_129" ]; then 192 | echo $url 193 | # 使用yt-dlp下载并解析下载速度 194 | output=$(/usr/local/bin/yt-dlp --ignore-config --no-cache-dir --output "output.ts" --download-archive new-archive.txt --external-downloader ffmpeg --external-downloader-args "-t 5" "$url" 2>&1) 195 | a=$(echo "$output" | grep -oP 'at \K[0-9.]+M') 196 | rm -f new-archive.txt output.ts 197 | 198 | else 199 | echo $url 200 | curl $url --connect-timeout 3 --max-time 10 -o /dev/null >zubo.tmp 2>&1 201 | a=$(head -n 3 zubo.tmp | awk '{print $NF}' | tail -n 1) 202 | fi 203 | 204 | echo "第$i/$lines个:$ip $a" 205 | echo "$ip $a" >> "speedtest_${city}_$time.log" 206 | done < "$ipfile" 207 | 208 | rm -f zubo.tmp 209 | cat "speedtest_${city}_$time.log" | grep -E 'M|k' | awk '{print $2" "$1}' | sort -n -r >"result/result_${city}.txt" 210 | cat "result/result_${city}.txt" 211 | ip1=$(head -n 1 result/result_${city}.txt | awk '{print $2}') 212 | ip2=$(head -n 2 result/result_${city}.txt | tail -n 1 | awk '{print $2}') 213 | ip3=$(head -n 3 result/result_${city}.txt | tail -n 1 | awk '{print $2}') 214 | rm -f speedtest_${city}_$time.log 215 | 216 | #----------------------用3个最快ip生成对应城市的txt文件--------------------------- 217 | 218 | # if [ $city = "Shanghai_103" ]; then 219 | program="template/template_${city}.txt" 220 | # else 221 | # program="template_min/template_${city}.txt" 222 | # fi 223 | 224 | sed "s/ipipip/$ip1/g" $program >tmp1.txt 225 | echo "=======================sed "s/ipipip/$ip1/g" $program >tmp1.txt" 226 | sed "s/ipipip/$ip2/g" $program >tmp2.txt 227 | sed "s/ipipip/$ip3/g" $program >tmp3.txt 228 | cat tmp1.txt tmp2.txt tmp3.txt >txt/${city}.txt 229 | 230 | rm -rf tmp1.txt tmp2.txt tmp3.txt 231 | 232 | 233 | #--------------------合并所有城市的txt文件为: zubo.txt----------------------------------------- 234 | 235 | echo "📡 上海频道,#genre#" >zubo.txt 236 | cat txt/Shanghai_103.txt >>zubo.txt 237 | echo "📡 北京频道,#genre#" >>zubo.txt 238 | cat txt/Beijing_liantong_145.txt >>zubo.txt 239 | echo "📡 江西频道,#genre#" >>zubo.txt 240 | cat txt/Jiangxi_105.txt >>zubo.txt 241 | echo "📡 湖南频道,#genre#" >>zubo.txt 242 | cat txt/Hunan_282.txt >>zubo.txt 243 | echo "📡 广东频道,#genre#" >>zubo.txt 244 | cat txt/Guangdong_332.txt >>zubo.txt 245 | echo "📡 四川频道,#genre#" >>zubo.txt 246 | cat txt/Sichuan_333.txt >>zubo.txt 247 | echo "📡 重庆频道,#genre#" >>zubo.txt 248 | cat txt/Chongqing_161.txt >>zubo.txt 249 | echo "📡 浙江频道,#genre#" >>zubo.txt 250 | cat txt/Zhejiang_120.txt >>zubo.txt 251 | echo "📡 湖北频道,#genre#" >>zubo.txt 252 | cat txt/Hubei_90.txt >>zubo.txt 253 | echo "📡 福建频道,#genre#" >>zubo.txt 254 | cat txt/Fujian_114.txt >>zubo.txt 255 | echo "📡 安徽频道,#genre#" >>zubo.txt 256 | cat txt/Anhui_191.txt >>zubo.txt 257 | echo "📡 陕西频道,#genre#" >>zubo.txt 258 | cat txt/Sanxi_123.txt >>zubo.txt 259 | echo "📡 天津联通,#genre#" >>zubo.txt 260 | cat txt/Tianjin_160.txt >>zubo.txt 261 | echo "📡 河南频道,#genre#" >>zubo.txt 262 | cat txt/Henan_327.txt >>zubo.txt 263 | echo "📡 山西频道,#genre#" >>zubo.txt 264 | cat txt/Shanxi_117.txt >>zubo.txt 265 | echo "📡 广西频道,#genre#" >>zubo.txt 266 | cat txt/Guangxi_163.txt >>zubo.txt 267 | echo "📡 河北频道,#genre#" >>zubo.txt 268 | cat txt/Hebei_313.txt >>zubo.txt 269 | echo "📡 甘肃频道,#genre#" >>zubo.txt 270 | cat txt/Gansu_105.txt >>zubo.txt 271 | 272 | 273 | 274 | # scp root@你的服务器:/speedtest/mylist.txt . 275 | # sed -i '/^上海电信/,$d' mylist.txt 276 | # sed -i '/^上海电信/,/^上海IPV6/{/^上海IPV6/!d;}' mylist.txt 277 | # cat zubo.txt mylist.txt >temp.txt && mv -f temp.txt mylist.txt 278 | # scp mylist.txt root@你的服务器:/speedtest/mylist.txt 279 | 280 | # for a in result/*.txt; do echo "========================= $(basename "$a") ==================================="; cat $a; done 281 | for a in result/*.txt; do echo "========================= $(basename "$a") ==================================="; cat $a; done > result_all.txt 282 | 283 | #sed -i ':a;N;$!ba;s/\n/
/g' result/result_all.txt -------------------------------------------------------------------------------- /speedtest/readme.md: -------------------------------------------------------------------------------- 1 | # 推荐超好用的直播源搜索引擎 2 | 网址: http://tonkiang.us 3 | 4 | 直播源都失效太快了,最后还是用脚本定时从tonkiang.us找组播ip、测速、自动更新txt,至少国内央视卫视等可以不用再担心没有了。 5 | -------------------------------------------------------------------------------- /speedtest/result/result_Anhui_191.txt: -------------------------------------------------------------------------------- 1 | 1428k 60.168.231.252:2000 2 | 1340k 60.168.224.91:2000 3 | -------------------------------------------------------------------------------- /speedtest/result/result_Beijing_dianxin_186.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiongjian83/zubo/b078e773b6ae588c3eef2eef7ca04b42d0334bb0/speedtest/result/result_Beijing_dianxin_186.txt -------------------------------------------------------------------------------- /speedtest/result/result_Beijing_liantong_145.txt: -------------------------------------------------------------------------------- 1 | 986k 114.243.156.93:8888 2 | 985k beijing_unicom_udpxy_114_254_2222_1.isus.cc:2222 3 | 985k 123.113.14.115:8012 4 | 870k coolcat.synology.me:4022 5 | 141k 114.249.229.59:8012 6 | -------------------------------------------------------------------------------- /speedtest/result/result_Chongqing_161.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiongjian83/zubo/b078e773b6ae588c3eef2eef7ca04b42d0334bb0/speedtest/result/result_Chongqing_161.txt -------------------------------------------------------------------------------- /speedtest/result/result_Fujian_114.txt: -------------------------------------------------------------------------------- 1 | 562k e2.woc.iiiya.cn:8888 2 | -------------------------------------------------------------------------------- /speedtest/result/result_Gansu_105.txt: -------------------------------------------------------------------------------- 1 | 1034k www.lebaobei.top:6868 2 | 476k 60.164.128.167:8029 3 | 348k 42.92.117.243:8888 4 | -------------------------------------------------------------------------------- /speedtest/result/result_Guangdong_332.txt: -------------------------------------------------------------------------------- 1 | 1497k 116.21.87.83:8888 2 | -------------------------------------------------------------------------------- /speedtest/result/result_Guangxi_163.txt: -------------------------------------------------------------------------------- 1 | 1117k 202.103.213.75:8888 2 | 1111k 202.103.213.10:8888 3 | -------------------------------------------------------------------------------- /speedtest/result/result_Hebei_313.txt: -------------------------------------------------------------------------------- 1 | 1426k 121.29.111.242:8888 2 | 1347k 121.21.84.3:8888 3 | 1110k 61.55.46.35:4022 4 | 584k 60.7.56.22:4000 5 | 558k 60.7.56.33:4000 6 | 556k 121.29.91.169:7077 7 | 244k 61.55.13.136:4000 8 | -------------------------------------------------------------------------------- /speedtest/result/result_Henan_327.txt: -------------------------------------------------------------------------------- 1 | 1082k 106.42.108.91:2000 2 | 608k 123.101.98.200:2000 3 | -------------------------------------------------------------------------------- /speedtest/result/result_Hubei_90.txt: -------------------------------------------------------------------------------- 1 | 962k 111.175.166.209:8686 2 | 960k 111.175.164.168:8888 3 | 930k 27.18.7.3:4022 4 | -------------------------------------------------------------------------------- /speedtest/result/result_Hunan_282.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiongjian83/zubo/b078e773b6ae588c3eef2eef7ca04b42d0334bb0/speedtest/result/result_Hunan_282.txt -------------------------------------------------------------------------------- /speedtest/result/result_Jiangxi_105.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiongjian83/zubo/b078e773b6ae588c3eef2eef7ca04b42d0334bb0/speedtest/result/result_Jiangxi_105.txt -------------------------------------------------------------------------------- /speedtest/result/result_Jieyang_129.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiongjian83/zubo/b078e773b6ae588c3eef2eef7ca04b42d0334bb0/speedtest/result/result_Jieyang_129.txt -------------------------------------------------------------------------------- /speedtest/result/result_Sanxi_123.txt: -------------------------------------------------------------------------------- 1 | 1307k 36.46.98.55:8021 2 | 1280k 36.46.98.55:8020 3 | 1046k 117.32.85.218:8020 4 | 1039k 117.32.85.218:8021 5 | 1037k 36.46.98.55:8008 6 | 1036k 117.32.84.159:8020 7 | 1028k 117.32.84.159:8008 8 | 1026k 117.32.85.218:8008 9 | 1011k 117.32.84.159:8021 10 | -------------------------------------------------------------------------------- /speedtest/result/result_Shanghai_103.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiongjian83/zubo/b078e773b6ae588c3eef2eef7ca04b42d0334bb0/speedtest/result/result_Shanghai_103.txt -------------------------------------------------------------------------------- /speedtest/result/result_Shanxi_117.txt: -------------------------------------------------------------------------------- 1 | 1042k 223.12.113.32:8084 2 | 1041k 223.12.113.32:8083 3 | 1041k 223.12.113.32:8082 4 | 919k 1.70.32.106:8083 5 | 913k 1.70.32.106:8082 6 | 832k 1.70.32.106:8085 7 | 757k 1.70.32.208:8085 8 | 646k 1.70.32.208:8084 9 | 625k 1.70.32.106:8084 10 | 616k 1.70.32.208:8083 11 | 543k 1.70.32.208:8082 12 | 257k 110.178.52.208:8082 13 | 196k 223.10.9.208:8084 14 | 194k 223.10.9.208:8082 15 | 193k 223.10.9.208:8085 16 | 191k 223.10.9.208:8083 17 | 187k 110.178.52.208:8085 18 | 153k 110.178.52.208:8083 19 | -------------------------------------------------------------------------------- /speedtest/result/result_Sichuan_333.txt: -------------------------------------------------------------------------------- 1 | 587k 171.213.203.64:8088 2 | -------------------------------------------------------------------------------- /speedtest/result/result_Tianjin_160.txt: -------------------------------------------------------------------------------- 1 | 1389k 221.196.34.247:4022 2 | -------------------------------------------------------------------------------- /speedtest/result/result_Zhejiang_120.txt: -------------------------------------------------------------------------------- 1 | 1326k 183.141.216.3:9999 2 | -------------------------------------------------------------------------------- /speedtest/result/result_fofa_Anhui_191.txt: -------------------------------------------------------------------------------- 1 | 1247k 60.168.225.139:2000 2 | 1215k 60.168.231.218:2000 3 | 1203k 60.168.225.55:2000 4 | 1153k 60.168.231.209:2000 5 | 1150k 60.168.224.173:2000 6 | -------------------------------------------------------------------------------- /speedtest/result/result_fofa_Beijing_dianxin_186.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiongjian83/zubo/b078e773b6ae588c3eef2eef7ca04b42d0334bb0/speedtest/result/result_fofa_Beijing_dianxin_186.txt -------------------------------------------------------------------------------- /speedtest/result/result_fofa_Beijing_liantong_145.txt: -------------------------------------------------------------------------------- 1 | 1071k 114.243.103.123:8686 2 | 1071k 114.240.231.100:3000 3 | 1070k 114.240.44.152:8888 4 | -------------------------------------------------------------------------------- /speedtest/result/result_fofa_Chongqing_161.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiongjian83/zubo/b078e773b6ae588c3eef2eef7ca04b42d0334bb0/speedtest/result/result_fofa_Chongqing_161.txt -------------------------------------------------------------------------------- /speedtest/result/result_fofa_Fujian_114.txt: -------------------------------------------------------------------------------- 1 | 1069k 175.43.106.8:4022 2 | 206k 27.158.23.122:9999 3 | -------------------------------------------------------------------------------- /speedtest/result/result_fofa_Gansu_105.txt: -------------------------------------------------------------------------------- 1 | 131k 118.183.212.5:6868 2 | -------------------------------------------------------------------------------- /speedtest/result/result_fofa_Guangdong_332.txt: -------------------------------------------------------------------------------- 1 | 1064k 113.93.51.236:2000 2 | -------------------------------------------------------------------------------- /speedtest/result/result_fofa_Guangxi_163.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiongjian83/zubo/b078e773b6ae588c3eef2eef7ca04b42d0334bb0/speedtest/result/result_fofa_Guangxi_163.txt -------------------------------------------------------------------------------- /speedtest/result/result_fofa_Hebei_313.txt: -------------------------------------------------------------------------------- 1 | 861k 123.180.177.20:16000 2 | 291k 121.29.91.169:7077 3 | 257k 101.31.56.40:4022 4 | -------------------------------------------------------------------------------- /speedtest/result/result_fofa_Henan_327.txt: -------------------------------------------------------------------------------- 1 | 928k 61.52.248.161:8888 2 | 862k 123.160.1.66:4022 3 | -------------------------------------------------------------------------------- /speedtest/result/result_fofa_Hubei_90.txt: -------------------------------------------------------------------------------- 1 | 970k 111.175.166.133:8888 2 | 962k 111.175.166.209:8686 3 | 952k 119.98.51.196:4022 4 | 921k 119.98.133.99:4022 5 | 350k 119.98.124.146:4022 6 | -------------------------------------------------------------------------------- /speedtest/result/result_fofa_Hunan_282.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiongjian83/zubo/b078e773b6ae588c3eef2eef7ca04b42d0334bb0/speedtest/result/result_fofa_Hunan_282.txt -------------------------------------------------------------------------------- /speedtest/result/result_fofa_Jiangsu.txt: -------------------------------------------------------------------------------- 1 | 1083k 49.72.85.242:58888 2 | 1082k 58.215.3.254:8686 3 | 1082k 58.215.3.254:54322 4 | 1082k 49.75.205.55:4022 5 | 1082k 49.72.158.64:9000 6 | 1082k 222.95.183.38:4022 7 | 1082k 117.60.115.25:5678 8 | 1082k 114.224.21.88:4000 9 | -------------------------------------------------------------------------------- /speedtest/result/result_fofa_Jiangxi_105.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiongjian83/zubo/b078e773b6ae588c3eef2eef7ca04b42d0334bb0/speedtest/result/result_fofa_Jiangxi_105.txt -------------------------------------------------------------------------------- /speedtest/result/result_fofa_Sanxi_123.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiongjian83/zubo/b078e773b6ae588c3eef2eef7ca04b42d0334bb0/speedtest/result/result_fofa_Sanxi_123.txt -------------------------------------------------------------------------------- /speedtest/result/result_fofa_Shanghai_103.txt: -------------------------------------------------------------------------------- 1 | 1773k 114.82.119.31:4000 2 | 1305k 116.237.32.161:8888 3 | 1061k 116.237.72.156:4022 4 | 579k 61.173.147.130:8888 5 | -------------------------------------------------------------------------------- /speedtest/result/result_fofa_Shanxi_117.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiongjian83/zubo/b078e773b6ae588c3eef2eef7ca04b42d0334bb0/speedtest/result/result_fofa_Shanxi_117.txt -------------------------------------------------------------------------------- /speedtest/result/result_fofa_Sichuan_333.txt: -------------------------------------------------------------------------------- 1 | 1223k 171.213.224.139:8888 2 | 475k 171.213.214.145:8888 3 | -------------------------------------------------------------------------------- /speedtest/result/result_fofa_Tianjin_160.txt: -------------------------------------------------------------------------------- 1 | 1186k 125.36.67.110:8888 2 | 717k 60.26.2.242:7000 3 | 690k 180.213.163.219:8000 4 | 627k 111.166.52.60:4022 5 | 418k 111.165.213.195:8000 6 | -------------------------------------------------------------------------------- /speedtest/result/result_fofa_Zhejiang_120.txt: -------------------------------------------------------------------------------- 1 | 1104k 60.186.12.91:8888 2 | 122k 183.147.185.210:8888 3 | 105k 183.155.100.185:8888 4 | -------------------------------------------------------------------------------- /speedtest/result_all.txt: -------------------------------------------------------------------------------- 1 | ========================= result_Anhui_191.txt =================================== 2 | 1428k 60.168.231.252:2000 3 | 1340k 60.168.224.91:2000 4 | ========================= result_Beijing_dianxin_186.txt =================================== 5 | ========================= result_Beijing_liantong_145.txt =================================== 6 | 986k 114.243.156.93:8888 7 | 985k beijing_unicom_udpxy_114_254_2222_1.isus.cc:2222 8 | 985k 123.113.14.115:8012 9 | 870k coolcat.synology.me:4022 10 | 141k 114.249.229.59:8012 11 | ========================= result_Chongqing_161.txt =================================== 12 | ========================= result_Fujian_114.txt =================================== 13 | 562k e2.woc.iiiya.cn:8888 14 | ========================= result_Gansu_105.txt =================================== 15 | 1034k www.lebaobei.top:6868 16 | 476k 60.164.128.167:8029 17 | 348k 42.92.117.243:8888 18 | ========================= result_Guangdong_332.txt =================================== 19 | 1497k 116.21.87.83:8888 20 | ========================= result_Guangxi_163.txt =================================== 21 | 1117k 202.103.213.75:8888 22 | 1111k 202.103.213.10:8888 23 | ========================= result_Hebei_313.txt =================================== 24 | 1426k 121.29.111.242:8888 25 | 1347k 121.21.84.3:8888 26 | 1110k 61.55.46.35:4022 27 | 584k 60.7.56.22:4000 28 | 558k 60.7.56.33:4000 29 | 556k 121.29.91.169:7077 30 | 244k 61.55.13.136:4000 31 | ========================= result_Henan_327.txt =================================== 32 | 1082k 106.42.108.91:2000 33 | 608k 123.101.98.200:2000 34 | ========================= result_Hubei_90.txt =================================== 35 | 962k 111.175.166.209:8686 36 | 960k 111.175.164.168:8888 37 | 930k 27.18.7.3:4022 38 | ========================= result_Hunan_282.txt =================================== 39 | ========================= result_Jiangxi_105.txt =================================== 40 | ========================= result_Jieyang_129.txt =================================== 41 | ========================= result_Sanxi_123.txt =================================== 42 | 1307k 36.46.98.55:8021 43 | 1280k 36.46.98.55:8020 44 | 1046k 117.32.85.218:8020 45 | 1039k 117.32.85.218:8021 46 | 1037k 36.46.98.55:8008 47 | 1036k 117.32.84.159:8020 48 | 1028k 117.32.84.159:8008 49 | 1026k 117.32.85.218:8008 50 | 1011k 117.32.84.159:8021 51 | ========================= result_Shanghai_103.txt =================================== 52 | ========================= result_Shanxi_117.txt =================================== 53 | 1042k 223.12.113.32:8084 54 | 1041k 223.12.113.32:8083 55 | 1041k 223.12.113.32:8082 56 | 919k 1.70.32.106:8083 57 | 913k 1.70.32.106:8082 58 | 832k 1.70.32.106:8085 59 | 757k 1.70.32.208:8085 60 | 646k 1.70.32.208:8084 61 | 625k 1.70.32.106:8084 62 | 616k 1.70.32.208:8083 63 | 543k 1.70.32.208:8082 64 | 257k 110.178.52.208:8082 65 | 196k 223.10.9.208:8084 66 | 194k 223.10.9.208:8082 67 | 193k 223.10.9.208:8085 68 | 191k 223.10.9.208:8083 69 | 187k 110.178.52.208:8085 70 | 153k 110.178.52.208:8083 71 | ========================= result_Sichuan_333.txt =================================== 72 | 587k 171.213.203.64:8088 73 | ========================= result_Tianjin_160.txt =================================== 74 | 1389k 221.196.34.247:4022 75 | ========================= result_Zhejiang_120.txt =================================== 76 | 1326k 183.141.216.3:9999 77 | ========================= result_fofa_Anhui_191.txt =================================== 78 | 1247k 60.168.225.139:2000 79 | 1215k 60.168.231.218:2000 80 | 1203k 60.168.225.55:2000 81 | 1153k 60.168.231.209:2000 82 | 1150k 60.168.224.173:2000 83 | ========================= result_fofa_Beijing_dianxin_186.txt =================================== 84 | ========================= result_fofa_Beijing_liantong_145.txt =================================== 85 | 946k 124.65.7.97:20000 86 | 453k 114.254.188.49:9999 87 | 151k 111.196.131.46:20000 88 | ========================= result_fofa_Chongqing_161.txt =================================== 89 | ========================= result_fofa_Fujian_114.txt =================================== 90 | 1069k 175.43.106.8:4022 91 | 206k 27.158.23.122:9999 92 | ========================= result_fofa_Gansu_105.txt =================================== 93 | 131k 118.183.212.5:6868 94 | ========================= result_fofa_Guangdong_332.txt =================================== 95 | 1064k 113.93.51.236:2000 96 | ========================= result_fofa_Guangxi_163.txt =================================== 97 | ========================= result_fofa_Hebei_313.txt =================================== 98 | 861k 123.180.177.20:16000 99 | 291k 121.29.91.169:7077 100 | 257k 101.31.56.40:4022 101 | ========================= result_fofa_Henan_327.txt =================================== 102 | 928k 61.52.248.161:8888 103 | 862k 123.160.1.66:4022 104 | ========================= result_fofa_Hubei_90.txt =================================== 105 | 970k 111.175.166.133:8888 106 | 962k 111.175.166.209:8686 107 | 952k 119.98.51.196:4022 108 | 921k 119.98.133.99:4022 109 | 350k 119.98.124.146:4022 110 | ========================= result_fofa_Hunan_282.txt =================================== 111 | ========================= result_fofa_Jiangsu.txt =================================== 112 | 1083k 49.72.85.242:58888 113 | 1082k 58.215.3.254:8686 114 | 1082k 58.215.3.254:54322 115 | 1082k 49.75.205.55:4022 116 | 1082k 49.72.158.64:9000 117 | 1082k 222.95.183.38:4022 118 | 1082k 117.60.115.25:5678 119 | 1082k 114.224.21.88:4000 120 | ========================= result_fofa_Jiangxi_105.txt =================================== 121 | ========================= result_fofa_Sanxi_123.txt =================================== 122 | ========================= result_fofa_Shanghai_103.txt =================================== 123 | 1772k 222.64.24.18:4000 124 | 548k 218.78.180.226:9999 125 | 359k 116.226.12.212:8888 126 | ========================= result_fofa_Shanxi_117.txt =================================== 127 | ========================= result_fofa_Sichuan_333.txt =================================== 128 | 4658k 171.213.131.196:4022 129 | 821k 118.113.145.180:9527 130 | 318k 171.213.132.16:4022 131 | ========================= result_fofa_Tianjin_160.txt =================================== 132 | 1186k 125.36.67.110:8888 133 | 717k 60.26.2.242:7000 134 | 690k 180.213.163.219:8000 135 | 627k 111.166.52.60:4022 136 | 418k 111.165.213.195:8000 137 | ========================= result_fofa_Zhejiang_120.txt =================================== 138 | 1423k 115.230.189.151:9999 139 | 1337k 220.188.230.96:9999 140 | 1285k 115.206.146.83:9999 141 | 1221k 183.155.254.220:9999 142 | -------------------------------------------------------------------------------- /speedtest/speedtest_bestv.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | read -p "确定要运行脚本吗?(y/n): " choice 4 | 5 | # 判断用户的选择,如果不是"y"则退出脚本,默认使用文件bestv.ip,带参数则以参数为ip文件名 6 | if [ "$choice" != "y" ]; then 7 | echo "脚本已取消." 8 | exit 0 9 | fi 10 | 11 | time=$(date +%m%d%H%M) 12 | i=0 13 | 14 | if [ $# -gt 0 ]; then 15 | filename="$1" 16 | else 17 | filename="bestv.ip" 18 | fi 19 | 20 | while read line; do 21 | 22 | i=$(($i+1)); 23 | ip=$line 24 | date1=$(date +%Y%m%d%H) 25 | a=$(date +%s) 26 | a=${a:0:9} 27 | a=`expr $a - 7` 28 | url2="$date1/$a.ts" 29 | # url="http://$ip/liveplay-kk.rtxapp.com/live/program/live/cctv1hd8m/8000000/$url2" 30 | 31 | url="http://$ip/liveplay-kk.rtxapp.com/live/program/live/gswshd8m/8000000/$url2" 32 | echo $url 33 | curl $url --connect-timeout 2 --max-time 15 -o /dev/null >bestv.tmp 2>&1 34 | a=$(tail -n 1 bestv.tmp|awk '{print $NF}') 35 | echo "第$i个: $ip $a" 36 | echo "$ip $a">> speedtest_bestv$time.log 37 | 38 | 39 | done <"$filename" 40 | rm -f bestv.tmp 41 | cat speedtest_bestv$time.log |grep -E 'M|k'|awk '{print $2" " $1}'|sort -n -r 42 | -------------------------------------------------------------------------------- /speedtest/template/template_Anhui_191.txt: -------------------------------------------------------------------------------- 1 | 安徽卫视,http://ipipip/rtp/238.1.79.27:4328 2 | 安徽经济生活,http://ipipip/rtp/238.1.79.44:4464 3 | 安徽影视频道,http://ipipip/rtp/238.1.79.42:4448 4 | 安徽公共频道,http://ipipip/rtp/238.1.79.43:4456 5 | 安徽综艺体育,http://ipipip/rtp/238.1.79.41:4440 6 | 安徽农业科教,http://ipipip/rtp/238.1.79.40:4432 7 | 安徽人物频道,http://ipipip/rtp/238.1.79.45:4472 8 | 安徽国际频道,http://ipipip/rtp/238.1.78.61:6360 9 | 安徽导视频道,http://ipipip/rtp/238.1.79.66:4664 10 | 合肥新闻频道,http://ipipip/rtp/238.1.78.111:6760 11 | 肥东新闻综合,http://ipipip/rtp/238.1.78.183:7336 12 | 肥东经济生活,http://ipipip/rtp/238.1.78.184:7344 13 | 肥西新闻综合,http://ipipip/rtp/238.1.78.185:7352 14 | 长丰电视台,http://ipipip/rtp/238.1.78.182:7328 15 | 滁州新闻综合,http://ipipip/rtp/238.1.78.132:6928 16 | 滁州公共频道,http://ipipip/rtp/238.1.78.133:6936 17 | 滁州科教频道,http://ipipip/rtp/238.1.78.134:6944 18 | 全椒综合频道,http://ipipip/rtp/238.1.78.203:7496 19 | 来安新闻综合,http://ipipip/rtp/238.1.78.204:7504 20 | 定远新闻综合,http://ipipip/rtp/238.1.78.205:7512 21 | 凤阳新闻频道,http://ipipip/rtp/238.1.78.207:7528 22 | 明光综合频道,http://ipipip/rtp/238.1.78.208:7536 23 | 芜湖新闻综合,http://ipipip/rtp/238.1.78.112:6768 24 | 芜湖公共频道,http://ipipip/rtp/238.1.78.80:6512 25 | 芜湖生活频道,http://ipipip/rtp/238.1.78.152:7088 26 | 芜湖教育频道,http://ipipip/rtp/238.1.78.167:7208 27 | 湾沚新闻综合,http://ipipip/rtp/238.1.78.187:7368 28 | 繁昌新闻综合,http://ipipip/rtp/238.1.78.190:7392 29 | 无为新闻频道,http://ipipip/rtp/238.1.78.188:7376 30 | 南陵新闻综合,http://ipipip/rtp/238.1.78.189:7384 31 | 马鞍山新闻综合,http://ipipip/rtp/238.1.79.15:4232 32 | 马鞍山公共频道,http://ipipip/rtp/238.1.78.77:6488 33 | 安庆新闻综合,http://ipipip/rtp/238.1.78.117:6808 34 | 安庆公共频道,http://ipipip/rtp/238.1.78.118:6816 35 | 安庆教育频道,http://ipipip/rtp/238.1.78.120:6832 36 | 潜山综合频道,http://ipipip/rtp/238.1.78.192:7408 37 | 桐城综合频道,http://ipipip/rtp/238.1.78.28:6152 38 | 太湖新闻综合,http://ipipip/rtp/238.1.79.12:4208 39 | 黄山新闻综合,http://ipipip/rtp/238.1.78.130:6912 40 | 黄山公共频道,http://ipipip/rtp/238.1.78.131:6920 41 | 徽州新闻频道,http://ipipip/rtp/238.1.78.138:6976 42 | 太平电视台,http://ipipip/rtp/238.1.78.199:7464 43 | 歙县综合频道,http://ipipip/rtp/238.1.78.200:7472 44 | 休宁新闻综合,http://ipipip/rtp/238.1.79.20:4272 45 | 祁门综合频道,http://ipipip/rtp/238.1.79.14:4224 46 | 黟县新闻综合,http://ipipip/rtp/238.1.78.149:7064 47 | 宣城综合频道,http://ipipip/rtp/238.1.78.142:7008 48 | 宣城公共频道,http://ipipip/rtp/238.1.78.143:7016 49 | 广德新闻综合,http://ipipip/rtp/238.1.78.212:7568 50 | 广德生活频道,http://ipipip/rtp/238.1.78.213:7576 51 | 郎溪新闻频道,http://ipipip/rtp/238.1.78.214:7584 52 | 旌德新闻综合,http://ipipip/rtp/238.1.78.215:7592 53 | 宁国新闻综合,http://ipipip/rtp/238.1.78.216:7600 54 | 绩溪新闻频道,http://ipipip/rtp/238.1.78.218:7616 55 | 池州新闻综合,http://ipipip/rtp/238.1.78.147:7048 56 | 池州公共频道,http://ipipip/rtp/238.1.78.148:7056 57 | 石台综合频道,http://ipipip/rtp/238.1.78.221:7640 58 | 东至综合频道,http://ipipip/rtp/238.1.79.13:4216 59 | 铜陵新闻综合,http://ipipip/rtp/238.1.78.139:6984 60 | 铜陵公共频道,http://ipipip/rtp/238.1.78.140:6992 61 | 铜陵科教频道,http://ipipip/rtp/238.1.78.141:7000 62 | 义安新闻综合,http://ipipip/rtp/238.1.78.211:7560 63 | 枞阳电视台,http://ipipip/rtp/238.1.78.210:7552 64 | 六安综合频道,http://ipipip/rtp/238.1.78.144:7024 65 | 六安公共频道,http://ipipip/rtp/238.1.78.145:7032 66 | 霍山综合频道,http://ipipip/rtp/238.1.78.220:7632 67 | 霍邱新闻综合,http://ipipip/rtp/238.1.78.119:6824 68 | 金寨综合频道,http://ipipip/rtp/238.1.79.21:4280 69 | 淮南新闻综合,http://ipipip/rtp/238.1.78.113:6776 70 | 淮南公共频道,http://ipipip/rtp/238.1.78.114:6784 71 | 寿县新闻综合,http://ipipip/rtp/238.1.78.146:7040 72 | 淮北新闻综合,http://ipipip/rtp/238.1.78.135:6952 73 | 淮北公共频道,http://ipipip/rtp/238.1.78.136:6960 74 | 淮北教育频道,http://ipipip/rtp/238.1.78.137:6968 75 | 濉溪新闻频道,http://ipipip/rtp/238.1.78.209:7544 76 | 宿州新闻综合,http://ipipip/rtp/238.1.78.121:6840 77 | 宿州公共频道,http://ipipip/rtp/238.1.78.122:6848 78 | 宿州科教频道,http://ipipip/rtp/238.1.78.123:6856 79 | 萧县新闻综合,http://ipipip/rtp/238.1.79.46:4480 80 | 泗县新闻频道,http://ipipip/rtp/238.1.78.193:7416 81 | 蚌埠新闻综合,http://ipipip/rtp/238.1.78.180:7312 82 | 蚌埠公共频道,http://ipipip/rtp/238.1.78.181:7320 83 | 五河新闻综合,http://ipipip/rtp/238.1.79.52:4528 84 | 固镇新闻综合,http://ipipip/rtp/238.1.79.47:4488 85 | 阜阳新闻综合,http://ipipip/rtp/238.1.78.124:6864 86 | 阜阳公共频道,http://ipipip/rtp/238.1.78.125:6872 87 | 阜阳教育频道,http://ipipip/rtp/238.1.78.126:6880 88 | 阜阳都市频道,http://ipipip/rtp/238.1.78.127:6888 89 | 颍上新闻综合,http://ipipip/rtp/238.1.78.194:7424 90 | 界首综合频道,http://ipipip/rtp/238.1.78.195:7432 91 | 临泉新闻频道,http://ipipip/rtp/238.1.78.29:6160 92 | 阜南新闻综合,http://ipipip/rtp/238.1.79.11:4200 93 | 亳州综合频道,http://ipipip/rtp/238.1.78.128:6896 94 | 亳州农村频道,http://ipipip/rtp/238.1.78.129:6904 95 | 利辛新闻综合,http://ipipip/rtp/238.1.78.196:7440 96 | 涡阳新闻综合,http://ipipip/rtp/238.1.78.197:7448 97 | 蒙城新闻频道,http://ipipip/rtp/238.1.79.19:4264 98 | CCTV1,http://ipipip/rtp/238.1.78.166:7200 99 | CCTV2,http://ipipip/rtp/238.1.78.235:7752 100 | CCTV3,http://ipipip/rtp/238.1.78.170:7232 101 | CCTV4,http://ipipip/rtp/238.1.78.236:7760 102 | CCTV5,http://ipipip/rtp/238.1.78.171:7240 103 | CCTV5+,http://ipipip/rtp/238.1.78.237:7768 104 | CCTV6,http://ipipip/rtp/238.1.78.172:7248 105 | CCTV7,http://ipipip/rtp/238.1.78.239:7784 106 | CCTV8,http://ipipip/rtp/238.1.78.173:7256 107 | CCTV9,http://ipipip/rtp/238.1.78.240:7792 108 | CCTV10,http://ipipip/rtp/238.1.78.206:7502 109 | CCTV11,http://ipipip/rtp/238.1.78.206:7502 110 | CCTV12,http://ipipip/rtp/238.1.78.242:7808 111 | CCTV13,http://ipipip/rtp/238.1.79.35:4392 112 | CCTV14,http://ipipip/rtp/238.1.78.243:7816 113 | CCTV15,http://ipipip/rtp/238.1.78.222:7648 114 | CCTV17,http://ipipip/rtp/238.1.78.178:7296 115 | CHC影迷电影,http://ipipip/rtp/239.112.205.206:5140 116 | CHC动作电影,http://ipipip/rtp/239.112.205.207:5140 117 | CHC家庭影院,http://ipipip/rtp/239.112.205.205:5140 118 | CCTV电视指南,http://ipipip/rtp/238.1.79.53:4560 119 | CCTV第一剧场,http://ipipip/rtp/238.1.79.63:4640 120 | CCTV风云剧场,http://ipipip/rtp/238.1.79.62:4632 121 | CCTV怀旧剧场,http://ipipip/rtp/238.1.79.61:4624 122 | CCTV风云足球,http://ipipip/rtp/238.1.79.57:4592 123 | CCTV兵器科技,http://ipipip/rtp/238.1.79.56:4584 124 | CCTV央视台球,http://ipipip/rtp/238.1.79.59:4608 125 | CCTV央视文化精品,http://ipipip/rtp/238.1.79.54:4568 126 | CCTV世界地理,http://ipipip/rtp/238.1.79.60:4616 127 | CCTV女性时尚,http://ipipip/rtp/238.1.79.55:4576 128 | CCTV高尔夫网球,http://ipipip/rtp/238.1.79.58:4600 129 | CCTV风云音乐,http://ipipip/rtp/238.1.79.64:4648 130 | 131 | -------------------------------------------------------------------------------- /speedtest/template/template_Beijing_dianxin_186.txt: -------------------------------------------------------------------------------- 1 | 北京卫视,http://ipipip/udp/225.1.8.21:8002 2 | 北京文艺,http://ipipip/udp/225.1.8.22:8002 3 | 北京科教,http://ipipip/udp/225.1.8.105:8002 4 | 北京影视,http://ipipip/udp/225.1.8.82:8000 5 | 北京财经,http://ipipip/udp/225.1.8.106:8002 6 | 北京冬奥纪实,http://ipipip/udp/225.1.8.23:8002 7 | 北京生活,http://ipipip/udp/225.1.8.108:8002 8 | 北京青年,http://ipipip/udp/225.1.8.118:8002 9 | 北京新闻,http://ipipip/udp/225.1.8.83:8000 10 | 北京卡酷少儿,http://ipipip/udp/225.1.8.35:8000 11 | 北京冬奥纪实 4K,http://ipipip/udp/225.1.8.120:8002 12 | 北京冬奥纪实 4K,http://ipipip/udp/225.1.8.164:8002 13 | 房山,http://ipipip/udp/225.1.8.68:8002 14 | 朝阳融媒,http://ipipip/udp/225.1.8.69:8002 15 | CCTV1,http://ipipip/udp/225.1.8.1:8008 16 | CCTV2,http://ipipip/udp/225.1.8.2:8084 17 | CCTV3,http://ipipip/udp/225.1.8.88:8000 18 | CCTV4,http://ipipip/udp/225.1.8.4:8092 19 | CCTV5,http://ipipip/udp/225.1.8.89:8000 20 | CCTV5⁺,http://ipipip/udp/225.1.8.20:8004 21 | CCTV6,http://ipipip/udp/225.1.8.84:8000 22 | CCTV7,http://ipipip/udp/225.1.8.7:8104 23 | CCTV8,http://ipipip/udp/225.1.8.85:8000 24 | CCTV9,http://ipipip/udp/225.1.8.9:8112 25 | CCTV10,http://ipipip/udp/225.1.8.10:8116 26 | CCTV11,http://ipipip/udp/225.1.8.73:8120 27 | CCTV12,http://ipipip/udp/225.1.8.12:8124 28 | CCTV13,http://ipipip/udp/225.1.8.168:8130 29 | CCTV14,http://ipipip/udp/225.1.8.14:8132 30 | CCTV15,http://ipipip/udp/225.1.8.74:8136 31 | CCTV17,http://ipipip/udp/225.1.8.17:8144 32 | CETV1,http://ipipip/udp/225.1.8.32:8152 33 | 湖南卫视,http://ipipip/udp/225.1.8.41:8012 34 | 黑龙江卫视,http://ipipip/udp/225.1.8.42:8016 35 | 深圳卫视,http://ipipip/udp/225.1.8.43:8020 36 | 江苏卫视,http://ipipip/udp/225.1.8.44:8028 37 | 东方卫视,http://ipipip/udp/225.1.8.45:8032 38 | 浙江卫视,http://ipipip/udp/225.1.8.46:8036 39 | 湖北卫视,http://ipipip/udp/225.1.8.47:8044 40 | 天津卫视,http://ipipip/udp/225.1.8.48:8044 41 | 广东卫视,http://ipipip/udp/225.1.8.49:8048 42 | 山东卫视,http://ipipip/udp/225.1.8.50:8052 43 | 辽宁卫视,http://ipipip/udp/225.1.8.51:8056 44 | 安徽卫视,http://ipipip/udp/225.1.8.52:8064 45 | 河北卫视,http://ipipip/udp/225.1.8.76:8002 46 | 贵州卫视,http://ipipip/udp/225.1.8.77:8076 47 | 东南卫视,http://ipipip/udp/225.1.8.79:8148 48 | 江西卫视,http://ipipip/udp/225.1.8.171:8166 49 | 重庆卫视,http://ipipip/udp/225.1.8.172:8162 50 | 三沙卫视,http://ipipip/udp/225.1.8.78:4120 51 | 金鹰纪实,http://ipipip/udp/225.1.8.31:8156 52 | 纪实人文,http://ipipip/udp/225.1.8.53:8060 53 | 快乐垂钓,http://ipipip/udp/225.1.8.71:8002 54 | 茶频道,http://ipipip/udp/225.1.8.72:8002 55 | 每日影院,http://ipipip/udp/225.1.8.97:8002 56 | 幸福剧场,http://ipipip/udp/225.1.8.98:8002 57 | 幸福娱乐,http://ipipip/udp/225.1.8.99:8002 58 | 风尚生活,http://ipipip/udp/225.1.8.103:8002 59 | 中国足协杯,http://ipipip/udp/225.1.8.40:8184 60 | 体育赛事,http://ipipip/udp/225.1.8.81:8176 61 | 爱上4K,http://ipipip/udp/225.1.8.80:2000 62 | 北京IPTV淘精彩,http://ipipip/udp/225.1.8.33:8002 63 | 北京IPTV淘BABY,http://ipipip/udp/225.1.8.36:8002 64 | 北京IPTV淘剧场,http://ipipip/udp/225.1.8.37:8002 65 | 北京IPTV淘电影,http://ipipip/udp/225.1.8.38:8002 66 | 北京IPTV淘娱乐,http://ipipip/udp/225.1.8.61:8002 67 | 北京IPTV萌宠TV,http://ipipip/udp/225.1.8.63:8002 68 | 北京IPTV4K,http://ipipip/udp/225.1.8.211:8002 69 | 熊猫频道,http://ipipip/udp/225.1.8.210:8068 70 | 大健康,http://ipipip/udp/225.1.8.39:8002 71 | 聚鲨环球精选,http://ipipip/udp/225.1.8.58:8002 72 | 聚鲨北京,http://ipipip/udp/225.1.8.59:8002 73 | 聚鲨健康,http://ipipip/udp/225.1.8.60:8002 74 | 聚鲨生活,http://ipipip/udp/225.1.8.62:8002 75 | 聚鲨国际,http://ipipip/udp/225.1.8.66:8002 76 | CGTN,http://ipipip/udp/225.1.8.116:8056 77 | CETV1,http://ipipip/udp/225.1.8.169:4120 78 | CETV2,http://ipipip/udp/225.1.8.193:4120 79 | CETV3,http://ipipip/udp/225.1.8.194:4120 80 | CETV4,http://ipipip/udp/225.1.8.195:4120 81 | 金鹰卡通,http://ipipip/udp/225.1.8.163:9252 82 | 财富天下,http://ipipip/udp/225.1.8.165:9136 83 | 嘉佳卡通,http://ipipip/udp/225.1.8.170:9268 84 | IPTV收视指南,http://ipipip/udp/225.1.8.201:8012 85 | IPTV热播剧场,http://ipipip/udp/225.1.8.202:9020 86 | IPTV经典电影,http://ipipip/udp/225.1.8.203:9024 87 | IPTV魅力时尚,http://ipipip/udp/225.1.8.204:9012 88 | IPTV少儿动画,http://ipipip/udp/225.1.8.207:9000 89 | 城市剧场,http://ipipip/udp/225.1.8.227:4120 90 | 军旅剧场,http://ipipip/udp/225.1.8.228:4120 91 | 古装剧场,http://ipipip/udp/225.1.8.229:4120 92 | 音乐现场,http://ipipip/udp/225.1.8.230:4120 93 | 地理,http://ipipip/udp/225.1.8.231:4120 94 | 美妆,http://ipipip/udp/225.1.8.232:4120 95 | 美人,http://ipipip/udp/225.1.8.233:4120 96 | 精选,http://ipipip/udp/225.1.8.234:4120 97 | 解密,http://ipipip/udp/225.1.8.235:4120 98 | 军事,http://ipipip/udp/225.1.8.236:4120 99 | 国学,http://ipipip/udp/225.1.8.237:4120 100 | 戏曲,http://ipipip/udp/225.1.8.238:4120 101 | 早教,http://ipipip/udp/225.1.8.239:4120 102 | 动画,http://ipipip/udp/225.1.8.240:4120 103 | 好学生,http://ipipip/udp/225.1.8.241:4120 104 | 鉴赏,http://ipipip/udp/225.1.8.242:4120 105 | 墨宝,http://ipipip/udp/225.1.8.243:4120 106 | 光影,http://ipipip/udp/225.1.8.244:4120 107 | 台球,http://ipipip/udp/225.1.8.245:4120 108 | 爱生活,http://ipipip/udp/225.1.8.246:4120 109 | 武术,http://ipipip/udp/225.1.8.247:4120 110 | 高网,http://ipipip/udp/225.1.8.248:4120 111 | 足球,http://ipipip/udp/225.1.8.249:4120 112 | 武侠剧场,http://ipipip/udp/225.1.8.250:4120 113 | 喜剧影院,http://ipipip/udp/225.1.8.251:4120 114 | 动作影院,http://ipipip/udp/225.1.8.252:4120 115 | 家庭影院,http://ipipip/udp/225.1.8.253:4120 116 | 星影,http://ipipip/udp/225.1.8.254:4120 117 | 118 | -------------------------------------------------------------------------------- /speedtest/template/template_Beijing_liantong_145.txt: -------------------------------------------------------------------------------- 1 | 北京卫视,http://ipipip/rtp/239.3.1.241:8000 2 | 北京新闻,http://ipipip/rtp/239.3.1.159:8000 3 | 北京影视,http://ipipip/rtp/239.3.1.158:8000 4 | 北京文艺,http://ipipip/rtp/239.3.1.242:8000 5 | 北京财经,http://ipipip/rtp/239.3.1.116:8000 6 | 北京生活,http://ipipip/rtp/239.3.1.117:8000 7 | 北京青年,http://ipipip/rtp/239.3.1.118:8000 8 | 北京科教,http://ipipip/rtp/239.3.1.115:8000 9 | 北京卡酷少儿,http://ipipip/rtp/239.3.1.189:8000 10 | 北京冬奥纪实,http://ipipip/rtp/239.3.1.243:8000 11 | BRTV冬奥纪实[HDR],http://ipipip/rtp/239.3.1.120:8000 12 | BRTV冬奥纪实[超清],http://ipipip/rtp/239.3.1.121:8000 13 | BRTV体育休闲[超清],http://ipipip/rtp/239.3.1.243:8000 14 | BTV国际频道,http://ipipip/rtp/239.3.1.235:8000 15 | CCTV1,http://ipipip/rtp/239.3.1.129:8008 16 | CCTV2,http://ipipip/rtp/239.3.1.60:8084 17 | CCTV3,http://ipipip/rtp/239.3.1.172:8001 18 | CCTV4,http://ipipip/rtp/239.3.1.105:8092 19 | CCTV5,http://ipipip/rtp/239.3.1.173:8001 20 | CCTV5+,http://ipipip/rtp/239.3.1.130:8004 21 | CCTV6,http://ipipip/rtp/239.3.1.174:8001 22 | CCTV7,http://ipipip/rtp/239.3.1.61:8104 23 | CCTV8,http://ipipip/rtp/239.3.1.175:8001 24 | CCTV9,http://ipipip/rtp/239.3.1.62:8112 25 | CCTV10,http://ipipip/rtp/239.3.1.63:8116 26 | CCTV11,http://ipipip/rtp/239.3.1.152:8120 27 | CCTV12,http://ipipip/rtp/239.3.1.64:8124 28 | CCTV13,http://ipipip/rtp/239.3.1.124:8128 29 | CCTV14,http://ipipip/rtp/239.3.1.65:8132 30 | CCTV15,http://ipipip/rtp/239.3.1.153:8136 31 | CCTV164K,http://ipipip/rtp/239.3.1.183:8001 32 | CCTV16,http://ipipip/rtp/239.3.1.184:8001 33 | CCTV17,http://ipipip/rtp/239.3.1.151:8144 34 | 湖南卫视,http://ipipip/rtp/239.3.1.132:8012 35 | 东方卫视,http://ipipip/rtp/239.3.1.136:8032 36 | 浙江卫视,http://ipipip/rtp/239.3.1.137:8036 37 | 江苏卫视,http://ipipip/rtp/239.3.1.135:8028 38 | 深圳卫视,http://ipipip/rtp/239.3.1.134:8020 39 | 广东卫视,http://ipipip/rtp/239.3.1.142:8048 40 | 安徽卫视,http://ipipip/rtp/239.3.1.211:8064 41 | 天津卫视,http://ipipip/rtp/239.3.1.141:1234 42 | 重庆卫视,http://ipipip/rtp/239.3.1.122:8160 43 | 山东卫视,http://ipipip/rtp/239.3.1.209:8052 44 | 黑龙江卫视,http://ipipip/rtp/239.3.1.133:8016 45 | 河北卫视,http://ipipip/rtp/239.3.1.148:8072 46 | 辽宁卫视,http://ipipip/rtp/239.3.1.210:8056 47 | 湖北卫视,http://ipipip/rtp/239.3.1.138:8044 48 | 吉林卫视,http://ipipip/rtp/239.3.1.240:8172 49 | 贵州卫视,http://ipipip/rtp/239.3.1.149:8076 50 | 东南卫视,http://ipipip/rtp/239.3.1.156:8148 51 | 江西卫视,http://ipipip/rtp/239.3.1.123:8164 52 | 海南卫视,http://ipipip/rtp/239.3.1.45:8304 53 | 云南卫视,http://ipipip/rtp/239.3.1.26:8108 54 | 兵团卫视,http://ipipip/rtp/239.3.1.144:4120 55 | 厦门卫视,http://ipipip/rtp/239.3.1.143:4120 56 | 四川卫视,http://ipipip/rtp/239.3.1.29:8288 57 | 南方卫视,http://ipipip/rtp/239.3.1.161:8001 58 | 宁夏卫视,http://ipipip/rtp/239.3.1.46:8124 59 | 山西卫视,http://ipipip/rtp/239.3.1.42:8172 60 | 广西卫视,http://ipipip/rtp/239.3.1.39:8300 61 | 新疆卫视,http://ipipip/rtp/239.3.1.48:8160 62 | 河南卫视,http://ipipip/rtp/239.3.1.27:8128 63 | 甘肃卫视,http://ipipip/rtp/239.3.1.49:8188 64 | 西藏卫视,http://ipipip/rtp/239.3.1.47:8164 65 | 三沙卫视,http://ipipip/rtp/239.3.1.155:4120 66 | 陕西卫视,http://ipipip/rtp/239.3.1.41:8140 67 | 青海卫视,http://ipipip/rtp/239.3.1.44:8184 68 | 内蒙古卫视,http://ipipip/rtp/239.3.1.43:8176 69 | 爱上4K[超清],http://ipipip/rtp/239.3.1.236:2000 70 | 4K超清[超清],http://ipipip/rtp/239.3.1.249:8001 71 | 淘电影HD,http://ipipip/rtp/239.3.1.250:8001 72 | 每日影院HD,http://ipipip/# rtp/239.3.1.111:8001 73 | 星影,http://ipipip/rtp/239.3.1.94:4120 74 | 动作影院,http://ipipip/rtp/239.3.1.92:4120 75 | 光影,http://ipipip/rtp/239.3.1.84:4120 76 | 喜剧影院,http://ipipip/rtp/239.3.1.91:4120 77 | 家庭影院,http://ipipip/rtp/239.3.1.93:4120 78 | 精选,http://ipipip/rtp/239.3.1.74:4120 79 | 经典电影,http://ipipip/rtp/239.3.1.195:9024 80 | 纪实人文HD,http://ipipip/rtp/239.3.1.212:8060 81 | 金鹰纪实HD,http://ipipip/rtp/239.3.1.58:8156 82 | 风尚生活HD,http://ipipip/# rtp/239.3.1.114:8001 83 | 地理,http://ipipip/rtp/239.3.1.71:4120 84 | 淘剧场HD,http://ipipip/rtp/239.3.1.95:8001 85 | 幸福剧场HD,http://ipipip/# rtp/239.3.1.112:8001 86 | 淘娱乐HD,http://ipipip/rtp/239.3.1.100:8001 87 | 幸福娱乐HD,http://ipipip/# rtp/239.3.1.113:8001 88 | 淘BabyHD,http://ipipip/rtp/239.3.1.238:8001 89 | 萌宠TVHD,http://ipipip/rtp/239.3.1.102:8001 90 | 中国交通HD,http://ipipip/rtp/239.3.1.188:8001 91 | 朝阳融媒HD,http://ipipip/rtp/239.3.1.163:8001 92 | 通州融媒HD,http://ipipip/rtp/239.3.1.221:8001 93 | 密云电视台HD,http://ipipip/rtp/239.3.1.154:8001 94 | 延庆电视台,http://ipipip/rtp/239.3.1.187:8001 95 | 房山电视台,http://ipipip/rtp/239.3.1.96:8001 96 | CCTV4 中文国际 欧洲HD,http://ipipip/rtp/239.3.1.213:4220 97 | CCTV4 中文国际 美洲HD,http://ipipip/rtp/239.3.1.214:4220 98 | CGTN 新闻HD,http://ipipip/rtp/239.3.1.215:4220 99 | CGTN 记录HD,http://ipipip/rtp/239.3.1.216:4220 100 | CGTN 西班牙语HD,http://ipipip/rtp/239.3.1.217:4220 101 | CGTN 法语HD,http://ipipip/rtp/239.3.1.218:4220 102 | CGTN 阿拉伯语HD,http://ipipip/rtp/239.3.1.219:4220 103 | CGTN 俄语HD,http://ipipip/rtp/239.3.1.220:4220 104 | 睛彩竞技,http://ipipip/rtp/239.3.1.125:8001 105 | 睛彩篮球,http://ipipip/rtp/239.3.1.126:8001 106 | 睛彩羽毛球,http://ipipip/rtp/239.3.1.127:8001 107 | 睛彩广场舞,http://ipipip/rtp/239.3.1.128:8001 108 | 茶频道HD,http://ipipip/rtp/239.3.1.165:8001 109 | 体育赛事HD,http://ipipip/rtp/239.3.1.157:8176 110 | 淘精彩HD,http://ipipip/rtp/239.3.1.178:8001 111 | 快乐垂钓HD,http://ipipip/rtp/239.3.1.164:8001 112 | 大健康HD,http://ipipip/rtp/239.3.1.251:8001 113 | CETV1HD,http://ipipip/rtp/239.3.1.57:8152 114 | CETV2,http://ipipip/rtp/239.3.1.54:4120 115 | CETV3,http://ipipip/rtp/239.3.1.55:4120 116 | CETV4,http://ipipip/rtp/239.3.1.56:4120 117 | 少儿动画,http://ipipip/rtp/239.3.1.199:9000 118 | 热播剧场,http://ipipip/rtp/239.3.1.194:9020 119 | 解密,http://ipipip/rtp/239.3.1.75:4120 120 | 军事,http://ipipip/rtp/239.3.1.76:4120 121 | 军旅剧场,http://ipipip/rtp/239.3.1.68:4120 122 | 动画,http://ipipip/rtp/239.3.1.80:4120 123 | 古装剧场,http://ipipip/rtp/239.3.1.69:4120 124 | 台球,http://ipipip/rtp/239.3.1.85:4120 125 | 嘉佳卡通,http://ipipip/rtp/239.3.1.147:9268 126 | 国学,http://ipipip/rtp/239.3.1.77:4120 127 | 城市剧场,http://ipipip/rtp/239.3.1.67:4120 128 | 墨宝,http://ipipip/rtp/239.3.1.83:4120 129 | 好学生,http://ipipip/rtp/239.3.1.81:4120 130 | 山东教育,http://ipipip/rtp/239.3.1.52:4120 131 | 戏曲,http://ipipip/rtp/239.3.1.78:4120 132 | 收视指南,http://ipipip/rtp/239.3.1.193:8012 133 | 早教,http://ipipip/rtp/239.3.1.79:4120 134 | 武侠剧场,http://ipipip/rtp/239.3.1.90:4120 135 | 武术,http://ipipip/rtp/239.3.1.87:4120 136 | 爱生活,http://ipipip/rtp/239.3.1.86:4120 137 | 美人,http://ipipip/rtp/239.3.1.73:4120 138 | 美妆,http://ipipip/rtp/239.3.1.72:4120 139 | 财富天下,http://ipipip/rtp/239.3.1.53:9136 140 | 足球,http://ipipip/rtp/239.3.1.89:4120 141 | 金鹰卡通,http://ipipip/rtp/239.3.1.51:9252 142 | 鉴赏,http://ipipip/rtp/239.3.1.82:4120 143 | 音乐现场,http://ipipip/rtp/239.3.1.70:4120 144 | 高网,http://ipipip/rtp/239.3.1.88:4120 145 | 魅力时尚,http://ipipip/rtp/239.3.1.196:9012 146 | 147 | 148 | 149 | 150 | -------------------------------------------------------------------------------- /speedtest/template/template_Chongqing_161.txt: -------------------------------------------------------------------------------- 1 | 重庆卫视,http://ipipip/rtp/235.254.196.249:1268 2 | 重庆新闻,http://ipipip/rtp/235.254.196.199:7980 3 | 重庆影视,http://ipipip/rtp/235.254.198.180:7980 4 | 重庆都市,http://ipipip/rtp/235.254.198.181:7980 5 | 重庆时尚,http://ipipip/rtp/235.254.198.182:7980 6 | 重庆娱乐,http://ipipip/rtp/235.254.198.187:7980 7 | 重庆公共农村,http://ipipip/rtp/235.254.198.186:7980 8 | 重庆少儿,http://ipipip/rtp/235.254.196.214:1128 9 | 重庆科教,http://ipipip/rtp/235.254.196.215:1132 10 | 重庆生活,http://ipipip/rtp/235.254.196.216:1136 11 | 重庆汽摩,http://ipipip/rtp/235.254.196.221:1156 12 | 睛彩重庆,http://ipipip/rtp/235.254.196.218:1146 13 | 14 | CCTV1,http://ipipip/rtp/235.254.198.51:1480 15 | CCTV2,http://ipipip/rtp/235.254.198.52:1484 16 | CCTV3,http://ipipip/rtp/235.254.198.53:1488 17 | CCTV4,http://ipipip/rtp/235.254.198.183:7980 18 | CCTV5,http://ipipip/rtp/235.254.198.54:1492 19 | CCTV5+,http://ipipip/rtp/235.254.198.122:1764 20 | CCTV6,http://ipipip/rtp/235.254.198.55:1496 21 | CCTV7,http://ipipip/rtp/235.254.198.56:1500 22 | CCTV8,http://ipipip/rtp/235.254.198.57:1504 23 | CCTV9,http://ipipip/rtp/235.254.198.58:1508 24 | CCTV10,http://ipipip/rtp/235.254.198.59:1512 25 | CCTV11,http://ipipip/rtp/235.254.198.7:1304 26 | CCTV12,http://ipipip/rtp/235.254.198.60:1516 27 | CCTV13,http://ipipip/rtp/235.254.198.9:1312 28 | CCTV15,http://ipipip/rtp/235.254.198.11:1320 29 | 湖南卫视,http://ipipip/rtp/235.254.198.62:1524 30 | 浙江卫视,http://ipipip/rtp/235.254.198.63:1528 31 | 东方卫视,http://ipipip/rtp/235.254.198.73:1568 32 | 江苏卫视,http://ipipip/rtp/235.254.198.64:1532 33 | 北京卫视,http://ipipip/rtp/235.254.198.66:1540 34 | 深圳卫视,http://ipipip/rtp/235.254.198.71:1560 35 | 广东卫视,http://ipipip/rtp/235.254.196.204:1088 36 | 天津卫视,http://ipipip/rtp/235.254.198.67:1544 37 | 山东卫视,http://ipipip/rtp/235.254.198.69:1552 38 | 四川卫视,http://ipipip/rtp/235.254.198.175:7980 39 | 贵州卫视,http://ipipip/rtp/235.254.198.185:7980 40 | 河北卫视,http://ipipip/rtp/235.254.198.184:7980 41 | 辽宁卫视,http://ipipip/rtp/235.254.198.68:1548 42 | 东南卫视,http://ipipip/rtp/235.254.198.129:7980 43 | 安徽卫视,http://ipipip/rtp/235.254.198.65:1536 44 | 湖北卫视,http://ipipip/rtp/235.254.198.72:1564 45 | 黑龙江卫视,http://ipipip/rtp/235.254.198.70:1556 46 | 热播剧场,http://ipipip/rtp/235.254.198.113:1728 47 | 经典电影,http://ipipip/rtp/235.254.198.114:1732 48 | 城市剧场,http://ipipip/rtp/235.254.198.74:1572 49 | 军旅剧场,http://ipipip/rtp/235.254.198.75:1576 50 | 古装剧场,http://ipipip/rtp/235.254.198.76:1580 51 | 音乐现场,http://ipipip/rtp/235.254.198.77:1584 52 | 53 | -------------------------------------------------------------------------------- /speedtest/template/template_Fujian_114.txt: -------------------------------------------------------------------------------- 1 | 凤凰卫视资讯台,http://ipipip/rtp/239.61.2.183:9086 2 | 凤凰卫视中文台,http://ipipip/rtp/239.61.2.184:9092 3 | 福建综合,http://ipipip/rtp/239.61.3.4:9542 4 | 福建综合,http://ipipip/rtp/239.61.2.1:8000 5 | 东南卫视,http://ipipip/rtp/239.61.2.132:8708 6 | 福建公共频道,http://ipipip/rtp/239.61.2.3:8012 7 | 福建新闻,http://ipipip/rtp/239.61.2.4:8018 8 | 福建电视剧,http://ipipip/rtp/239.61.2.5:8024 9 | 福建旅游,http://ipipip/rtp/239.61.2.6:8030 10 | 福建经济生活,http://ipipip/rtp/239.61.2.7:8036 11 | 福建体育,http://ipipip/rtp/239.61.2.160:8948 12 | 福建少儿,http://ipipip/rtp/239.61.2.9:8048 13 | 海峡卫视,http://ipipip/rtp/239.61.2.151:8894 14 | 福建教育频道,http://ipipip/rtp/239.61.2.173:9026 15 | 厦门卫视,http://ipipip/rtp/239.61.2.11:8060 16 | 厦门1套,http://ipipip/rtp/239.61.3.55:9848 17 | 厦门2套,http://ipipip/rtp/239.61.3.56:9854 18 | CCTV1,http://ipipip/rtp/239.61.3.61:9884 19 | CCTV2,http://ipipip/rtp/239.61.2.174:9032 20 | CCTV3,http://ipipip/rtp/239.61.3.34:9722 21 | CCTV4,http://ipipip/rtp/239.61.2.206:9224 22 | CCTV5,http://ipipip/rtp/239.61.3.35:9728 23 | CCTV5+,http://ipipip/rtp/239.61.2.171:9014 24 | CCTV6,http://ipipip/rtp/239.61.3.36:9734 25 | CCTV7,http://ipipip/rtp/239.61.2.175:9038 26 | CCTV8,http://ipipip/rtp/239.61.3.37:9740 27 | CCTV9,http://ipipip/rtp/239.61.2.172:9020 28 | CCTV10,http://ipipip/rtp/239.61.2.176:9044 29 | CCTV11,http://ipipip/rtp/239.61.2.21:8120 30 | CCTV12,http://ipipip/rtp/239.61.2.177:9050 31 | CCTV13,http://ipipip/rtp/239.61.2.23:8132 32 | CCTV14,http://ipipip/rtp/239.61.2.178:9056 33 | CCTV15,http://ipipip/rtp/239.61.2.25:8144 34 | CGTN,http://ipipip/rtp/239.61.2.19:8108 35 | CCTV17,http://ipipip/rtp/239.61.3.9:9572 36 | 快乐购物,http://ipipip/rtp/239.61.2.169:9002 37 | 央广购物,http://ipipip/rtp/239.61.2.220:9308 38 | 东方卫视,http://ipipip/rtp/239.61.2.28:8162 39 | 湖南卫视,http://ipipip/rtp/239.61.2.31:8180 40 | 江苏卫视,http://ipipip/rtp/239.61.2.30:8174 41 | 浙江卫视,http://ipipip/rtp/239.61.2.29:8168 42 | 河北卫视,http://ipipip/rtp/239.61.2.57:8336 43 | 广东卫视,http://ipipip/rtp/239.61.2.33:8192 44 | 山东卫视,http://ipipip/rtp/239.61.2.119:8708 45 | 湖北卫视,http://ipipip/rtp/239.61.2.120:8714 46 | 深圳卫视,http://ipipip/rtp/239.61.3.46:9794 47 | 黑龙江卫视,http://ipipip/rtp/239.61.2.34:8198 48 | 贵州卫视,http://ipipip/rtp/239.61.2.159:8942 49 | 安徽卫视,http://ipipip/rtp/239.61.2.248:9476 50 | 天津卫视,http://ipipip/rtp/239.61.2.180:9068 51 | 四川卫视,http://ipipip/rtp/239.61.2.251:9494 52 | 江西卫视,http://ipipip/rtp/239.61.2.182:9080 53 | 辽宁卫视,http://ipipip/rtp/239.61.2.181:9074 54 | 重庆卫视,http://ipipip/rtp/239.61.2.250:9488 55 | 北京卫视,http://ipipip/rtp/239.61.2.32:8186 56 | 云南卫视,http://ipipip/rtp/239.61.2.61:8360 57 | 河南卫视,http://ipipip/rtp/239.61.2.59:8348 58 | 海南卫视,http://ipipip/rtp/239.61.2.42:8246 59 | 广西卫视,http://ipipip/rtp/239.61.2.48:8282 60 | 陕西卫视,http://ipipip/rtp/239.61.2.38:8222 61 | 青海卫视,http://ipipip/rtp/239.61.2.60:8354 62 | 宁夏卫视,http://ipipip/rtp/239.61.2.56:8330 63 | 中国教育1,http://ipipip/rtp/239.61.2.167:8990 64 | 纪实人文,http://ipipip/rtp/239.61.2.165:8978 65 | 中国教育2,http://ipipip/rtp/239.61.3.6:9554 66 | 中国气像,http://ipipip/rtp/239.61.2.64:8378 67 | 金鹰卡通,http://ipipip/rtp/239.61.2.221:9314 68 | 卡酷少儿,http://ipipip/rtp/239.61.2.222:9320 69 | 吉林卫视,http://ipipip/rtp/239.61.2.223:9326 70 | 山西卫视,http://ipipip/rtp/239.61.2.224:9332 71 | 甘肃卫视,http://ipipip/rtp/239.61.2.225:9338 72 | 内蒙古卫视,http://ipipip/rtp/239.61.2.226:9344 73 | 新疆卫视,http://ipipip/rtp/239.61.2.227:9350 74 | 兵团卫视,http://ipipip/rtp/239.61.2.228:9356 75 | 西藏卫视,http://ipipip/rtp/239.61.2.229:9362 76 | 大湾区卫视,http://ipipip/rtp/239.61.3.5:9548 77 | 金鹰纪实,http://ipipip/rtp/239.61.3.7:9560 78 | 三沙卫视,http://ipipip/rtp/239.61.3.10:9578 79 | 中国教育4,http://ipipip/rtp/239.61.3.15:9608 80 | 欢笑剧场,http://ipipip/rtp/239.61.2.146:8864 81 | 都市剧场,http://ipipip/rtp/239.61.2.149:8882 82 | 哈哈炫动,http://ipipip/rtp/239.61.2.70:8414 83 | 动漫秀场,http://ipipip/rtp/239.61.2.148:8876 84 | 嘉佳卡通,http://ipipip/rtp/239.61.2.72:8426 85 | 游戏风云,http://ipipip/rtp/239.61.2.145:8858 86 | 乐游,http://ipipip/rtp/239.61.2.147:8870 87 | 法治天地,http://ipipip/rtp/239.61.2.75:8444 88 | 东方财经,http://ipipip/rtp/239.61.2.76:8450 89 | 金色学堂,http://ipipip/rtp/239.61.2.78:8462 90 | 快乐垂钓,http://ipipip/rtp/239.61.3.8:9566 91 | 生活时尚,http://ipipip/rtp/239.61.2.141:8834 92 | 中华特产,http://ipipip/rtp/239.61.3.72:9950 93 | 车迷频道,http://ipipip/rtp/239.61.3.64:9902 94 | 优优宝贝,http://ipipip/rtp/239.61.3.70:9938 95 | 环球旅游,http://ipipip/rtp/239.61.3.66:9914 96 | 生态环境,http://ipipip/rtp/239.61.3.68:9926 97 | 百姓健康,http://ipipip/rtp/239.61.3.62:9890 98 | 四海钓鱼,http://ipipip/rtp/239.61.3.69:9932 99 | 家庭理财,http://ipipip/rtp/239.61.3.67:9920 100 | 财富天下,http://ipipip/rtp/239.61.3.63:9896 101 | 证券服务,http://ipipip/rtp/239.61.3.71:9944 102 | 先锋乒羽,http://ipipip/rtp/239.61.3.17:9622 103 | 茶频道,http://ipipip/rtp/239.61.3.59:9872 104 | CHC动作电影,http://ipipip/rtp/239.61.3.16:9616 105 | 梨园频道,http://ipipip/rtp/239.61.3.19:9634 106 | 文物宝库,http://ipipip/rtp/239.61.3.21:9646 107 | 武术世界,http://ipipip/rtp/239.61.3.22:9652 108 | 新动漫,http://ipipip/rtp/239.61.3.18:9628 109 | 中学生,http://ipipip/rtp/239.61.3.73:9956 110 | 发现之旅,http://ipipip/rtp/239.61.3.74:9962 111 | CGTN法语,http://ipipip/rtp/239.61.3.44:9782 112 | CGTN俄语,http://ipipip/rtp/239.61.3.45:9788 113 | CGTN德语,http://ipipip/rtp/239.61.3.43:9776 114 | CCTV1,http://ipipip/rtp/239.61.3.60:9878 115 | 116 | 117 | 118 | 119 | -------------------------------------------------------------------------------- /speedtest/template/template_Gansu_105.txt: -------------------------------------------------------------------------------- 1 | 凤凰香港,http://ipipip/udp/239.255.30.123:8231 2 | 凤凰中文,http://ipipip/udp/239.255.30.50:8231 3 | 凤凰资讯,http://ipipip/udp/239.255.30.70:8231 4 | 甘肃文化影视,http://ipipip/udp/239.255.30.250:8231 5 | 甘肃公共,http://ipipip/udp/239.255.30.251:8231 6 | 甘肃都市,http://ipipip/udp/239.255.30.252:8231 7 | 甘肃经济,http://ipipip/udp/239.255.30.253:8231 8 | 甘肃少儿,http://ipipip/udp/239.255.30.254:8231 9 | CCTV1,http://ipipip/udp/239.255.30.101:8231 10 | CCTV2,http://ipipip/udp/239.255.30.179:8231 11 | CCTV3,http://ipipip/udp/239.255.29.12:8231 12 | CCTV4,http://ipipip/udp/239.255.30.83:8231 13 | CCTV5,http://ipipip/udp/239.255.29.13:8231 14 | CCTV5+,http://ipipip/udp/239.255.30.184:8231 15 | CCTV6,http://ipipip/udp/239.255.29.14:8231 16 | CCTV7,http://ipipip/udp/239.255.30.178:8231 17 | CCTV8,http://ipipip/udp/239.255.29.15:8231 18 | CCTV9,http://ipipip/udp/239.255.30.180:8231 19 | CCTV10,http://ipipip/udp/239.255.30.181:8231 20 | CCTV11,http://ipipip/udp/239.255.30.62:8231 21 | CCTV12,http://ipipip/udp/239.255.30.182:8231 22 | CCTV13,http://ipipip/udp/239.255.29.28:8231 23 | CCTV14,http://ipipip/udp/239.255.30.183:8231 24 | CCTV15,http://ipipip/udp/239.255.30.68:8231 25 | CCTV16,http://ipipip/udp/239.255.30.88:8231 26 | CCTV17,http://ipipip/udp/239.255.30.96:8231 27 | 湖南卫视,http://ipipip/udp/239.255.30.136:8231 28 | 东方卫视,http://ipipip/udp/239.255.30.130:8231 29 | 江苏卫视,http://ipipip/udp/239.255.30.131:8231 30 | 浙江卫视,http://ipipip/udp/239.255.30.132:8231 31 | 北京卫视,http://ipipip/udp/239.255.30.133:8231 32 | 广东卫视,http://ipipip/udp/239.255.30.134:8231 33 | 深圳卫视,http://ipipip/udp/239.255.30.135:8231 34 | 黑龙江卫视,http://ipipip/udp/239.255.30.137:8231 35 | 湖北卫视,http://ipipip/udp/239.255.30.138:8231 36 | 山东卫视,http://ipipip/udp/239.255.30.139:8231 37 | 甘肃卫视,http://ipipip/udp/239.255.30.249:8231 38 | 天津卫视,http://ipipip/udp/239.255.30.67:8231 39 | 辽宁卫视,http://ipipip/udp/239.255.30.69:8231 40 | 江西卫视,http://ipipip/udp/239.255.30.71:8231 41 | 贵州卫视,http://ipipip/udp/239.255.30.98:8231 42 | 海南卫视,http://ipipip/udp/239.255.30.99:8231 43 | 安徽卫视,http://ipipip/udp/239.255.30.84:8231 44 | 河北卫视,http://ipipip/udp/239.255.30.85:8231 45 | 东南卫视,http://ipipip/udp/239.255.30.86:8231 46 | 四川卫视,http://ipipip/udp/239.255.30.91:8231 47 | 重庆卫视,http://ipipip/udp/239.255.30.89:8231 48 | 云南卫视,http://ipipip/udp/239.255.29.2:8231 49 | 河南卫视,http://ipipip/udp/239.255.29.3:8231 50 | 广西卫视,http://ipipip/udp/239.255.29.4:8231 51 | 吉林卫视,http://ipipip/udp/239.255.29.5:8231 52 | 中国教育1台,http://ipipip/udp/239.255.30.90:8231 53 | 五星体育,http://ipipip/udp/239.255.29.45:8231 54 | 体育,http://ipipip/udp/239.255.29.31:8231 55 | 金塔,http://ipipip/udp/239.255.30.224:8231 56 | 酒钢电视,http://ipipip/udp/239.255.30.94:8231 57 | 嘉峪关公共,http://ipipip/udp/239.255.29.35:8231 58 | 嘉峪关综合,http://ipipip/udp/239.255.29.36:8231 59 | 戏曲精选,http://ipipip/udp/239.255.30.118:8231 60 | 都市剧场,http://ipipip/udp/239.255.29.41:8231 61 | 红色谍战剧场,http://ipipip/udp/239.255.30.166:8231 62 | 上视纪实,http://ipipip/udp/239.255.30.176:8231 63 | 华语电影,http://ipipip/udp/239.255.30.193:8231 64 | 星光影院,http://ipipip/udp/239.255.30.194:8231 65 | 全球大片,http://ipipip/udp/239.255.30.196:8231 66 | 看天下精选,http://ipipip/udp/239.255.30.217:8231 67 | SITV欢笑剧场,http://ipipip/udp/239.255.29.7:8231 68 | 全纪实,http://ipipip/udp/239.255.29.17:8231 69 | 生活时尚,http://ipipip/udp/239.255.29.18:8231 70 | SITV都市剧场,http://ipipip/udp/239.255.29.22:8231 71 | SITV金色学堂,http://ipipip/udp/239.255.29.23:8231 72 | SITV法治天地,http://ipipip/udp/239.255.29.24:8231 73 | 足球频道,http://ipipip/udp/239.255.29.25:8231 74 | MAX极速汽车,http://ipipip/udp/239.255.30.149:8231 75 | 羽毛球精品赛事,http://ipipip/udp/239.255.29.31:8231 76 | IPTV5+,http://ipipip/udp/239.255.30.115:8231 77 | 陇上生活,http://ipipip/udp/239.255.30.73:8231 78 | 临夏新闻,http://ipipip/udp/239.255.30.107:8231 79 | 临夏文旅,http://ipipip/udp/239.255.30.108:8231 80 | 临夏经济,http://ipipip/udp/239.255.30.106:8231 81 | 快乐垂钓,http://ipipip/udp/239.255.29.26:8231 82 | 卡酷少儿,http://ipipip/udp/239.255.29.38:8231 83 | 金鹰纪实,http://ipipip/udp/239.255.29.39:8231 84 | 金色学堂,http://ipipip/udp/239.255.29.23:8231 85 | 欢笑剧场,http://ipipip/udp/239.255.29.19:8231 86 | 欢笑剧场,http://ipipip/udp/239.255.29.7:8231 87 | 都市剧场,http://ipipip/udp/239.255.29.41:8231 88 | 动漫秀场,http://ipipip/udp/239.255.29.16:8231 89 | 哈哈炫动,http://ipipip/udp/239.255.29.37:8231 90 | 91 | 92 | 93 | -------------------------------------------------------------------------------- /speedtest/template/template_Guangxi_163.txt: -------------------------------------------------------------------------------- 1 | 广西卫视,http://ipipip/udp/239.81.0.107:4056 2 | 广西综艺,http://ipipip/udp/239.81.0.214:4056 3 | 广西影视,http://ipipip/udp/239.81.0.250:4056 4 | 广西新闻,http://ipipip/udp/239.81.0.248:4056 5 | 广西公共,http://ipipip/udp/239.81.0.249:4056 6 | 广西都市,http://ipipip/udp/239.81.0.247:4056 7 | 广西国际,http://ipipip/udp/239.81.0.8:4056 8 | 南宁影视,http://ipipip/udp/239.81.0.128:4056 9 | 南宁新闻,http://ipipip/udp/239.81.0.241:4056 10 | 南宁公共,http://ipipip/udp/239.81.0.129:4056 11 | 南宁文旅,http://ipipip/udp/239.81.0.127:4056 12 | 柳州新闻,http://ipipip/udp/239.81.0.134:4056 13 | 北海新闻,http://ipipip/udp/239.81.0.136:4056 14 | 玉林新闻,http://ipipip/udp/239.81.0.138:4056 15 | 贺州新闻,http://ipipip/udp/239.81.0.137:4056 16 | 桂林新闻,http://ipipip/udp/239.81.0.135:4056 17 | 18 | CCTV1,http://ipipip/udp/239.81.0.13:4056 19 | CCTV2,http://ipipip/udp/239.81.0.115:4056 20 | CCTV3,http://ipipip/udp/239.81.0.231:4056 21 | CCTV4,http://ipipip/udp/239.81.0.96:4056 22 | CCTV5,http://ipipip/udp/239.81.0.232:4056 23 | CCTV5+,http://ipipip/udp/239.81.0.101:4056 24 | CCTV6,http://ipipip/udp/239.81.0.233:4056 25 | CCTV7,http://ipipip/udp/239.81.0.116:4056 26 | CCTV8,http://ipipip/udp/239.81.0.234:4056 27 | CCTV9,http://ipipip/udp/239.81.0.117:4056 28 | CCTV10,http://ipipip/udp/239.81.0.118:4056 29 | CCTV11,http://ipipip/udp/239.81.0.229:4056 30 | CCTV12,http://ipipip/udp/239.81.0.119:4056 31 | CCTV13,http://ipipip/udp/239.81.0.206:4056 32 | CCTV14,http://ipipip/udp/239.81.0.120:4056 33 | CCTV15,http://ipipip/udp/239.81.0.230:4056 34 | CCTV17,http://ipipip/udp/239.81.0.228:4056 35 | 湖南卫视,http://ipipip/udp/239.81.0.110:4056 36 | 东方卫视,http://ipipip/udp/239.81.0.111:4056 37 | 江苏卫视,http://ipipip/udp/239.81.0.106:4056 38 | 浙江卫视,http://ipipip/udp/239.81.0.108:4056 39 | 北京卫视,http://ipipip/udp/239.81.0.109:4056 40 | 广东卫视,http://ipipip/udp/239.81.0.104:4056 41 | 深圳卫视,http://ipipip/udp/239.81.0.103:4056 42 | 黑龙江卫视,http://ipipip/udp/239.81.0.105:4056 43 | 湖北卫视,http://ipipip/udp/239.81.0.112:4056 44 | 山东卫视,http://ipipip/udp/239.81.0.114:4056 45 | 甘肃卫视,http://ipipip/udp/239.81.0.207:4056 46 | 天津卫视,http://ipipip/udp/239.81.0.113:4056 47 | 辽宁卫视,http://ipipip/udp/239.81.0.210:4056 48 | 江西卫视,http://ipipip/udp/239.81.0.204:4056 49 | 贵州卫视,http://ipipip/udp/239.81.0.95:4056 50 | 海南卫视,http://ipipip/udp/239.81.0.48:4056 51 | 安徽卫视,http://ipipip/udp/239.81.0.211:4056 52 | 河北卫视,http://ipipip/udp/239.81.0.94:4056 53 | 东南卫视,http://ipipip/udp/239.81.0.215:4056 54 | 陕西卫视,http://ipipip/udp/239.81.0.89:4056 55 | 四川卫视,http://ipipip/udp/239.81.0.130:4056 56 | 重庆卫视,http://ipipip/udp/239.81.0.47:4056 57 | 云南卫视,http://ipipip/udp/239.81.0.45:4056 58 | 河南卫视,http://ipipip/udp/239.81.0.44:4056 59 | 厦门卫视,http://ipipip/udp/239.81.0.212:4056 60 | 三沙卫视,http://ipipip/udp/239.81.0.242:4056 61 | 甘肃卫视,http://ipipip/udp/239.81.0.207:4056 62 | 吉林卫视,http://ipipip/udp/239.81.0.210:4056 63 | 山西卫视,http://ipipip/udp/239.81.0.49:4056 64 | 内蒙古卫视,http://ipipip/udp/239.81.0.54:4056 65 | 宁夏卫视,http://ipipip/udp/239.81.0.60:4056 66 | 青海卫视,http://ipipip/udp/239.81.0.53:4056 67 | 新疆卫视,http://ipipip/udp/239.81.0.46:4056 68 | 兵团卫视,http://ipipip/udp/239.81.0.213:4056 69 | 西藏卫视,http://ipipip/udp/239.81.0.55:4056 70 | 南方卫视,http://ipipip/udp/239.81.0.32:4056 71 | 72 | 73 | 74 | -------------------------------------------------------------------------------- /speedtest/template/template_Hebei_313.txt: -------------------------------------------------------------------------------- 1 | 河北卫视,http://ipipip/rtp/239.253.92.154:6011 2 | 河北经济生活,http://ipipip/rtp/239.253.92.171:6001 3 | 河北都市,http://ipipip/rtp/239.253.92.172:6002 4 | 河北影视剧,http://ipipip/rtp/239.253.92.173:6003 5 | 河北少儿科教,http://ipipip/rtp/239.253.92.174:6004 6 | 河北公共,http://ipipip/rtp/239.253.92.175:6005 7 | 河北农民,http://ipipip/rtp/239.253.92.176:6006 8 | CCTV1,http://ipipip/rtp/239.253.92.83:8012 9 | CCTV2,http://ipipip/rtp/239.253.92.190:6065 10 | CCTV3,http://ipipip/rtp/239.253.92.191:6057 11 | CCTV4,http://ipipip/rtp/239.253.92.251:6141 12 | CCTV5,http://ipipip/rtp/239.253.92.181:6046 13 | CCTV5+,http://ipipip/rtp/239.253.92.82:8013 14 | CCTV6,http://ipipip/rtp/239.253.92.193:6058 15 | CCTV7,http://ipipip/rtp/239.253.92.194:6059 16 | CCTV8,http://ipipip/rtp/239.253.92.195:6060 17 | CCTV9,http://ipipip/rtp/239.253.92.107:6020 18 | CCTV10,http://ipipip/rtp/239.253.92.196:6061 19 | CCTV11,http://ipipip/rtp/239.253.93.153:6321 20 | CCTV12,http://ipipip/rtp/239.253.92.197:6062 21 | CCTV13,http://ipipip/rtp/239.253.92.13:8008 22 | CCTV14,http://ipipip/rtp/239.253.92.198:6063 23 | CCTV15,http://ipipip/rtp/239.253.93.154:6322 24 | CCTV16,http://ipipip/rtp/239.254.200.61:6344 25 | CCTV17,http://ipipip/rtp/239.253.93.150:6318 26 | CGTN国际,http://ipipip/rtp/239.253.92.15:8011 27 | 睛彩河北,http://ipipip/rtp/239.253.92.104:6221 28 | 石家庄新闻综合,http://ipipip/rtp/239.253.92.149:6035 29 | 石家庄娱乐,http://ipipip/rtp/239.253.92.93:8120 30 | 石家庄生活,http://ipipip/rtp/239.253.92.94:8121 31 | 石家庄都市,http://ipipip/rtp/239.253.92.95:8122 32 | 湖南卫视,http://ipipip/rtp/239.253.92.84:8015 33 | 浙江卫视,http://ipipip/rtp/239.253.92.90:8020 34 | 江苏卫视,http://ipipip/rtp/239.253.92.88:8018 35 | 北京卫视,http://ipipip/rtp/239.253.92.87:8014 36 | 东南卫视,http://ipipip/rtp/239.253.92.201:6146 37 | 东方卫视,http://ipipip/rtp/239.253.92.89:8019 38 | 天津卫视,http://ipipip/rtp/239.253.92.91:8021 39 | 深圳卫视,http://ipipip/rtp/239.253.92.86:8017 40 | 山东卫视,http://ipipip/rtp/239.253.92.207:8109 41 | 广东卫视,http://ipipip/rtp/239.253.92.206:8108 42 | 黑龙江卫视,http://ipipip/rtp/239.253.92.85:8016 43 | 辽宁卫视,http://ipipip/rtp/239.253.92.115:6056 44 | 安徽卫视,http://ipipip/rtp/239.253.92.209:6566 45 | 湖北卫视,http://ipipip/rtp/239.253.92.210:6567 46 | 四川卫视,http://ipipip/rtp/239.253.92.16:6043 47 | 重庆卫视,http://ipipip/rtp/239.253.92.10:6053 48 | 河南卫视,http://ipipip/rtp/239.253.92.137:6144 49 | 金鹰纪实,http://ipipip/rtp/239.253.92.103:6054 50 | 广西卫视,http://ipipip/rtp/239.253.92.76:8043 51 | 贵州卫视,http://ipipip/rtp/239.253.92.105:6055 52 | 江西卫视,http://ipipip/rtp/239.253.92.19:6145 53 | 吉林卫视,http://ipipip/rtp/239.253.92.202:6147 54 | 海南卫视,http://ipipip/rtp/239.253.93.155:6323 55 | BRTV纪实科教,http://ipipip/rtp/239.253.93.190:6358 56 | 承德新闻综合,http://ipipip/rtp/239.253.92.222:8112 57 | 承德公共,http://ipipip/rtp/239.253.92.223:8113 58 | 张家口新闻综合,http://ipipip/rtp/239.253.92.225:8115 59 | 张家口公共,http://ipipip/rtp/239.253.92.226:8116 60 | 秦皇岛新闻综合,http://ipipip/rtp/239.253.92.52:6021 61 | 秦皇岛公共,http://ipipip/rtp/239.253.92.53:6022 62 | 秦皇岛影视,http://ipipip/rtp/239.253.92.54:6023 63 | 唐山新闻综合,http://ipipip/rtp/239.253.92.245:6089 64 | 唐山生活服务,http://ipipip/rtp/239.253.92.126:6026 65 | 唐山影视,http://ipipip/rtp/239.253.92.127:6027 66 | 唐山公共,http://ipipip/rtp/239.253.92.128:6028 67 | 廊坊新闻,http://ipipip/rtp/239.253.92.164:6036 68 | 廊坊公共,http://ipipip/rtp/239.253.92.166:6037 69 | 沧州新闻综合,http://ipipip/rtp/239.253.92.121:6015 70 | 沧州公共,http://ipipip/rtp/239.253.92.122:6016 71 | 沧州影视娱乐,http://ipipip/rtp/239.253.92.123:6017 72 | 保定新闻综合,http://ipipip/rtp/239.253.93.2:6153 73 | 保定公共频道,http://ipipip/rtp/239.253.93.4:6157 74 | 保定生活健康,http://ipipip/rtp/239.253.93.5:6158 75 | 衡水新闻综合,http://ipipip/rtp/239.253.93.3:6154 76 | 衡水公共,http://ipipip/rtp/239.253.93.7:6160 77 | 邢台综合,http://ipipip/rtp/239.253.93.8:6161 78 | 邢台城市生活,http://ipipip/rtp/239.253.93.10:6163 79 | 纪实人文,http://ipipip/rtp/239.253.92.99:6013 80 | 中国教育1,http://ipipip/rtp/239.253.92.211:6069 81 | 中国交通频道,http://ipipip/rtp/239.253.93.189:6357 82 | kaku 少儿,http://ipipip/rtp/239.253.92.162:8054 83 | 金鹰卡通,http://ipipip/rtp/239.253.92.163:8055 84 | 嘉佳卡通,http://ipipip/rtp/239.253.93.203:6381 85 | 优漫卡通,http://ipipip/rtp/239.253.93.204:6382 86 | 山东教育,http://ipipip/rtp/239.253.92.106:6135 87 | 兵团卫视,http://ipipip/rtp/239.253.93.176:6344 88 | 百姓健康,http://ipipip/rtp/239.253.92.199:6568 89 | 证券服务,http://ipipip/rtp/239.253.92.124:6569 90 | CCTV电视指南,http://ipipip/rtp/239.253.92.17:6078 91 | CCTV第一剧场,http://ipipip/rtp/239.253.92.18:6079 92 | CCTV风云剧场,http://ipipip/rtp/239.253.92.22:6073 93 | CCTV怀旧剧场,http://ipipip/rtp/239.253.92.98:6120 94 | CCTV风云音乐,http://ipipip/rtp/239.253.92.111:8060 95 | CCTV风云足球,http://ipipip/rtp/239.253.92.110:8061 96 | CCTV高尔夫网球,http://ipipip/rtp/239.253.92.117:8062 97 | 武术世界,http://ipipip/rtp/239.253.92.141:8064 98 | CCTV兵器科技,http://ipipip/rtp/239.253.92.119:8065 99 | CCTV世界地理,http://ipipip/rtp/239.253.92.113:8066 100 | 老故事,http://ipipip/rtp/239.253.92.132:8068 101 | 环球奇观,http://ipipip/rtp/239.253.92.130:8069 102 | 文物宝库,http://ipipip/rtp/239.253.92.159:8070 103 | 国学,http://ipipip/rtp/239.253.92.158:8071 104 | CCTV女性时尚,http://ipipip/rtp/239.253.92.249:6103 105 | CCTV央视文化精品,http://ipipip/rtp/239.253.92.25:6104 106 | 早期教育,http://ipipip/rtp/239.253.92.39:6107 107 | 梨园,http://ipipip/rtp/239.253.92.152:8086 108 | 汽摩,http://ipipip/rtp/239.253.92.46:6110 109 | CETV2,http://ipipip/rtp/239.253.92.108:6136 110 | CETV4,http://ipipip/rtp/239.253.92.200:6137 111 | 中学生,http://ipipip/rtp/239.253.92.27:6106 112 | 快乐垂钓,http://ipipip/rtp/239.253.93.213:6391 113 | 新动漫,http://ipipip/rtp/239.253.93.217:6395 114 | 先锋乒羽,http://ipipip/rtp/239.253.93.219:6397 115 | 发现之旅,http://ipipip/rtp/239.253.94.30:6629 116 | 环球旅游,http://ipipip/rtp/239.253.93.220:6398 117 | 车迷,http://ipipip/rtp/239.253.93.221:6399 118 | 游戏风云,http://ipipip/rtp/239.253.93.222:6400 119 | 欢笑剧场4K,http://ipipip/rtp/239.253.93.223:6401 120 | 乐游,http://ipipip/rtp/239.253.93.224:6402 121 | 动漫秀场,http://ipipip/rtp/239.253.93.225:6403 122 | 生活时尚,http://ipipip/rtp/239.253.93.226:6404 123 | 都市剧场,http://ipipip/rtp/239.253.93.227:6405 124 | 茶频道,http://ipipip/rtp/239.253.93.212:6390 125 | 天元围棋,http://ipipip/rtp/239.253.93.211:6389 126 | 书画,http://ipipip/rtp/239.253.93.214:6392 127 | 摄影,http://ipipip/rtp/239.253.93.215:6393 128 | 央视台球,http://ipipip/rtp/239.253.93.231:6409 129 | 求索纪录,http://ipipip/rtp/239.253.93.236:6414 130 | 东方财经,http://ipipip/rtp/239.253.93.239:6417 131 | 金色学堂,http://ipipip/rtp/239.253.93.240:6418 132 | 法治天地,http://ipipip/rtp/239.253.93.241:6419 133 | 中华特产,http://ipipip/rtp/239.253.93.242:6420 134 | 四海钓鱼,http://ipipip/rtp/239.253.93.243:6421 135 | 优优宝贝,http://ipipip/rtp/239.253.93.244:6422 136 | 生态环境,http://ipipip/rtp/239.253.93.245:6423 137 | 家庭理财,http://ipipip/rtp/239.253.93.246:6424 138 | 财富天下,http://ipipip/rtp/239.253.93.247:6425 139 | 中华美食,http://ipipip/rtp/239.253.93.248:6426 140 | 电视指南,http://ipipip/rtp/239.253.93.249:6427 141 | 第一剧场,http://ipipip/rtp/239.253.93.138:6428 142 | 风云剧场,http://ipipip/rtp/239.253.93.251:6429 143 | 怀旧剧场,http://ipipip/rtp/239.253.93.252:6430 144 | 风云音乐,http://ipipip/rtp/239.253.93.253:6431 145 | 风云足球,http://ipipip/rtp/239.253.93.254:6432 146 | 高尔夫网球,http://ipipip/rtp/239.253.93.122:6465 147 | 武术世界,http://ipipip/rtp/239.253.93.46:6434 148 | 兵器科技,http://ipipip/rtp/239.253.93.47:6435 149 | 世界地理,http://ipipip/rtp/239.253.92.131:6113 150 | 文物宝库,http://ipipip/rtp/239.253.93.180:6437 151 | 女性时尚,http://ipipip/rtp/239.253.92.144:6114 152 | 文化精品,http://ipipip/rtp/239.253.93.175:6439 153 | 早期教育,http://ipipip/rtp/239.253.93.164:6440 154 | 155 | 156 | -------------------------------------------------------------------------------- /speedtest/template/template_Hubei_90.txt: -------------------------------------------------------------------------------- 1 | 湖北公共新闻,http://ipipip/rtp/239.69.1.40:9880 2 | 湖北经视,http://ipipip/rtp/239.69.1.41:9886 3 | 湖北综合,http://ipipip/rtp/239.69.1.42:9892 4 | 湖北垄上,http://ipipip/rtp/239.69.1.43:9898 5 | 湖北影视,http://ipipip/rtp/239.69.1.204:10866 6 | 湖北生活,http://ipipip/rtp/239.69.1.205:10872 7 | 湖北教育,http://ipipip/rtp/239.69.1.206:10878 8 | 武汉新闻综合,http://ipipip/rtp/239.69.1.145:10506 9 | 武汉电视剧,http://ipipip/rtp/239.69.1.146:10512 10 | 武汉生活,http://ipipip/rtp/239.69.1.251:11148 11 | 武汉经济,http://ipipip/rtp/239.69.1.35:9850 12 | 武汉文体,http://ipipip/rtp/239.69.1.147:10518 13 | 武汉外语,http://ipipip/rtp/239.69.1.36:9856 14 | 武汉教育,http://ipipip/rtp/239.69.1.60:9994 15 | 蔡甸综合,http://ipipip/rtp/239.69.1.245:11112 16 | 阳新综合,http://ipipip/rtp/239.69.1.34:9844 17 | 房县综合,http://ipipip/rtp/239.69.1.192:10794 18 | CCTV1,http://ipipip/rtp/239.254.96.96:8550 19 | CCTV2,http://ipipip/rtp/239.69.1.102:10250 20 | CCTV3,http://ipipip/rtp/239.69.1.122:10370 21 | CCTV4,http://ipipip/rtp/239.69.1.138:10466 22 | CCTV5,http://ipipip/rtp/239.69.1.123:10376 23 | CCTV5+,http://ipipip/rtp/239.254.96.234:9484 24 | CCTV5+,http://ipipip/rtp/239.69.1.12:9712 25 | CCTV6,http://ipipip/rtp/239.69.1.124:10382 26 | CCTV7,http://ipipip/rtp/239.69.1.103:10256 27 | CCTV8,http://ipipip/rtp/239.69.1.125:10388 28 | CCTV9,http://ipipip/rtp/239.69.1.104:10262 29 | CCTV10,http://ipipip/rtp/239.69.1.105:10268 30 | CCTV11,http://ipipip/rtp/239.69.1.154:10560 31 | CCTV12,http://ipipip/rtp/239.69.1.106:10274 32 | CCTV13,http://ipipip/rtp/239.254.96.161:9040 33 | CCTV14,http://ipipip/rtp/239.69.1.107:10280 34 | CCTV15,http://ipipip/rtp/239.69.1.155:10566 35 | CCTV16,http://ipipip/rtp/239.69.1.247:11124 36 | CCTV17,http://ipipip/rtp/239.69.1.152:10548 37 | CCTV164K,http://ipipip/rtp/239.69.1.13:9718 38 | CCTV第一剧场,http://ipipip/rtp/239.69.1.74:10084 39 | CCTV兵器科技,http://ipipip/rtp/239.69.1.79:10114 40 | CCTV风云足球,http://ipipip/rtp/239.69.1.81:10126 41 | CCTV高尔夫网球,http://ipipip/rtp/239.69.1.83:10138 42 | CCTV世界地理,http://ipipip/rtp/239.69.1.91:10186 43 | CCTV央视台球,http://ipipip/rtp/239.69.1.98:10224 44 | CCTV4-欧洲,http://ipipip/rtp/239.69.1.231:11028 45 | CCTV4-美洲,http://ipipip/rtp/239.69.1.232:11034 46 | CGTN记录片,http://ipipip/rtp/239.69.1.233:11040 47 | CGTN西班牙语,http://ipipip/rtp/239.69.1.234:11046 48 | CGTN法语,http://ipipip/rtp/239.69.1.235:11052 49 | CCTV16奥林匹克-4K,http://ipipip/rtp/239.69.1.249:11136 50 | BestTV测试1-4K,http://ipipip/rtp/239.69.1.26:9796 51 | BestTV测试2-4K,http://ipipip/rtp/239.69.1.27:9802 52 | BestTV测试3-4K,http://ipipip/rtp/239.69.1.25:9790 53 | 爱上4K,http://ipipip/rtp/239.69.1.141:10482 54 | 湖北卫视,http://ipipip/rtp/239.254.96.115:8664 55 | 河北卫视,http://ipipip/rtp/239.254.96.113:9616 56 | 深圳卫视,http://ipipip/rtp/239.254.96.137:8896 57 | 湖南卫视,http://ipipip/rtp/239.254.96.139:8908 58 | 广东卫视,http://ipipip/rtp/239.254.96.140:8914 59 | 北京卫视,http://ipipip/rtp/239.254.96.141:8920 60 | 东方卫视,http://ipipip/rtp/239.254.96.142:8926 61 | 浙江卫视,http://ipipip/rtp/239.254.96.143:8932 62 | 江苏卫视,http://ipipip/rtp/239.254.96.144:8938 63 | 天津卫视,http://ipipip/rtp/239.69.1.68:10048 64 | 山东卫视,http://ipipip/rtp/239.69.1.69:10054 65 | 安徽卫视,http://ipipip/rtp/239.69.1.70:10060 66 | 辽宁卫视,http://ipipip/rtp/239.69.1.71:10066 67 | 东南卫视,http://ipipip/rtp/239.69.1.108:10286 68 | 江西卫视,http://ipipip/rtp/239.69.1.126:10394 69 | 重庆卫视,http://ipipip/rtp/239.69.1.149:10530 70 | 贵州卫视,http://ipipip/rtp/239.69.1.150:10536 71 | 海南卫视,http://ipipip/rtp/239.69.1.151:10542 72 | 河南卫视,http://ipipip/rtp/239.69.1.168:10644 73 | 四川卫视,http://ipipip/rtp/239.69.1.169:10650 74 | 广西卫视,http://ipipip/rtp/239.69.1.191:10788 75 | 吉林卫视,http://ipipip/rtp/239.69.1.212:10914 76 | 黑龙江卫视,http://ipipip/rtp/239.254.96.138:8902 77 | CHC影迷电影,http://ipipip/rtp/239.69.1.241:11088 78 | CHC动作电影,http://ipipip/rtp/239.69.1.242:11094 79 | CHC家庭影院,http://ipipip/rtp/239.69.1.243:11100 80 | 卡酷少儿,http://ipipip/rtp/239.69.1.193:10800 81 | 梨园频道,http://ipipip/rtp/239.69.1.33:9838 82 | 武术世界,http://ipipip/rtp/239.69.1.47:9922 83 | 快乐垂钓,http://ipipip/rtp/239.69.1.142:10488 84 | 茶频道,http://ipipip/rtp/239.69.1.144:10500 85 | 金鹰卡通,http://ipipip/rtp/239.69.1.248:11130 86 | 金鹰纪实,http://ipipip/rtp/239.69.1.109:10292 87 | CETV1,http://ipipip/rtp/239.69.1.110:10298 88 | 河北卫视,http://ipipip/rtp/239.69.1.157:10578 89 | 东方卫视,http://ipipip/rtp/239.69.1.173:10674 90 | 江苏卫视,http://ipipip/rtp/239.69.1.174:10680 91 | 92 | 93 | -------------------------------------------------------------------------------- /speedtest/template/template_Hunan_282.txt: -------------------------------------------------------------------------------- 1 | 凤凰中文,http://ipipip/udp/239.76.246.135:1234 2 | 凤凰中文,http://ipipip/udp/239.76.253.135:9000 3 | 凤凰资讯,http://ipipip/udp/239.76.253.134:9000 4 | 凤凰资讯,http://ipipip/udp/239.76.246.134:1234 5 | CCTV164K,http://ipipip/udp/239.76.254.200:9000 6 | CCTV164K,http://ipipip/udp/239.76.246.230:1234 7 | CCTV4美洲,http://ipipip/udp/239.76.253.96:9000 8 | CCTV4欧洲,http://ipipip/udp/239.76.253.95:9000 9 | CCTV1,http://ipipip/udp/239.76.246.151:1234 10 | CCTV2,http://ipipip/udp/239.76.246.152:1234 11 | CCTV3,http://ipipip/udp/239.76.246.153:1234 12 | CCTV4,http://ipipip/udp/239.76.245.195:1234 13 | CCTV4,http://ipipip/udp/239.76.246.154:1234 14 | CCTV5,http://ipipip/udp/239.76.246.155:1234 15 | CCTV5+,http://ipipip/udp/239.76.246.168:1234 16 | CCTV6,http://ipipip/udp/239.76.246.156:1234 17 | CCTV7,http://ipipip/udp/239.76.246.157:1234 18 | CCTV8,http://ipipip/udp/239.76.246.158:1234 19 | CCTV9,http://ipipip/udp/239.76.246.159:1234 20 | CCTV10,http://ipipip/udp/239.76.246.160:1234 21 | CCTV11,http://ipipip/udp/239.76.245.251:1234 22 | CCTV12,http://ipipip/udp/239.76.246.162:1234 23 | CCTV13,http://ipipip/udp/239.76.246.93:1234 24 | CCTV14,http://ipipip/udp/239.76.246.164:1234 25 | CCTV15,http://ipipip/udp/239.76.245.252:1234 26 | CCTV16,http://ipipip/udp/239.76.246.98:1234 27 | CCTV17,http://ipipip/udp/239.76.245.238:1234 28 | CCTV4欧洲,http://ipipip/udp/239.76.246.95:1234 29 | CCTV4美洲,http://ipipip/udp/239.76.246.96:1234 30 | 广东卫视,http://ipipip/udp/239.76.245.189:1234 31 | 东南卫视,http://ipipip/udp/239.76.245.190:1234 32 | 安徽卫视,http://ipipip/udp/239.76.245.196:1234 33 | 辽宁卫视,http://ipipip/udp/239.76.245.197:1234 34 | 江西卫视,http://ipipip/udp/239.76.245.225:1234 35 | 河北卫视,http://ipipip/udp/239.76.245.199:1234 36 | 贵州卫视,http://ipipip/udp/239.76.245.198:1234 37 | 江苏卫视,http://ipipip/udp/239.76.246.181:1234 38 | 东方卫视,http://ipipip/udp/239.76.246.186:1234 39 | 浙江卫视,http://ipipip/udp/239.76.246.182:1234 40 | 北京卫视,http://ipipip/udp/239.76.246.184:1234 41 | 天津卫视,http://ipipip/udp/239.76.246.185:1234 42 | 深圳卫视,http://ipipip/udp/239.76.246.188:1234 43 | 湖北卫视,http://ipipip/udp/239.76.246.193:1234 44 | 山东卫视,http://ipipip/udp/239.76.246.195:1234 45 | 黑龙江卫视,http://ipipip/udp/239.76.246.200:1234 46 | 吉林卫视,http://ipipip/udp/239.76.246.201:1234 47 | 河南卫视,http://ipipip/udp/239.76.246.202:1234 48 | 海南卫视,http://ipipip/udp/239.76.246.203:1234 49 | 四川卫视,http://ipipip/udp/239.76.246.91:1234 50 | 重庆卫视,http://ipipip/udp/239.76.246.92:1234 51 | 甘肃卫视,http://ipipip/udp/239.76.246.94:1234 52 | 中国教育1,http://ipipip/udp/239.76.245.192:1234 53 | 长沙女姓,http://ipipip/udp/239.76.245.23:1234 54 | 长沙影视,http://ipipip/udp/239.76.245.204:1234 55 | 湘西综合,http://ipipip/udp/239.76.245.208:1234 56 | 湘西综合,http://ipipip/udp/239.76.245.209:1234 57 | 河南梨园,http://ipipip/udp/239.76.245.179:1234 58 | 文物宝库,http://ipipip/udp/239.76.245.180:1234 59 | 武术世界,http://ipipip/udp/239.76.245.181:1234 60 | 张家界2,http://ipipip/udp/239.76.245.235:1234 61 | 张家界综合,http://ipipip/udp/239.76.245.234:1234 62 | CHC动作电影,http://ipipip/udp/239.76.245.243:1234 63 | CHC影迷电影,http://ipipip/udp/239.76.245.242:1234 64 | CHC家庭影院,http://ipipip/udp/239.76.245.241:1234 65 | 快乐垂钓,http://ipipip/udp/239.76.246.5:1234 66 | 湖南卫视,http://ipipip/udp/239.76.246.101:1234 67 | 湖南经视,http://ipipip/udp/239.76.246.103:1234 68 | 湖南国际,http://ipipip/udp/239.76.246.102:1234 69 | 湖南都市,http://ipipip/udp/239.76.246.104:1234 70 | 湖南娱乐,http://ipipip/udp/239.76.246.105:1234 71 | 湖南电影,http://ipipip/udp/239.76.246.106:1234 72 | 湖南公共,http://ipipip/udp/239.76.246.109:1234 73 | 湖南电视剧,http://ipipip/udp/239.76.246.108:1234 74 | 金鹰卡通,http://ipipip/udp/239.76.246.107:1234 75 | 金鹰纪实,http://ipipip/udp/239.76.246.110:1234 76 | 长沙政法,http://ipipip/udp/239.76.246.122:1234 77 | 长沙新闻,http://ipipip/udp/239.76.246.121:1234 78 | 健康电视,http://ipipip/udp/239.76.246.127:1234 79 | 欢笑剧场4K,http://ipipip/udp/239.76.246.130:1234 80 | 都市剧场,http://ipipip/udp/239.76.246.215:1234 81 | 极速汽车,http://ipipip/udp/239.76.246.133:1234 82 | 动漫秀场,http://ipipip/udp/239.76.246.131:1234 83 | 游戏风云,http://ipipip/udp/239.76.246.132:1234 84 | 全纪实,http://ipipip/udp/239.76.246.137:1234 85 | 法治天地,http://ipipip/udp/239.76.246.138:1234 86 | 生活时尚,http://ipipip/udp/239.76.246.223:1234 87 | 浏阳,http://ipipip/udp/239.76.248.6:1234 88 | 常德综合,http://ipipip/udp/239.76.248.10:1234 89 | 常德公共,http://ipipip/udp/239.76.248.11:1234 90 | 衡阳综合,http://ipipip/udp/239.76.248.13:1234 91 | 衡阳公共,http://ipipip/udp/239.76.248.14:1234 92 | 娄底综合,http://ipipip/udp/239.76.248.18:1234 93 | 娄底公共,http://ipipip/udp/239.76.248.19:1234 94 | 张家界综合,http://ipipip/udp/239.76.252.234:9000 95 | 张家界2,http://ipipip/udp/239.76.252.235:9000 96 | LDETV,http://ipipip/udp/239.76.248.20:1234 97 | XNXTV,http://ipipip/udp/239.76.248.21:1234 98 | 邵阳新闻,http://ipipip/udp/239.76.248.23:1234 99 | 永州新闻,http://ipipip/udp/239.76.248.57:1234 100 | 怀化综合,http://ipipip/udp/239.76.255.12:9000 101 | 金色夕阳,http://ipipip/udp/239.76.254.43:9000 102 | CCTV第一剧场,http://ipipip/udp/239.76.254.49:9000 103 | CCTV风云足球,http://ipipip/udp/239.76.254.52:9000 104 | CCTV风云音乐,http://ipipip/udp/239.76.254.51:9000 105 | CCTV风云剧场,http://ipipip/udp/239.76.254.50:9000 106 | CCTV女姓时尚,http://ipipip/udp/239.76.254.55:9000 107 | CCTV央视文化精品,http://ipipip/udp/239.76.254.56:9000 108 | CCTV世界地理,http://ipipip/udp/239.76.254.57:9000 109 | CCTV兵器科技,http://ipipip/udp/239.76.254.59:9000 110 | CCTV央视台球,http://ipipip/udp/239.76.254.58:9000 111 | CCTV怀旧剧场,http://ipipip/udp/239.76.254.53:9000 112 | CCTV电视指南,http://ipipip/udp/239.76.254.61:9000 113 | CCTV高尔夫网球,http://ipipip/udp/239.76.254.62:9000 114 | 北京少儿,http://ipipip/udp/239.76.254.81:9000 115 | 快乐垂钓,http://ipipip/udp/239.76.253.5:9000 116 | CGTN俄语,http://ipipip/udp/239.76.253.86:9000 117 | CGTN法语,http://ipipip/udp/239.76.253.87:9000 118 | CGTN阿拉伯语,http://ipipip/udp/239.76.253.97:9000 119 | CGTN西班牙语,http://ipipip/udp/239.76.253.88:9000 120 | 湖南卫视,http://ipipip/udp/239.76.253.101:9000 121 | 湖南国际,http://ipipip/udp/239.76.253.102:9000 122 | 湖南卫视F,http://ipipip/udp/239.76.253.100:9000 123 | 湖南经视,http://ipipip/udp/239.76.253.103:9000 124 | 湖南都市,http://ipipip/udp/239.76.253.104:9000 125 | 湖南娱乐,http://ipipip/udp/239.76.253.105:9000 126 | 湖南电影,http://ipipip/udp/239.76.253.106:9000 127 | 湖南电视剧,http://ipipip/udp/239.76.253.108:9000 128 | 金鹰卡通,http://ipipip/udp/239.76.253.107:9000 129 | 湖南公共,http://ipipip/udp/239.76.253.109:9000 130 | 金鹰纪实,http://ipipip/udp/239.76.253.110:9000 131 | 长沙新闻,http://ipipip/udp/239.76.253.121:9000 132 | 长沙政法,http://ipipip/udp/239.76.253.122:9000 133 | 芒果汽车,http://ipipip/udp/239.76.253.123:9000 134 | 游戏风云,http://ipipip/udp/239.76.253.132:9000 135 | 极速汽车,http://ipipip/udp/239.76.253.133:9000 136 | 动漫秀场,http://ipipip/udp/239.76.253.131:9000 137 | 凤凰中文,http://ipipip/udp/239.76.253.135:9000 138 | 凤凰资讯,http://ipipip/udp/239.76.253.134:9000 139 | 体育,http://ipipip/udp/239.76.253.136:9000 140 | 全纪实,http://ipipip/udp/239.76.253.137:9000 141 | 金色学堂,http://ipipip/udp/239.76.253.139:9000 142 | 法治天地,http://ipipip/udp/239.76.253.138:9000 143 | CCTV1,http://ipipip/udp/239.76.253.151:9000 144 | CCTV2,http://ipipip/udp/239.76.253.152:9000 145 | CCTV3,http://ipipip/udp/239.76.253.153:9000 146 | CCTV4,http://ipipip/udp/239.76.253.154:9000 147 | CCTV5,http://ipipip/udp/239.76.253.155:9000 148 | CCTV5+,http://ipipip/udp/239.76.253.168:9000 149 | CCTV6,http://ipipip/udp/239.76.253.156:9000 150 | CCTV7,http://ipipip/udp/239.76.253.157:9000 151 | CCTV8,http://ipipip/udp/239.76.253.158:9000 152 | CCTV9,http://ipipip/udp/239.76.253.159:9000 153 | CCTV10,http://ipipip/udp/239.76.253.160:9000 154 | CCTV12,http://ipipip/udp/239.76.253.162:9000 155 | CCTV13,http://ipipip/udp/239.76.253.93:9000 156 | CCTV14,http://ipipip/udp/239.76.253.164:9000 157 | CCTV16,http://ipipip/udp/239.76.253.98:9000 158 | CCTV16,http://ipipip/udp/239.76.253.230:9000 159 | 湖南都市,http://ipipip/udp/239.76.253.224:9000 160 | 江苏卫视,http://ipipip/udp/239.76.253.181:9000 161 | 浙江卫视,http://ipipip/udp/239.76.253.182:9000 162 | 北京卫视,http://ipipip/udp/239.76.253.184:9000 163 | 天津卫视,http://ipipip/udp/239.76.253.185:9000 164 | 东方卫视,http://ipipip/udp/239.76.253.186:9000 165 | 深圳卫视,http://ipipip/udp/239.76.253.188:9000 166 | 湖北卫视,http://ipipip/udp/239.76.253.193:9000 167 | 山东卫视,http://ipipip/udp/239.76.253.195:9000 168 | 黑龙江卫视,http://ipipip/udp/239.76.253.200:9000 169 | 吉林卫视,http://ipipip/udp/239.76.253.201:9000 170 | 河南卫视,http://ipipip/udp/239.76.253.202:9000 171 | 海南卫视,http://ipipip/udp/239.76.253.203:9000 172 | 四川卫视,http://ipipip/udp/239.76.253.91:9000 173 | 重庆卫视,http://ipipip/udp/239.76.253.92:9000 174 | 广西卫视,http://ipipip/udp/239.76.254.54:9000 175 | 陕西卫视,http://ipipip/udp/239.76.254.76:9000 176 | 云南卫视,http://ipipip/udp/239.76.254.60:9000 177 | 青海卫视,http://ipipip/udp/239.76.254.132:9000 178 | 甘肃卫视,http://ipipip/udp/239.76.253.94:9000 179 | 都市剧场,http://ipipip/udp/239.76.253.215:9000 180 | 生活时尚,http://ipipip/udp/239.76.253.223:9000 181 | 长沙女姓,http://ipipip/udp/239.76.252.23:9000 182 | 湖南卫视,http://ipipip/udp/239.76.252.115:9000 183 | 湖南经视,http://ipipip/udp/239.76.252.116:9000 184 | 湖南电视剧,http://ipipip/udp/239.76.252.118:9000 185 | 湖南电影,http://ipipip/udp/239.76.252.119:9000 186 | 金鹰卡通,http://ipipip/udp/239.76.252.120:9000 187 | 湖南公共,http://ipipip/udp/239.76.252.123:9000 188 | 湖南娱乐,http://ipipip/udp/239.76.252.121:9000 189 | 金鹰纪实,http://ipipip/udp/239.76.252.122:9000 190 | 湖南国际,http://ipipip/udp/239.76.252.124:9000 191 | 湖南都市,http://ipipip/udp/239.76.252.117:9000 192 | 快乐垂钓,http://ipipip/udp/239.76.252.127:9000 193 | 河南梨园,http://ipipip/udp/239.76.252.179:9000 194 | 文物宝库,http://ipipip/udp/239.76.252.180:9000 195 | 武术世界,http://ipipip/udp/239.76.252.181:9000 196 | 广东卫视,http://ipipip/udp/239.76.252.189:9000 197 | 东南卫视,http://ipipip/udp/239.76.252.190:9000 198 | 中国教育1,http://ipipip/udp/239.76.252.192:9000 199 | 安徽卫视,http://ipipip/udp/239.76.252.196:9000 200 | 辽宁卫视,http://ipipip/udp/239.76.252.197:9000 201 | 河北卫视,http://ipipip/udp/239.76.252.199:9000 202 | 贵州卫视,http://ipipip/udp/239.76.252.198:9000 203 | 芒果乐搜,http://ipipip/udp/239.76.252.200:9000 204 | 长沙影视,http://ipipip/udp/239.76.252.204:9000 205 | 湘西综合,http://ipipip/udp/239.76.252.208:9000 206 | 湘西公共,http://ipipip/udp/239.76.252.209:9000 -------------------------------------------------------------------------------- /speedtest/template/template_Jiangsu.txt: -------------------------------------------------------------------------------- 1 | 2 | 江苏卫视,http://ipipip/udp/239.49.8.138:6000 3 | 江苏新闻,http://ipipip/udp/239.49.8.120:8000 4 | 江苏影视,http://ipipip/udp/239.49.8.118:8000 5 | 江苏综艺,http://ipipip/udp/239.49.8.108:8000 6 | 江苏城市,http://ipipip/udp/239.49.8.107:8000 7 | 江苏国际,http://ipipip/udp/239.49.1.23:6000 8 | 江苏教育,http://ipipip/udp/239.49.8.122:8000 9 | 江苏卡通,http://ipipip/udp/239.49.8.119:8000 10 | 江苏体育,http://ipipip/udp/239.49.8.117:8000 11 | 水韵江苏,http://ipipip/udp/239.49.8.226:6000 12 | 4K花园,http://ipipip/udp/239.49.8.205:6000 13 | 4K花园,http://ipipip/udp/239.49.8.207:6000 14 | 南京科教,http://ipipip/udp/239.49.1.27:6000 15 | 南京生活,http://ipipip/udp/239.49.1.28:6000 16 | 南京十八,http://ipipip/udp/239.49.9.4:6000 17 | 南京十八,http://ipipip/udp/239.49.1.157:6000 18 | 南京新闻,http://ipipip/udp/239.49.9.3:6000 19 | 南京新闻,http://ipipip/udp/239.49.1.158:6000 20 | 南京信息,http://ipipip/udp/239.49.8.223:6000 21 | 南京影视,http://ipipip/udp/239.49.8.228:6000 22 | 南京娱乐,http://ipipip/udp/239.49.8.229:6000 23 | 南京少儿,http://ipipip/udp/239.49.8.230:6000 24 | 苏州生活,http://ipipip/udp/239.49.8.194:6000 25 | 常州公共,http://ipipip/udp/239.49.1.131:6000 26 | 常州生活,http://ipipip/udp/239.49.1.132:6000 27 | 常州都市,http://ipipip/udp/239.49.1.133:6000 28 | 连云港新闻,http://ipipip/udp/239.49.1.244:6000 29 | 连云港公共,http://ipipip/udp/239.49.1.244:6000 30 | 31 | CCTV1,http://ipipip/udp/239.49.8.129:6000 32 | CCTV2,http://ipipip/udp/239.49.8.130:6000 33 | CCTV3,http://ipipip/udp/239.49.9.31:6000 34 | CCTV4,http://ipipip/udp/239.49.8.131:6000 35 | CCTV5,http://ipipip/udp/239.49.9.32:6000 36 | CCTV5+,http://ipipip/udp/239.49.8.137:6000 37 | CCTV6,http://ipipip/udp/239.49.9.33:6000 38 | CCTV7,http://ipipip/udp/239.49.8.132:6000 39 | CCTV8,http://ipipip/udp/239.49.9.34:6000 40 | CCTV9,http://ipipip/udp/239.49.8.133:6000 41 | CCTV10,http://ipipip/udp/239.49.8.134:6000 42 | CCTV11,http://ipipip/udp/239.49.1.11:6000 43 | CCTV12,http://ipipip/udp/239.49.8.135:6000 44 | CCTV13,http://ipipip/udp/239.49.9.43:6000 45 | CCTV14,http://ipipip/udp/239.49.8.136:6000 46 | 47 | CCTV第一剧场,http://ipipip/udp/239.49.9.15:6000 48 | CCTV风云剧场,http://ipipip/udp/239.49.9.10:6000 49 | CCTV怀旧剧场,http://ipipip/udp/239.49.9.12:6000 50 | CCTV风云足球,http://ipipip/udp/239.49.9.6:6000 51 | CCTV电视指南,http://ipipip/udp/239.49.9.5:6000 52 | CCTV兵器科技,http://ipipip/udp/239.49.9.9:6000 53 | CCTV央视台球,http://ipipip/udp/239.49.9.22:6000 54 | CCTV央视文化精品,http://ipipip/udp/239.49.9.11:6000 55 | CCTV世界地理,http://ipipip/udp/239.49.9.8:6000 56 | CCTV女性时尚,http://ipipip/udp/239.49.9.14:6000 57 | CCTV高尔夫网球,http://ipipip/udp/239.49.9.7:6000 58 | CCTV风云音乐,http://ipipip/udp/239.49.9.13:6000 59 | 60 | 江苏卫视,http://ipipip/udp/239.49.8.138:6000 61 | 浙江卫视,http://ipipip/udp/239.49.8.139:6000 62 | 东方卫视,http://ipipip/udp/239.49.8.140:6000 63 | 北京卫视,http://ipipip/udp/239.49.8.141:6000 64 | 湖南卫视,http://ipipip/udp/239.49.8.142:6000 65 | 广东卫视,http://ipipip/udp/239.49.8.143:6000 66 | 黑龙江卫视,http://ipipip/udp/239.49.8.144:6000 67 | 深圳卫视,http://ipipip/udp/239.49.8.145:6000 68 | 山东卫视,http://ipipip/udp/239.49.8.146:6000 69 | 湖北卫视,http://ipipip/udp/239.49.8.147:6000 70 | 天津卫视,http://ipipip/udp/239.49.8.148:6000 71 | 重庆卫视,http://ipipip/udp/239.49.8.149:6000 72 | 辽宁卫视,http://ipipip/udp/239.49.8.173:6000 73 | 贵州卫视,http://ipipip/udp/239.49.8.174:6000 74 | 四川卫视,http://ipipip/udp/239.49.8.184:6000 75 | 江西卫视,http://ipipip/udp/239.49.8.185:6000 76 | 东南卫视,http://ipipip/udp/239.49.8.186:6000 77 | 吉林卫视,http://ipipip/udp/239.49.8.187:6000 78 | 河北卫视,http://ipipip/udp/239.49.8.188:6000 79 | 河南卫视,http://ipipip/udp/239.49.8.197:6000 80 | 安徽卫视,http://ipipip/udp/239.49.8.204:6000 81 | 广西卫视,http://ipipip/udp/239.49.8.209:6000 82 | 海南卫视,http://ipipip/udp/239.49.8.212:6000 83 | 云南卫视,http://ipipip/udp/239.49.8.227:6000 84 | 85 | 86 | 生活时尚,http://ipipip/udp/239.49.8.175:6000 87 | 游戏风云,http://ipipip/udp/239.49.8.176:6000 88 | 幸福彩,http://ipipip/udp/239.49.8.177:6000 89 | 动漫秀场,http://ipipip/udp/239.49.8.178:6000 90 | 全纪实,http://ipipip/udp/239.49.8.179:6000 91 | 都市剧场,http://ipipip/udp/239.49.8.180:6000 92 | 魅力足球,http://ipipip/udp/239.49.8.181:6000 93 | 欢笑剧场,http://ipipip/udp/239.49.8.182:6000 94 | 95 | 96 | 盱眙新闻,http://ipipip/udp/239.49.9.18:6000 97 | 沛县新闻,http://ipipip/udp/239.49.9.19:6000 98 | 泰州新闻,http://ipipip/udp/239.49.9.20:6000 99 | 徐州新闻,http://ipipip/udp/239.49.9.45:6000 100 | 淮安综合,http://ipipip/udp/239.49.9.46:6000 101 | 泗洪综合,http://ipipip/udp/239.49.9.47:6000 102 | 泗洪综合,http://ipipip/udp/239.49.1.125:6000 103 | 东海新闻,http://ipipip/udp/239.49.9.48:6000 104 | 淮安影视,http://ipipip/udp/239.49.1.95:6000 105 | 淮安公共,http://ipipip/udp/239.49.1.96:6000 106 | 淮安综合,http://ipipip/udp/239.49.1.97:6000 107 | 宿豫综合,http://ipipip/udp/239.49.1.98:6000 108 | 泰州经济,http://ipipip/udp/239.49.1.100:6000 109 | 泰州影视,http://ipipip/udp/239.49.1.101:6000 110 | 泗阳综合,http://ipipip/udp/239.49.1.103:6000 111 | 徐州公共,http://ipipip/udp/239.49.1.105:6000 112 | 徐州影视,http://ipipip/udp/239.49.1.106:6000 113 | 徐州经济,http://ipipip/udp/239.49.1.107:6000 114 | 徐州综合,http://ipipip/udp/239.49.1.108:6000 115 | 沭阳综合,http://ipipip/udp/239.49.1.117:6000 116 | 宿迁公共,http://ipipip/udp/239.49.1.123:6000 117 | 东海新闻,http://ipipip/udp/239.49.1.136:6000 118 | 宿迁综合,http://ipipip/udp/239.49.1.140:6000 119 | 响水综合,http://ipipip/udp/239.49.1.141:6000 120 | 高淳综合,http://ipipip/udp/239.49.1.142:6000 121 | 新沂综合,http://ipipip/udp/239.49.1.228:6000 122 | 邳州综合,http://ipipip/udp/239.49.1.232:6000 123 | 睢宁综合,http://ipipip/udp/239.49.1.246:6000 124 | 赣榆综合,http://ipipip/udp/239.49.1.247:6000 125 | 贾汪新闻,http://ipipip/udp/239.49.8.193:6000 126 | 127 | 128 | -------------------------------------------------------------------------------- /speedtest/template/template_Jiangxi_105.txt: -------------------------------------------------------------------------------- 1 | 江西卫视,http://ipipip/udp/239.252.220.63:5140 2 | 江西都市,http://ipipip/udp/239.252.220.238:5140 3 | 江西经济生活,http://ipipip/udp/239.252.219.173:5140 4 | 江西影视旅游,http://ipipip/udp/239.252.220.242:5140 5 | 江西公共农业,http://ipipip/udp/239.252.220.102:5140 6 | 江西少儿,http://ipipip/udp/239.252.219.113:5140 7 | 江西新闻,http://ipipip/udp/239.252.220.100:5140 8 | 江西移动,http://ipipip/udp/239.252.220.241:5140 9 | 江西教育,http://ipipip/udp/239.252.219.115:5140 10 | CCTV1,http://ipipip/udp/239.252.219.200:5140 11 | CCTV2,http://ipipip/udp/239.252.220.183:5140 12 | CCTV3,http://ipipip/udp/239.252.219.252:5140 13 | CCTV3,http://ipipip/udp/239.252.220.193:5140 14 | CCTV4,http://ipipip/udp/239.252.220.184:5140 15 | CCTV5,http://ipipip/udp/239.252.219.198:5140 16 | CCTV5,http://ipipip/udp/239.252.219.236:5140 17 | CCTV5+,http://ipipip/udp/239.252.219.72:5140 18 | CCTV6,http://ipipip/udp/239.252.219.237:5140 19 | CCTV6,http://ipipip/udp/239.252.220.195:5140 20 | CCTV7,http://ipipip/udp/239.252.220.185:5140 21 | CCTV8,http://ipipip/udp/239.252.219.253:5140 22 | CCTV8,http://ipipip/udp/239.252.220.196:5140 23 | CCTV9,http://ipipip/udp/239.252.220.186:5140 24 | CCTV10,http://ipipip/udp/239.252.220.91:5140 25 | CCTV11,http://ipipip/udp/239.252.219.78:5140 26 | CCTV12,http://ipipip/udp/239.252.220.187:5140 27 | CCTV13,http://ipipip/udp/239.252.219.139:5140 28 | CCTV14,http://ipipip/udp/239.252.220.92:5140 29 | CCTV15,http://ipipip/udp/239.252.219.79:5140 30 | CCTV16,http://ipipip/udp/239.252.220.237:5140 31 | CCTV17,http://ipipip/udp/239.252.220.192:5140 32 | CCTV164K,http://ipipip/udp/239.252.220.237:5140 33 | CCTV4-欧洲,http://ipipip/udp/239.252.219.192:5140 34 | CCTV4-美洲,http://ipipip/udp/239.252.219.193:5140 35 | CHC动作电影,http://ipipip/udp/239.252.219.85:5140 36 | CHC影迷电影,http://ipipip/udp/239.252.219.83:5140 37 | CHC家庭影院,http://ipipip/udp/239.252.219.84:5140 38 | CCTV第一剧场,http://ipipip/udp/239.252.219.86:5140 39 | CCTV风云剧场,http://ipipip/udp/239.252.219.89:5140 40 | CCTV怀旧剧场,http://ipipip/udp/239.252.219.90:5140 41 | CCTV风云足球,http://ipipip/udp/239.252.219.96:5140 42 | CCTV电视指南,http://ipipip/udp/239.252.219.97:5140 43 | CCTV兵器科技,http://ipipip/udp/239.252.219.98:5140 44 | CCTV央视台球,http://ipipip/udp/239.252.219.80:5140 45 | CCTV央视文化精品,http://ipipip/udp/239.252.219.81:5140 46 | CCTV世界地理,http://ipipip/udp/239.252.219.93:5140 47 | CCTV女性时尚,http://ipipip/udp/239.252.219.94:5140 48 | CCTV高尔夫网球,http://ipipip/udp/239.252.219.95:5140 49 | CCTV风云音乐,http://ipipip/udp/239.252.219.87:5140 50 | 欢笑剧场,http://ipipip/udp/239.252.219.224:5140 51 | 都市剧场,http://ipipip/udp/239.252.219.225:5140 52 | 精彩影视,http://ipipip/udp/239.252.220.223:5140 53 | BesTV星光影院,http://ipipip/udp/239.252.220.127:5140 54 | BesTV华语影院,http://ipipip/udp/239.252.220.126:5140 55 | BesTV全球大片,http://ipipip/udp/239.252.220.128:5140 56 | 湖南卫视,http://ipipip/udp/239.252.219.201:5140 57 | 浙江卫视,http://ipipip/udp/239.252.219.210:5140 58 | 北京卫视,http://ipipip/udp/239.252.219.206:5140 59 | 东方卫视,http://ipipip/udp/239.252.219.229:5140 60 | 江苏卫视,http://ipipip/udp/239.252.219.214:5140 61 | 广东卫视,http://ipipip/udp/239.252.219.213:5140 62 | 深圳卫视,http://ipipip/udp/239.252.219.212:5140 63 | 天津卫视,http://ipipip/udp/239.252.219.187:5140 64 | 山东卫视,http://ipipip/udp/239.252.219.228:5140 65 | 安徽卫视,http://ipipip/udp/239.252.220.83:5140 66 | 湖北卫视,http://ipipip/udp/239.252.219.208:5140 67 | 东南卫视,http://ipipip/udp/239.252.220.82:5140 68 | 四川卫视,http://ipipip/udp/239.252.220.93:5140 69 | 重庆卫视,http://ipipip/udp/239.252.220.94:5140 70 | 辽宁卫视,http://ipipip/udp/239.252.220.62:5140 71 | 黑龙江卫视,http://ipipip/udp/239.252.219.211:5140 72 | 吉林卫视,http://ipipip/udp/239.252.220.188:5140 73 | 河南卫视,http://ipipip/udp/239.252.220.189:5140 74 | 河北卫视,http://ipipip/udp/239.252.220.154:5140 75 | 贵州卫视,http://ipipip/udp/239.252.220.190:5140 76 | 甘肃卫视,http://ipipip/udp/239.252.219.140:5140 77 | 海南卫视,http://ipipip/udp/239.252.219.178:5140 78 | 广西卫视,http://ipipip/udp/239.252.219.183:5140 79 | 云南卫视,http://ipipip/udp/239.252.219.185:5140 80 | 上海纪实,http://ipipip/udp/239.252.219.227:5140 81 | 金鹰纪实,http://ipipip/udp/239.252.220.155:5140 82 | 东方财经,http://ipipip/udp/239.252.219.57:5140 83 | 快乐垂钓,http://ipipip/udp/239.252.220.177:5140 84 | 85 | 86 | -------------------------------------------------------------------------------- /speedtest/template/template_Jieyang_129.txt: -------------------------------------------------------------------------------- 1 | 凤凰资讯高清,http://ipipip/hls/36/index.m3u8 2 | 凤凰卫视高清,http://ipipip/hls/37/index.m3u8 3 | 凤凰香港高清,http://ipipip/hls/38/index.m3u8 4 | 5 | -------------------------------------------------------------------------------- /speedtest/template/template_Sanxi_123.txt: -------------------------------------------------------------------------------- 1 | 陕西卫视,http://ipipip/rtp/239.111.205.35:5140 2 | 农林卫视,http://ipipip/rtp/239.112.205.27:5140 3 | 陕西新闻资讯,http://ipipip/udp/239.111.205.28:5140 4 | 陕西体育休闲,http://ipipip/udp/239.111.205.36:5140 5 | 陕西影视频道,http://ipipip/udp/239.111.205.99:5140 6 | 陕西都市青春,http://ipipip/udp/239.111.205.42:5140 7 | 陕西公共频道,http://ipipip/udp/239.111.205.100:5140 8 | 陕西生活频道,http://ipipip/udp/239.111.205.98:5140 9 | 陕西西部电影,http://ipipip/udp/239.111.205.102:5140 10 | CCTV1,http://ipipip/rtp/239.112.205.59:5140 11 | CCTV2,http://ipipip/rtp/239.112.205.78:5140 12 | CCTV3,http://ipipip/rtp/239.112.205.221:5140 13 | CCTV4,http://ipipip/rtp/239.112.205.202:5140 14 | CCTV5,http://ipipip/rtp/239.112.205.222:5140 15 | CCTV5+,http://ipipip/rtp/239.111.205.13:5140 16 | CCTV6,http://ipipip/rtp/239.112.205.223:5140 17 | CCTV7,http://ipipip/rtp/239.112.205.83:5140 18 | CCTV8,http://ipipip/rtp/239.112.205.224:5140 19 | CCTV9,http://ipipip/rtp/239.112.205.85:5140 20 | CCTV10,http://ipipip/rtp/239.112.205.86:5140 21 | CCTV11,http://ipipip/rtp/239.112.205.213:5140 22 | CCTV12,http://ipipip/rtp/239.112.205.88:5140 23 | CCTV14,http://ipipip/rtp/239.112.205.91:5140 24 | CCTV15,http://ipipip/rtp/239.112.205.214:5140 25 | CCTV16,http://ipipip/rtp/239.111.205.134:5140 26 | CCTV17,http://ipipip/rtp/239.112.205.211:5140 27 | CHC影迷电影,http://ipipip/rtp/239.112.205.206:5140 28 | CHC动作电影,http://ipipip/rtp/239.112.205.207:5140 29 | CHC家庭影院,http://ipipip/rtp/239.112.205.205:5140 30 | CCTV第一剧场,http://ipipip/rtp/239.111.205.65:5140 31 | CCTV风云剧场,http://ipipip/rtp/239.111.205.66:5140 32 | CCTV怀旧剧场,http://ipipip/rtp/239.111.205.67:5140 33 | CCTV风云足球,http://ipipip/rtp/239.111.205.68:5140 34 | CCTV兵器科技,http://ipipip/rtp/239.111.205.74:5140 35 | CCTV央视台球,http://ipipip/rtp/239.111.205.70:5140 36 | CCTV央视文化精品,http://ipipip/rtp/239.111.205.75:5140 37 | CCTV世界地理,http://ipipip/rtp/239.111.205.71:5140 38 | CCTV女性时尚,http://ipipip/rtp/239.111.205.72:5140 39 | CCTV高尔夫网球,http://ipipip/rtp/239.111.205.73:5140 40 | CCTV风云音乐,http://ipipip/rtp/239.111.205.69:5140 41 | -------------------------------------------------------------------------------- /speedtest/template/template_Shanghai_103.txt: -------------------------------------------------------------------------------- 1 | 上海新闻综合,http://ipipip/udp/239.45.3.209:5140 2 | 纪实人文,http://ipipip/udp/239.45.3.212:5140 3 | 生活时尚,http://ipipip/udp/239.45.3.132:5140 4 | 东方卫视,http://ipipip/udp/239.45.3.146:5140 5 | 上海都市,http://ipipip/udp/239.45.3.236:5140 6 | 都市剧场,http://ipipip/udp/239.45.3.136:5140 7 | 东方影视,http://ipipip/udp/239.45.3.237:5140 8 | 第一财经,http://ipipip/udp/239.45.3.211:5140 9 | 东方财经,http://ipipip/udp/239.45.0.17:5140 10 | 上海ICS外语,http://ipipip/udp/239.45.1.127:5140 11 | 上海教育,http://ipipip/udp/239.45.0.13:5140 12 | 欢笑剧场,http://ipipip/udp/239.45.3.196:5140 13 | 欢笑剧场4K,http://ipipip/udp/239.45.1.4:5140 14 | 五星体育,http://ipipip/udp/239.45.3.210:5140 15 | 法治天地,http://ipipip/udp/239.45.1.46:5140 16 | 家庭理财,http://ipipip/udp/239.45.0.14:5140 17 | 百事通4K电影,http://ipipip/udp/239.45.3.107:5140 18 | 百事通4K纪实,http://ipipip/udp/239.45.1.10:5140 19 | 百事通4K儿童,http://ipipip/udp/239.45.1.1:5140 20 | 乐游,http://ipipip/udp/239.45.3.135:5140 21 | 动漫秀场,http://ipipip/udp/239.45.3.134:5140 22 | 游戏风云,http://ipipip/udp/239.45.3.131:5140 23 | 哈哈炫动,http://ipipip/udp/239.45.1.55:5140 24 | 东方购物-1,http://ipipip/udp/239.45.3.74:5140 25 | 东方购物-2,http://ipipip/udp/239.45.3.75:5140 26 | 金色学堂,http://ipipip/udp/239.45.0.9:5140 27 | 七彩戏剧,http://ipipip/udp/239.45.0.16:5140 28 | 金鹰卡通,http://ipipip/udp/239.45.0.38:5140 29 | 卡酷少儿,http://ipipip/udp/239.45.0.8:5140 30 | 全纪实,http://ipipip/udp/239.45.3.135:5140 31 | CCTV1,http://ipipip/udp/239.45.3.145:5140 32 | CCTV2,http://ipipip/udp/239.45.1.109:5140 33 | CCTV3,http://ipipip/udp/239.45.1.68:5140 34 | CCTV4,http://ipipip/udp/239.45.0.2:5140 35 | CCTV5,http://ipipip/udp/239.45.1.69:5140 36 | CCTV6,http://ipipip/udp/239.45.1.70:5140 37 | CCTV7,http://ipipip/udp/239.45.3.56:5140 38 | CCTV8,http://ipipip/udp/239.45.1.71:5140 39 | CCTV9,http://ipipip/udp/239.45.3.4:5140 40 | CCTV10,http://ipipip/udp/239.45.3.8:5140 41 | CCTV11,http://ipipip/udp/239.45.1.196:5140 42 | CCTV12,http://ipipip/udp/239.45.3.10:5140 43 | CCTV13,http://ipipip/udp/239.45.1.198:5140 44 | CCTV14,http://ipipip/udp/239.45.3.23:5140 45 | CCTV15,http://ipipip/udp/239.45.1.200:5140 46 | CCTV17,http://ipipip/udp/239.45.3.52:5140 47 | CGTN,http://ipipip/udp/239.45.1.194:5140 48 | 浙江卫视,http://ipipip/udp/239.45.3.178:5140 49 | 江苏卫视,http://ipipip/udp/239.45.3.177:5140 50 | 湖南卫视,http://ipipip/udp/239.45.3.228:5140 51 | 北京卫视,http://ipipip/udp/239.45.3.229:5140 52 | 广东卫视,http://ipipip/udp/239.45.3.230:5140 53 | 深圳卫视,http://ipipip/udp/239.45.3.231:5140 54 | 黑龙江卫视,http://ipipip/udp/239.45.3.232:5140 55 | 山东卫视,http://ipipip/udp/239.45.3.238:5140 56 | 湖北卫视,http://ipipip/udp/239.45.3.239:5140 57 | 安徽卫视,http://ipipip/udp/239.45.1.120:5140 58 | 东南卫视,http://ipipip/udp/239.45.1.121:5140 59 | 江西卫视,http://ipipip/udp/239.45.1.122:5140 60 | 辽宁卫视,http://ipipip/udp/239.45.1.123:5140 61 | 天津卫视,http://ipipip/udp/239.45.1.124:5140 62 | 四川卫视,http://ipipip/udp/239.45.1.83:5140 63 | 重庆卫视,http://ipipip/udp/239.45.1.84:5140 64 | 贵州卫视,http://ipipip/udp/239.45.1.80:5140 65 | 海南卫视,http://ipipip/udp/239.45.1.81:5140 66 | 河北卫视,http://ipipip/udp/239.45.1.44:5140 67 | 金鹰纪实,http://ipipip/udp/239.45.1.45:5140 68 | 宁夏卫视,http://ipipip/udp/239.45.1.213:5140 69 | 广西卫视,http://ipipip/udp/239.45.0.5:5140 70 | 吉林卫视,http://ipipip/udp/239.45.0.6:5140 71 | 山西卫视,http://ipipip/udp/239.45.1.229:5140 72 | 青海卫视,http://ipipip/udp/239.45.1.230:5140 73 | 西藏卫视,http://ipipip/udp/239.45.1.231:5140 74 | 陕西卫视,http://ipipip/udp/239.45.1.232:5140 75 | 云南卫视,http://ipipip/udp/239.45.0.4:5140 76 | 甘肃卫视,http://ipipip/udp/239.45.1.234:5140 77 | 内蒙古卫视,http://ipipip/udp/239.45.1.238:5140 78 | 河南卫视,http://ipipip/udp/239.45.0.3:5140 79 | 新疆卫视,http://ipipip/udp/239.45.1.116:5140 80 | 兵团卫视,http://ipipip/udp/239.45.1.117:5140 81 | 三沙卫视,http://ipipip/udp/239.45.1.82:5140 82 | 康巴卫视,http://ipipip/udp/239.45.1.251:5140 83 | 一年级,http://ipipip/udp/239.45.1.28:5140 84 | 二年级,http://ipipip/udp/239.45.1.29:5140 85 | 三年级,http://ipipip/udp/239.45.1.30:5140 86 | 四年级,http://ipipip/udp/239.45.1.31:5140 87 | 五年级,http://ipipip/udp/239.45.1.32:5140 88 | 六年级,http://ipipip/udp/239.45.1.33:5140 89 | 七年级,http://ipipip/udp/239.45.1.34:5140 90 | 八年级,http://ipipip/udp/239.45.1.35:5140 91 | 九年级,http://ipipip/udp/239.45.1.36:5140 92 | 高一年级,http://ipipip/udp/239.45.1.37:5140 93 | 高二年级,http://ipipip/udp/239.45.1.38:5140 94 | 高三年级,http://ipipip/udp/239.45.1.39:5140 95 | 96 | 97 | 98 | 99 | 100 | 101 | -------------------------------------------------------------------------------- /speedtest/template/template_Shanxi_117.txt: -------------------------------------------------------------------------------- 1 | 山西卫视,http://ipipip/udp/239.1.1.1:8001 2 | 黄河电视台,http://ipipip/udp/239.1.1.2:8002 3 | 山西经济与科技,http://ipipip/udp/239.1.1.3:8003 4 | 山西影视,http://ipipip/udp/239.1.1.4:8004 5 | 山西社会与法治,http://ipipip/udp/239.1.1.5:8005 6 | 山西文体生活,http://ipipip/udp/239.1.1.6:8006 7 | 晋中综合,http://ipipip/udp/239.1.1.120:8120 8 | 晋中公共,http://ipipip/udp/239.1.1.121:8121 9 | 运城1台,http://ipipip/udp/239.1.1.123:8123 10 | 运城2台,http://ipipip/udp/239.1.1.124:8124 11 | 盐湖频道,http://ipipip/udp/239.1.1.125:8125 12 | CCTV1,http://ipipip/udp/239.1.1.7:8007 13 | CCTV2,http://ipipip/udp/239.1.1.8:8008 14 | CCTV3,http://ipipip/udp/239.1.1.9:8009 15 | CCTV4,http://ipipip/udp/239.1.1.10:8010 16 | CCTV5,http://ipipip/udp/239.1.1.11:8011 17 | CCTV5+,http://ipipip/udp/239.1.1.12:8012 18 | CCTV6,http://ipipip/udp/239.1.1.13:8013 19 | CCTV7,http://ipipip/udp/239.1.1.14:8014 20 | CCTV8,http://ipipip/udp/239.1.1.15:8015 21 | CCTV9,http://ipipip/udp/239.1.1.16:8016 22 | CCTV10,http://ipipip/udp/239.1.1.17:8017 23 | CCTV11,http://ipipip/udp/239.1.1.18:8018 24 | CCTV12,http://ipipip/udp/239.1.1.19:8019 25 | CCTV13,http://ipipip/udp/239.1.1.20:8020 26 | CCTV14,http://ipipip/udp/239.1.1.21:8021 27 | CCTV15,http://ipipip/udp/239.1.1.22:8022 28 | CCTV16,http://ipipip/udp/239.1.1.122:8122 29 | CCTV17,http://ipipip/udp/239.1.1.23:8023 30 | CCTV女性时尚,http://ipipip/udp/239.1.1.89:8089 31 | CCTV电视指南,http://ipipip/udp/239.1.1.90:8090 32 | CCTV央视文化精品,http://ipipip/udp/239.1.1.91:8091 33 | CCTV风云剧场,http://ipipip/udp/239.1.1.93:8093 34 | CCTV第一剧场,http://ipipip/udp/239.1.1.94:8094 35 | CCTV怀旧剧场高请,http://ipipip/udp/239.1.1.95:8095 36 | CCTV风云音乐高请,http://ipipip/udp/239.1.1.96:8096 37 | CCTV兵器科技,http://ipipip/udp/239.1.1.97:8097 38 | CCTV世界地理,http://ipipip/udp/239.1.1.99:8099 39 | CCTV央视台球,http://ipipip/udp/239.1.1.100:8100 40 | CCTV风云足球,http://ipipip/udp/239.1.1.101:8101 41 | CCTV高尔夫网球,http://ipipip/udp/239.1.1.102:8102 42 | 中国教育电视台1,http://ipipip/udp/239.1.1.65:8065 43 | 中国教育电视台2,http://ipipip/udp/239.1.1.66:8066 44 | 中国教育电视台4,http://ipipip/udp/239.1.1.67:8067 45 | 环球奇观,http://ipipip/udp/239.1.1.98:8098 46 | 发现之旅,http://ipipip/udp/239.1.1.103:8103 47 | 中学生,http://ipipip/udp/239.1.1.104:8104 48 | 湖南卫视,http://ipipip/udp/239.1.1.28:8028 49 | 四川卫视,http://ipipip/udp/239.1.1.29:8029 50 | 吉林卫视,http://ipipip/udp/239.1.1.30:8030 51 | 上海卫视,http://ipipip/udp/239.1.1.31:8031 52 | 湖北卫视,http://ipipip/udp/239.1.1.32:8032 53 | 东南卫视,http://ipipip/udp/239.1.1.33:8033 54 | 河南卫视,http://ipipip/udp/239.1.1.34:8034 55 | 江苏卫视,http://ipipip/udp/239.1.1.35:8035 56 | 重庆卫视,http://ipipip/udp/239.1.1.36:8036 57 | 黑龙江卫视,http://ipipip/udp/239.1.1.37:8037 58 | 浙江卫视,http://ipipip/udp/239.1.1.38:8038 59 | 深圳卫视,http://ipipip/udp/239.1.1.39:8039 60 | 广西卫视,http://ipipip/udp/239.1.1.40:8040 61 | 北京卫视,http://ipipip/udp/239.1.1.41:8041 62 | 辽宁卫视,http://ipipip/udp/239.1.1.42:8042 63 | 贵州卫视,http://ipipip/udp/239.1.1.43:8043 64 | 安徽卫视,http://ipipip/udp/239.1.1.44:8044 65 | 纪实人文,http://ipipip/udp/239.1.1.45:8045 66 | 天津卫视,http://ipipip/udp/239.1.1.46:8046 67 | 山东卫视,http://ipipip/udp/239.1.1.47:8047 68 | 河北卫视,http://ipipip/udp/239.1.1.48:8048 69 | 广东卫视,http://ipipip/udp/239.1.1.49:8049 70 | 江西卫视,http://ipipip/udp/239.1.1.52:8052 71 | 陕西卫视,http://ipipip/udp/239.1.1.50:8050 72 | 甘肃卫视,http://ipipip/udp/239.1.1.51:8051 73 | 青海卫视,http://ipipip/udp/239.1.1.53:8053 74 | 云南卫视,http://ipipip/udp/239.1.1.54:8054 75 | 海南卫视,http://ipipip/udp/239.1.1.55:8055 76 | 宁夏卫视,http://ipipip/udp/239.1.1.56:8056 77 | 西藏卫视,http://ipipip/udp/239.1.1.57:8057 78 | 兵团卫视,http://ipipip/udp/239.1.1.58:8058 79 | 新疆卫视,http://ipipip/udp/239.1.1.59:8059 80 | 内蒙古卫视,http://ipipip/udp/239.1.1.60:8060 81 | 金鹰卡通,http://ipipip/udp/239.1.1.61:8061 82 | 卡酷少儿,http://ipipip/udp/239.1.1.62:8062 83 | 金鹰纪实,http://ipipip/udp/239.1.1.63:8063 84 | 哈哈炫动,http://ipipip/udp/239.1.1.64:8064 85 | 嘉佳卡通,http://ipipip/udp/239.1.1.68:8068 86 | 大湾区卫视,http://ipipip/udp/239.1.1.69:8069 87 | 三沙卫视,http://ipipip/udp/239.1.1.70:8070 88 | 厦门卫视,http://ipipip/udp/239.1.1.71:8071 89 | 优漫卡通,http://ipipip/udp/239.1.1.72:8072 90 | 农林卫视,http://ipipip/udp/239.1.1.73:8073 91 | 山东教育卫视,http://ipipip/udp/239.1.1.74:8074 92 | 魅力足球,http://ipipip/udp/239.1.1.75:8075 93 | 生活时尚,http://ipipip/udp/239.1.1.76:8076 94 | 茶频道,http://ipipip/udp/239.1.1.77:8077 95 | 法治天地,http://ipipip/udp/239.1.1.79:8079 96 | 动漫秀场,http://ipipip/udp/239.1.1.80:8080 97 | 都市剧场,http://ipipip/udp/239.1.1.81:8081 98 | 金色学堂,http://ipipip/udp/239.1.1.82:8082 99 | 游戏风云,http://ipipip/udp/239.1.1.83:8083 100 | 乐游,http://ipipip/udp/239.1.1.84:8084 101 | 东方财经,http://ipipip/udp/239.1.1.85:8085 102 | 快乐垂钓,http://ipipip/udp/239.1.1.86:8086 103 | 老故事,http://ipipip/udp/239.1.1.87:8087 104 | 书画频道,http://ipipip/udp/239.1.1.88:8088 105 | 汽摩,http://ipipip/udp/239.1.1.92:8092 106 | 百姓健康,http://ipipip/udp/239.1.1.105:8105 107 | 中华特产,http://ipipip/udp/239.1.1.106:8106 108 | 中国天气,http://ipipip/udp/239.1.1.107:8107 109 | 证券服务,http://ipipip/udp/239.1.1.108:8108 110 | 车迷频道,http://ipipip/udp/239.1.1.109:8109 111 | 生态环境,http://ipipip/udp/239.1.1.110:8110 112 | 四海钓鱼,http://ipipip/udp/239.1.1.111:8111 113 | 家庭理财,http://ipipip/udp/239.1.1.112:8112 114 | 财富天下,http://ipipip/udp/239.1.1.113:8113 115 | 优优宝贝,http://ipipip/udp/239.1.1.114:8114 116 | 优购物,http://ipipip/udp/239.1.1.115:8115 117 | 环球旅游,http://ipipip/udp/239.1.1.116:8116 118 | 119 | 120 | -------------------------------------------------------------------------------- /speedtest/template/template_Sichuan_333.txt: -------------------------------------------------------------------------------- 1 | 四川卫视,http://ipipip/udp/239.93.0.169:5140 2 | 四川卫视,http://ipipip/udp/239.93.1.188:5140 3 | 四川康巴卫视,http://ipipip/udp/239.93.0.41:5140 4 | 四川公共乡村,http://ipipip/udp/239.93.0.52:5140 5 | 四川妇女儿童,http://ipipip/udp/239.93.0.219:5140 6 | 四川影视文艺,http://ipipip/udp/239.93.0.166:5140 7 | 四川影视文艺,http://ipipip/udp/239.93.1.195:5140 8 | 四川文化旅游,http://ipipip/udp/239.93.1.101:5140 9 | 四川文化旅游,http://ipipip/udp/239.93.1.20:5140 10 | 四川新闻,http://ipipip/udp/239.93.0.47:5140 11 | 四川经济,http://ipipip/udp/239.93.1.102:5140 12 | 四川经济,http://ipipip/udp/239.93.1.16:5140 13 | 峨眉电影,http://ipipip/udp/239.93.1.54:5140 14 | 峨眉电影,http://ipipip/udp/239.93.1.18:5140 15 | 凤凰中文,http://ipipip/udp/239.93.0.162:2192 16 | 凤凰中文,http://ipipip/udp/239.93.1.9:2192 17 | 凤凰资讯,http://ipipip/udp/239.93.0.118:2191 18 | 凤凰资讯,http://ipipip/udp/239.93.1.4:2191 19 | 星空,http://ipipip/udp/239.93.0.156:2193 20 | 星空,http://ipipip/udp/239.93.1.10:2193 21 | CHANNELV,http://ipipip/udp/239.93.0.157:2194 22 | CHANNELV,http://ipipip/udp/239.93.1.7:2194 23 | CCTV1,http://ipipip/udp/239.93.0.184:5140 24 | CCTV2,http://ipipip/udp/239.93.1.23:6000 25 | CCTV3,http://ipipip/udp/239.93.1.11:2223 26 | CCTV4,http://ipipip/udp/239.93.1.105:5140 27 | CCTV5,http://ipipip/udp/239.93.42.37:5140 28 | CCTV6,http://ipipip/udp/239.93.1.13:2226 29 | CCTV7,http://ipipip/udp/239.93.1.67:5140 30 | CCTV8,http://ipipip/udp/239.93.42.39:5140 31 | CCTV9,http://ipipip/udp/239.93.1.24:5140 32 | CCTV10,http://ipipip/udp/239.93.1.28:5140 33 | CCTV11,http://ipipip/udp/239.93.0.102:5140 34 | CCTV12,http://ipipip/udp/239.93.1.30:8124 35 | CCTV13,http://ipipip/udp/239.93.0.66:5140 36 | CCTV14,http://ipipip/udp/239.93.1.29:6000 37 | CCTV15,http://ipipip/udp/239.93.0.103:5140 38 | CCTV17,http://ipipip/udp/239.93.0.92:5140 39 | CCTV5+,http://ipipip/udp/239.93.1.36:8004 40 | 爱上4K,http://ipipip/udp/239.93.0.97:5140 41 | 爱上4K 17M2160,http://ipipip/udp/239.93.1.113:5140 42 | 爱上4K 17M2160,http://ipipip/udp/239.93.1.251:8224 43 | CGTN英语,http://ipipip/udp/239.93.0.104:5140 44 | 四川卫视,http://ipipip/udp/239.93.0.20:1235 45 | CDTV1,http://ipipip/udp/239.93.0.16:5140 46 | 湖南卫视,http://ipipip/udp/239.93.0.88:5140 47 | 江苏卫视,http://ipipip/udp/239.93.0.89:5140 48 | 浙江卫视,http://ipipip/udp/239.93.0.124:5140 49 | 东方卫视,http://ipipip/udp/239.93.0.123:5140 50 | 北京卫视,http://ipipip/udp/239.93.0.180:5140 51 | 深圳卫视,http://ipipip/udp/239.93.0.182:5140 52 | 广东卫视,http://ipipip/udp/239.93.0.181:5140 53 | 天津卫视,http://ipipip/udp/239.93.0.167:5140 54 | 山东卫视,http://ipipip/udp/239.93.0.168:5140 55 | SCTV2,http://ipipip/udp/239.93.1.101:5140 56 | SCTV3,http://ipipip/udp/239.93.1.102:5140 57 | SCTV4,http://ipipip/udp/239.93.0.47:5140 58 | SCTV5,http://ipipip/udp/239.93.0.166:5140 59 | SCTV6,http://ipipip/udp/239.93.1.144:5140 60 | SCTV7,http://ipipip/udp/239.93.0.219:5140 61 | SCTV科教,http://ipipip/udp/239.93.42.44:5140 62 | 四川乡村,http://ipipip/udp/239.93.0.52:5140 63 | 康巴卫视,http://ipipip/udp/239.93.0.41:5140 64 | 江西卫视,http://ipipip/udp/239.93.0.134:5140 65 | 东南卫视,http://ipipip/udp/239.93.0.42:5140 66 | 黑龙江卫视,http://ipipip/udp/239.93.0.183:5140 67 | 重庆卫视,http://ipipip/udp/239.93.1.107:5140 68 | 贵州卫视,http://ipipip/udp/239.93.0.131:5140 69 | 湖北卫视,http://ipipip/udp/239.93.0.250:5140 70 | 安徽卫视,http://ipipip/udp/239.93.1.106:5140 71 | 河北卫视,http://ipipip/udp/239.93.0.132:5140 72 | 辽宁卫视,http://ipipip/udp/239.93.1.108:5140 73 | 云南卫视,http://ipipip/udp/239.93.1.174:5140 74 | 河南卫视,http://ipipip/udp/239.93.42.45:5140 75 | 广西卫视,http://ipipip/udp/239.93.42.46:5140 76 | 云南卫视,http://ipipip/udp/239.93.0.174:5140 77 | 吉林卫视,http://ipipip/udp/239.93.0.248:5140 78 | 陕西卫视,http://ipipip/udp/239.93.0.176:5140 79 | 山西卫视,http://ipipip/udp/239.93.0.6:5140 80 | 内蒙古卫视,http://ipipip/udp/239.93.0.8:5140 81 | 青海卫视,http://ipipip/udp/239.93.0.192:5140 82 | 宁夏卫视,http://ipipip/udp/239.93.0.247:5140 83 | 西藏卫视,http://ipipip/udp/239.93.0.175:5140 84 | 新疆卫视,http://ipipip/udp/239.93.0.194:5140 85 | 甘肃卫视,http://ipipip/udp/239.93.0.81:5140 86 | 海南卫视,http://ipipip/udp/239.93.0.80:5140 87 | 陕西农林,http://ipipip/udp/239.93.0.100:5140 88 | 兵团卫视,http://ipipip/udp/239.93.42.43:5140 89 | 峨眉电影,http://ipipip/udp/239.93.0.252:5140 90 | 厦门卫视,http://ipipip/udp/239.93.42.57:5140 91 | 三沙卫视,http://ipipip/udp/239.93.42.58:5140 92 | 山东教育卫视,http://ipipip/udp/239.93.1.196:5140 93 | CDTV2,http://ipipip/udp/239.93.0.17:1239 94 | CDTV3,http://ipipip/udp/239.93.0.18:1238 95 | CDTV4,http://ipipip/udp/239.93.0.19:1250 96 | CDTV5,http://ipipip/udp/239.93.1.231:5140 97 | CDTV6,http://ipipip/udp/239.93.0.21:1251 98 | CDTV8,http://ipipip/udp/239.93.0.22:1252 99 | 上海纪实,http://ipipip/udp/239.93.1.137:5140 100 | 金鹰纪实,http://ipipip/udp/239.93.0.130:5140 101 | CETV1,http://ipipip/udp/239.93.1.111:5140 102 | 熊猫新闻,http://ipipip/udp/239.93.1.112:5140 103 | 熊猫体娱,http://ipipip/udp/239.93.0.94:5140 104 | 熊猫少儿,http://ipipip/udp/239.93.1.189:5140 105 | 熊猫影院,http://ipipip/udp/239.93.0.214:5140 106 | 睛彩四川,http://ipipip/udp/239.93.0.126:5140 107 | 成都体育,http://ipipip/udp/239.93.0.224:1281 108 | 熊猫频道,http://ipipip/udp/239.93.0.211:9148 109 | 金熊猫卡通,http://ipipip/udp/239.93.1.172:5140 110 | 炫动卡通,http://ipipip/udp/239.93.0.173:5140 111 | 嘉佳卡通,http://ipipip/udp/239.93.0.246:5140 112 | 收视导视,http://ipipip/udp/239.93.1.39:5140 113 | 熊猫爱生活,http://ipipip/udp/239.93.1.190:5140 114 | 大爱四川,http://ipipip/udp/239.93.1.110:5140 115 | 大爱旅游,http://ipipip/udp/239.93.42.70:5140 116 | 大爱生活,http://ipipip/udp/239.93.42.71:5140 117 | 大爱时尚,http://ipipip/udp/239.93.42.72:5140 118 | HD看电影,http://ipipip/udp/239.93.42.47:5140 119 | 家政频道,http://ipipip/udp/239.93.42.48:5140 120 | CETV2,http://ipipip/udp/239.93.0.113:5140 121 | CETV4,http://ipipip/udp/239.93.0.50:5140 122 | 经典电影,http://ipipip/udp/239.93.0.57:9024 123 | 华语影院,http://ipipip/udp/239.93.0.138:5140 124 | 星光院线,http://ipipip/udp/239.93.0.139:5140 125 | 全球大片,http://ipipip/udp/239.93.0.105:5140 126 | 热播剧场,http://ipipip/udp/239.93.0.56:9020 127 | 热门剧场,http://ipipip/udp/239.93.0.140:5140 128 | 港剧风云,http://ipipip/udp/239.93.0.143:5140 129 | 谍战剧场,http://ipipip/udp/239.93.0.95:5140 130 | 卡酷动画,http://ipipip/udp/239.93.0.208:5140 131 | 金鹰卡通,http://ipipip/udp/239.93.0.108:5140 132 | 优漫卡通,http://ipipip/udp/239.93.0.251:5140 133 | 宝宝动画,http://ipipip/udp/239.93.0.147:5140 134 | 少儿动画,http://ipipip/udp/239.93.0.193:9000 135 | 青春动漫,http://ipipip/udp/239.93.0.146:5140 136 | 热门综艺,http://ipipip/udp/239.93.0.151:5140 137 | 音乐现场,http://ipipip/udp/239.93.0.198:9044 138 | 戏曲精选,http://ipipip/udp/239.93.0.144:5140 139 | 戏曲,http://ipipip/udp/239.93.0.217:9208 140 | 魅力时尚,http://ipipip/udp/239.93.0.190:9012 141 | 生活时尚,http://ipipip/udp/239.93.0.106:5140 142 | 爱生活,http://ipipip/udp/239.93.0.206:8028 143 | 汽摩,http://ipipip/udp/239.93.0.62:5140 144 | 财富天下,http://ipipip/udp/239.93.0.116:9136 145 | 股评汇,http://ipipip/udp/239.93.0.141:5140 146 | 爱体育,http://ipipip/udp/239.93.0.135:9008 147 | 电竞天堂,http://ipipip/udp/239.93.1.135:5140 148 | 游戏风云,http://ipipip/udp/239.93.0.136:5140 149 | 汽车频道,http://ipipip/udp/239.93.0.117:1292 150 | 足球,http://ipipip/udp/239.93.0.197:9040 151 | 高网,http://ipipip/udp/239.93.0.202:9068 152 | 台球,http://ipipip/udp/239.93.0.203:9072 153 | 纪实人文,http://ipipip/udp/239.93.1.154:5140 154 | 墨宝,http://ipipip/udp/239.93.0.215:9132 155 | 军事,http://ipipip/udp/239.93.0.204:9076 156 | 解密,http://ipipip/udp/239.93.0.199:9048 157 | 地理,http://ipipip/udp/239.93.0.200:9052 158 | 传奇,http://ipipip/udp/239.93.0.235:1282 159 | 导视,http://ipipip/udp/239.93.0.129:5140 160 | 收视指南,http://ipipip/udp/239.93.0.195:8012 161 | 资讯新干线,http://ipipip/udp/239.93.0.236:1283 162 | 蓉城先锋,http://ipipip/udp/239.93.0.91:2101 163 | 星空精选,http://ipipip/udp/239.93.1.171:5140 164 | 东方财经,http://ipipip/udp/239.93.1.165:5140 165 | CGTN西班牙语,http://ipipip/udp/239.93.42.49:5140 166 | CGTN法语,http://ipipip/udp/239.93.42.50:5140 167 | 百姓健康,http://ipipip/udp/239.93.42.35:5140 168 | 爱怀旧,http://ipipip/udp/239.93.42.21:5140 169 | 爱喜剧,http://ipipip/udp/239.93.42.9:5140 170 | 爱奇谈,http://ipipip/udp/239.93.42.22:5140 171 | 爱科幻,http://ipipip/udp/239.93.42.10:5140 172 | 爱院线,http://ipipip/udp/239.93.42.11:5140 173 | 都市剧场,http://ipipip/udp/239.93.42.30:5140 174 | 爱谍战,http://ipipip/udp/239.93.42.14:5140 175 | 爱经典,http://ipipip/udp/239.93.42.13:5140 176 | 爱悬疑,http://ipipip/udp/239.93.42.12:5140 177 | 爱青春,http://ipipip/udp/239.93.42.16:5140 178 | 爱都市,http://ipipip/udp/239.93.42.15:5140 179 | 少儿天地,http://ipipip/udp/239.93.42.34:5140 180 | 爱幼教,http://ipipip/udp/239.93.42.17:5140 181 | 爱玩具,http://ipipip/udp/239.93.42.18:5140 182 | 爱动漫,http://ipipip/udp/239.93.42.23:5140 183 | 求索频道,http://ipipip/udp/239.93.42.24:5140 184 | 爱电竞,http://ipipip/udp/239.93.42.19:5140 185 | 爱赛车,http://ipipip/udp/239.93.42.20:5140 186 | 爱宠宠物,http://ipipip/udp/239.93.42.32:5140 187 | 生活时尚,http://ipipip/udp/239.93.42.29:5140 188 | 环球旅游,http://ipipip/udp/239.93.42.31:5140 189 | 来钓鱼吧,http://ipipip/udp/239.93.42.8:5140 190 | 麻辣体育,http://ipipip/udp/239.93.42.2:5140 191 | 绚影4K,http://ipipip/udp/239.93.42.33:5140 192 | 先锋乒羽,http://ipipip/udp/239.93.42.56:5140 193 | 天元围棋,http://ipipip/udp/239.93.42.55:5140 194 | 快乐垂钓,http://ipipip/udp/239.93.1.151:5140 195 | 茶频道,http://ipipip/udp/239.93.0.114:5140 196 | 热血剧场,http://ipipip/udp/239.93.1.198:5140 197 | 乐龄学堂,http://ipipip/udp/239.93.1.179:5140 198 | 亲子趣学4K,http://ipipip/udp/239.93.1.191:5140 199 | 津津悦读4K,http://ipipip/udp/239.93.1.197:5140 200 | 动画番剧,http://ipipip/udp/239.93.1.177:5140 201 | 中录动漫4K,http://ipipip/udp/239.93.1.188:5140 202 | 熊猫24小时,http://ipipip/udp/239.93.1.178:5140 203 | 综艺咖秀,http://ipipip/udp/239.93.1.175:5140 204 | 红色经典,http://ipipip/udp/239.93.1.176:5140 205 | 4K超电影,http://ipipip/udp/239.93.1.156:5140 206 | 4K乐享超清,http://ipipip/udp/239.93.0.43:5140 207 | i成都,http://ipipip/udp/239.93.1.104:1234 208 | 中国体育1,http://ipipip/udp/239.93.42.25:5140 209 | 中国体育2,http://ipipip/udp/239.93.42.26:5140 210 | 中国体育3,http://ipipip/udp/239.93.42.27:5140 211 | 212 | 213 | -------------------------------------------------------------------------------- /speedtest/template/template_Tianjin_160.txt: -------------------------------------------------------------------------------- 1 | 天津卫视,http://ipipip/udp/225.1.1.111:5002 2 | 天津新闻,http://ipipip/udp/225.1.1.130:5002 3 | 天津文艺,http://ipipip/udp/225.1.1.131:5002 4 | 天津影视,http://ipipip/udp/225.1.1.149:5002 5 | 天津都市,http://ipipip/udp/225.1.1.128:5002 6 | 天津体育,http://ipipip/udp/225.1.1.122:5002 7 | 天津科教,http://ipipip/udp/225.1.1.129:5002 8 | 天津少儿,http://ipipip/udp/225.1.1.125:5002 9 | 天津购物,http://ipipip/udp/225.1.1.151:5002 10 | 天津IPTV,http://ipipip/udp/225.1.2.123:5002 11 | CCTV1,http://ipipip/udp/225.1.1.120:5002 12 | CCTV2,http://ipipip/udp/225.1.1.133:5002 13 | CCTV3,http://ipipip/udp/225.1.1.158:5002 14 | CCTV4,http://ipipip/udp/225.1.1.150:5002 15 | CCTV5,http://ipipip/udp/225.1.1.160:5002 16 | CCTV5+,http://ipipip/udp/225.1.1.121:5002 17 | CCTV6,http://ipipip/udp/225.1.1.195:5002 18 | CCTV7,http://ipipip/udp/225.1.1.138:5002 19 | CCTV8,http://ipipip/udp/225.1.1.196:5002 20 | CCTV9,http://ipipip/udp/225.1.1.119:5002 21 | CCTV10,http://ipipip/udp/225.1.1.140:5002 22 | CCTV11,http://ipipip/udp/225.1.2.192:5002 23 | CCTV12,http://ipipip/udp/225.1.1.142:5002 24 | CCTV13,http://ipipip/udp/225.1.2.193:5002 25 | CCTV14,http://ipipip/udp/225.1.1.144:5002 26 | CCTV15,http://ipipip/udp/225.1.2.194:5002 27 | CCTV16,http://ipipip/udp/225.1.2.237:5002 28 | CCTV17,http://ipipip/udp/225.1.2.52:5002 29 | CCTV兵器科技,http://ipipip/udp/225.1.2.166:5002 30 | CCTV第一剧场,http://ipipip/udp/225.1.2.175:5002 31 | CCTV电视指南,http://ipipip/udp/225.1.2.167:5002 32 | CCTV风云剧场,http://ipipip/udp/225.1.2.174:5002 33 | CCTV风云音乐,http://ipipip/udp/225.1.2.176:5002 34 | CCTV风云足球,http://ipipip/udp/225.1.2.168:5002 35 | CCTV高尔夫网球,http://ipipip/udp/225.1.2.169:5002 36 | CCTV怀旧剧场,http://ipipip/udp/225.1.2.173:5002 37 | CCTV女性时尚,http://ipipip/udp/225.1.2.172:5002 38 | CCTV世界地理,http://ipipip/udp/225.1.2.171:5002 39 | CCTV央视文化精品,http://ipipip/udp/225.1.2.177:5002 40 | CCTV央视台球,http://ipipip/udp/225.1.2.170:5002 41 | 天津购物自营,http://ipipip/udp/225.1.1.108:5002 42 | 天津文艺广播,http://ipipip/udp/225.1.1.171:5002 43 | 天津经济广播,http://ipipip/udp/225.1.1.172:5002 44 | 天津新闻广播,http://ipipip/udp/225.1.1.173:5002 45 | 天津生活广播,http://ipipip/udp/225.1.1.174:5002 46 | 天津交通广播,http://ipipip/udp/225.1.1.175:5002 47 | 天津相声广播,http://ipipip/udp/225.1.1.176:5002 48 | 天津小说广播,http://ipipip/udp/225.1.1.177:5002 49 | 天津滨海广播,http://ipipip/udp/225.1.1.178:5002 50 | 天津音乐广播,http://ipipip/udp/225.1.1.179:5002 51 | 天津农村广播,http://ipipip/udp/225.1.1.180:5002 52 | 安徽卫视,http://ipipip/udp/225.1.1.127:5002 53 | 北京卫视,http://ipipip/udp/225.1.1.113:5002 54 | 东方卫视,http://ipipip/udp/225.1.2.31:5002 55 | 甘肃卫视,http://ipipip/udp/225.1.1.30:5002 56 | 广东卫视,http://ipipip/udp/225.1.1.116:5002 57 | 深圳卫视,http://ipipip/udp/225.1.1.117:5002 58 | 贵州卫视,http://ipipip/udp/225.1.2.28:5002 59 | 海南卫视,http://ipipip/udp/225.1.2.82:5002 60 | 三沙卫视,http://ipipip/udp/225.1.2.181:5002 61 | 河南卫视,http://ipipip/udp/225.1.2.61:5002 62 | 黑龙江卫视,http://ipipip/udp/225.1.1.115:5002 63 | 湖北卫视,http://ipipip/udp/225.1.1.147:5002 64 | 湖南卫视,http://ipipip/udp/225.1.1.114:5002 65 | 吉林卫视,http://ipipip/udp/225.1.2.26:5002 66 | 江苏卫视,http://ipipip/udp/225.1.1.126:5002 67 | 江西卫视,http://ipipip/udp/225.1.2.29:5002 68 | 辽宁卫视,http://ipipip/udp/225.1.1.154:5002 69 | 内蒙古卫视,http://ipipip/udp/225.1.1.32:5002 70 | 宁夏卫视,http://ipipip/udp/225.1.1.56:5002 71 | 青海卫视,http://ipipip/udp/225.1.1.54:5002 72 | 山西卫视,http://ipipip/udp/225.1.1.50:5002 73 | 陕西卫视,http://ipipip/udp/225.1.1.41:5002 74 | 四川卫视,http://ipipip/udp/225.1.1.123:5002 75 | 西藏卫视,http://ipipip/udp/225.1.1.51:5002 76 | 新疆卫视,http://ipipip/udp/225.1.1.35:5002 77 | 兵团卫视,http://ipipip/udp/225.1.1.57:5002 78 | 广西卫视,http://ipipip/udp/225.1.2.81:5002 79 | 云南卫视,http://ipipip/udp/225.1.1.61:5002 80 | 浙江卫视,http://ipipip/udp/225.1.1.112:5002 81 | 重庆卫视,http://ipipip/udp/225.1.1.155:5002 82 | 河北卫视,http://ipipip/udp/225.1.2.27:5002 83 | 保定卫视,http://ipipip/udp/225.1.1.83:5002 84 | 山东教育卫视,http://ipipip/udp/225.1.2.118:5002 85 | 河东卫视,http://ipipip/udp/225.1.2.2:5002 86 | 河西卫视,http://ipipip/udp/225.1.2.4:5002 87 | 蓟州卫视,http://ipipip/udp/225.1.1.82:5002 88 | 静海卫视,http://ipipip/udp/225.1.1.110:5002 89 | 滨海1,http://ipipip/udp/225.1.2.7:5002 90 | 滨海2,http://ipipip/udp/225.1.2.8:5002 91 | 大港油田企业,http://ipipip/udp/225.1.2.14:5002 92 | 4K私享家,http://ipipip/udp/225.1.1.156:5002 93 | 4K影视,http://ipipip/udp/225.1.2.190:5002 94 | CETV早期教育,http://ipipip/udp/225.1.2.207:5002 95 | CGTN,http://ipipip/udp/225.1.1.27:5002 96 | CGTN纪录,http://ipipip/udp/225.1.1.55:5002 97 | CHC动作电影,http://ipipip/udp/225.1.1.215:5002 98 | CHC影迷电影,http://ipipip/udp/225.1.1.214:5002 99 | CHC家庭影院,http://ipipip/udp/225.1.1.213:5002 100 | FTV足球,http://ipipip/udp/225.1.2.83:5002 101 | GTV网络棋牌,http://ipipip/udp/225.1.1.217:5002 102 | GTV游戏竞技,http://ipipip/udp/225.1.1.222:5002 103 | 财富天下,http://ipipip/udp/225.1.2.198:5002 104 | 茶频道,http://ipipip/udp/225.1.2.19:5002 105 | 车迷频道,http://ipipip/udp/225.1.2.199:5002 106 | 东方财经,http://ipipip/udp/225.1.1.247:5002 107 | 东方购物,http://ipipip/udp/225.1.1.223:5002 108 | 动漫秀场,http://ipipip/udp/225.1.1.134:5002 109 | 都市剧场,http://ipipip/udp/225.1.1.146:5002 110 | 法制天地,http://ipipip/udp/225.1.1.237:5002 111 | 风尚购物,http://ipipip/udp/225.1.2.204:5002 112 | 风尚生活,http://ipipip/udp/225.1.2.58:5002 113 | 哈哈炫动,http://ipipip/udp/225.1.1.62:5002 114 | 好享购物,http://ipipip/udp/225.1.1.224:5002 115 | 欢乐动漫,http://ipipip/udp/225.1.1.132:5002 116 | 欢笑剧场4K,http://ipipip/udp/225.1.1.139:5002 117 | 环球旅游,http://ipipip/udp/225.1.2.200:5002 118 | 环球奇观,http://ipipip/udp/225.1.1.197:5002 119 | 极速汽车,http://ipipip/udp/225.1.1.141:5002 120 | 纪实人文,http://ipipip/udp/225.1.2.25:5002 121 | 家家购物,http://ipipip/udp/225.1.1.227:5002 122 | 家庭理*,http://ipipip/udp/225.1.2.23:5002 123 | 家有购物,http://ipipip/udp/225.1.1.226:5002 124 | 金色学堂,http://ipipip/udp/225.1.1.236:5002 125 | 金鹰纪实,http://ipipip/udp/225.1.1.124:5002 126 | 金鹰卡通,http://ipipip/udp/225.1.2.236:5002 127 | 靓妆,http://ipipip/udp/225.1.1.200:5002 128 | 聚鲨环球精选,http://ipipip/udp/225.1.1.102:5002 129 | 卡酷少儿,http://ipipip/udp/225.1.1.58:5002 130 | 快乐垂钓,http://ipipip/udp/225.1.1.92:5002 131 | 快乐生活,http://ipipip/udp/225.1.2.24:5002 132 | 乐游,http://ipipip/udp/225.1.1.145:5002 133 | 梨园频道,http://ipipip/udp/225.1.2.104:5002 134 | 每日影院,http://ipipip/udp/225.1.2.57:5002 135 | 魅力足球,http://ipipip/udp/225.1.1.137:5002 136 | 汽摩,http://ipipip/udp/225.1.1.205:5002 137 | 三角英语,http://ipipip/udp/225.1.2.182:5002 138 | 生活时尚,http://ipipip/udp/225.1.1.143:5002 139 | 生态环境,http://ipipip/udp/225.1.2.201:5002 140 | 书法,http://ipipip/udp/225.1.2.22:5002 141 | 四海钓鱼,http://ipipip/udp/225.1.2.202:5002 142 | 陶瓷,http://ipipip/udp/225.1.1.153:5002 143 | 文物宝库,http://ipipip/udp/225.1.2.105:5002 144 | 武术世界,http://ipipip/udp/225.1.2.129:5002 145 | 先锋乒羽,http://ipipip/udp/225.1.1.219:5002 146 | 新动漫,http://ipipip/udp/225.1.1.216:5002 147 | 新影老故事,http://ipipip/udp/225.1.1.188:5002 148 | 新影中学生,http://ipipip/udp/225.1.1.193:5002 149 | 幸福彩,http://ipipip/udp/225.1.1.152:5002 150 | 幸福剧场,http://ipipip/udp/225.1.2.59:5002 151 | 幸福娱乐,http://ipipip/udp/225.1.2.60:5002 152 | 央广购物,http://ipipip/udp/225.1.1.65:5002 153 | 湖北购物,http://ipipip/udp/225.1.2.183:5002 154 | 优购物,http://ipipip/udp/225.1.1.225:5002 155 | 优优宝贝,http://ipipip/udp/225.1.2.203:5002 156 | 游戏风云,http://ipipip/udp/225.1.1.135:5002 157 | 悦美生活,http://ipipip/udp/225.1.2.55:5002 158 | 中国天气,http://ipipip/udp/225.1.2.119:5002 159 | 160 | -------------------------------------------------------------------------------- /speedtest/template/template_Zhejiang_120.txt: -------------------------------------------------------------------------------- 1 | 凤凰中文,http://ipipip/rtp/233.50.200.191:5140 2 | 凤凰资讯,http://ipipip/rtp/233.50.200.192:5140 3 | 浙江经济生活,http://ipipip/rtp/233.50.201.133:5140 4 | 浙江教育,http://ipipip/rtp/233.50.201.134:5140 5 | 浙江民生,http://ipipip/rtp/233.50.201.136:5140 6 | 浙江news,http://ipipip/rtp/233.50.201.137:5140 7 | 浙江少儿,http://ipipip/rtp/233.50.201.138:5140 8 | CCTV1,http://ipipip/rtp/233.50.201.118:5140 9 | CCTV2,http://ipipip/rtp/233.50.201.119:5140 10 | CCTV3,http://ipipip/rtp/233.50.201.196:5140 11 | CCTV4,http://ipipip/rtp/233.50.201.4:5140 12 | CCTV5,http://ipipip/rtp/233.50.201.197:5140 13 | CCTV5+,http://ipipip/rtp/233.50.201.220:5140 14 | CCTV6,http://ipipip/rtp/233.50.201.198:5140 15 | CCTV7,http://ipipip/rtp/233.50.201.120:5140 16 | CCTV8,http://ipipip/rtp/233.50.201.199:5140 17 | CCTV9,http://ipipip/rtp/233.50.201.121:5140 18 | CCTV10,http://ipipip/rtp/233.50.201.122:5140 19 | CCTV11,http://ipipip/rtp/233.50.201.11:5140 20 | CCTV12,http://ipipip/rtp/233.50.201.123:5140 21 | CCTV13,http://ipipip/rtp/233.50.201.246:5140 22 | CCTV14,http://ipipip/rtp/233.50.201.124:5140 23 | CCTV15,http://ipipip/rtp/233.50.201.15:5140 24 | CCTV16 4k,http://ipipip/rtp/233.50.201.63:5140 25 | CCTV16,http://ipipip/rtp/233.50.201.192:5140 26 | CCTV17,http://ipipip/rtp/233.50.201.35:5140 27 | 浙江卫视,http://ipipip/rtp/233.50.201.100:5140 28 | 深圳卫视,http://ipipip/rtp/233.50.201.101:5140 29 | 广东卫视,http://ipipip/rtp/233.50.201.102:5140 30 | 湖南卫视,http://ipipip/rtp/233.50.201.103:5140 31 | 天津卫视,http://ipipip/rtp/233.50.201.104:5140 32 | 山东卫视,http://ipipip/rtp/233.50.201.105:5140 33 | 江苏卫视,http://ipipip/rtp/233.50.201.106:5140 34 | 北京卫视,http://ipipip/rtp/233.50.201.107:5140 35 | 四川卫视,http://ipipip/rtp/233.50.201.139:5140 36 | 河北卫视,http://ipipip/rtp/233.50.201.140:5140 37 | 辽宁卫视,http://ipipip/rtp/233.50.201.141:5140 38 | 贵州卫视,http://ipipip/rtp/233.50.201.142:5140 39 | 重庆卫视,http://ipipip/rtp/233.50.201.143:5140 40 | 河南卫视,http://ipipip/rtp/233.50.201.144:5140 41 | 江西卫视,http://ipipip/rtp/233.50.201.145:5140 42 | 东南卫视,http://ipipip/rtp/233.50.201.146:5140 43 | 安徽卫视,http://ipipip/rtp/233.50.201.113:5140 44 | 湖北卫视,http://ipipip/rtp/233.50.201.114:5140 45 | 黑龙江卫视,http://ipipip/rtp/233.50.201.115:5140 46 | 东方卫视,http://ipipip/rtp/233.50.201.125:5140 47 | 内蒙古卫视,http://ipipip/rtp/233.50.201.148:5140 48 | 甘肃卫视,http://ipipip/rtp/233.50.201.149:5140 49 | 海南卫视,http://ipipip/rtp/233.50.201.55:5140 50 | 青海卫视,http://ipipip/rtp/233.50.201.65:5140 51 | 西藏卫视,http://ipipip/rtp/233.50.201.70:5140 52 | 陕西卫视,http://ipipip/rtp/233.50.201.59:5140 53 | 兵团卫视,http://ipipip/rtp/233.50.201.72:5140 54 | 山西卫视,http://ipipip/rtp/233.50.201.51:5140 55 | 宁夏卫视,http://ipipip/rtp/233.50.201.57:5140 56 | 广西卫视,http://ipipip/rtp/233.50.201.49:5140 57 | 云南卫视,http://ipipip/rtp/233.50.201.46:5140 58 | 吉林卫视,http://ipipip/rtp/233.50.201.48:5140 59 | 中国教育一套,http://ipipip/rtp/233.50.201.75:5140 60 | 中国教育四套,http://ipipip/rtp/233.50.201.172:5140 61 | CGTN,http://ipipip/rtp/233.50.201.126:5140 62 | 钱江频道,http://ipipip/rtp/233.50.201.132:5140 63 | 杭州1综合,http://ipipip/rtp/233.50.201.173:5140 64 | 杭州2明珠,http://ipipip/rtp/233.50.201.174:5140 65 | 杭州3生活,http://ipipip/rtp/233.50.201.175:5140 66 | 杭州4影视,http://ipipip/rtp/233.50.201.176:5140 67 | 杭州5青少,http://ipipip/rtp/233.50.201.177:5140 68 | 杭州导视,http://ipipip//rtp/233.50.201.182:5140 69 | 极速汽车,http://ipipip/rtp/233.50.201.208:5140 70 | 宁波TV1,http://ipipip/rtp/233.50.201.168:5140 71 | 宁波TV2,http://ipipip/rtp/233.50.201.178:5140 72 | 宁波TV3,http://ipipip/rtp/233.50.201.179:5140 73 | 宁波TV4,http://ipipip/rtp/233.50.201.180:5140 74 | 宁波TV5,http://ipipip/rtp/233.50.201.181:5140 75 | 温州新闻,http://ipipip/rtp/233.50.201.87:5140 76 | 衢州新闻,http://ipipip/rtp/233.50.201.155:5140 77 | 绍兴新闻,http://ipipip/rtp/233.50.201.156:5140 78 | 台州-1,http://ipipip/rtp/233.50.201.157:5140 79 | 湖州公共,http://ipipip/rtp/233.50.201.158:5140 80 | 金华新闻,http://ipipip/rtp/233.50.201.161:5140 81 | 丽水新闻,http://ipipip/rtp/233.50.201.162:5140 82 | 嘉兴新闻,http://ipipip/rtp/233.50.201.163:5140 83 | 桐乡新闻,http://ipipip/rtp/233.50.201.169:5140 84 | 杭州导视,http://ipipip/rtp/233.50.201.182:5140 85 | 之江记录,http://ipipip/rtp/233.50.202.25:5140 86 | 优优宝贝,http://ipipip/rtp/233.50.202.24:5140 87 | YMG新闻,http://ipipip//rtp/233.50.201.159:5140 88 | 法制天地,http://ipipip/rtp/233.50.201.191:5140 89 | 金鹰卡通,http://ipipip/rtp/233.50.201.73:5140 90 | 哈哈炫动,http://ipipip/rtp/233.50.201.74:5140 91 | 动漫秀场,http://ipipip/rtp/233.50.201.184:5140 92 | 游戏风云,http://ipipip/rtp/233.50.201.183:5140 93 | 乐游,http://ipipip/rtp/233.50.201.185:5140 94 | 金色学堂,http://ipipip/rtp/233.50.201.186:5140 95 | 生活时尚,http://ipipip/rtp/233.50.201.187:5140 96 | 茶频道,http://ipipip/rtp/233.50.201.188:5140 97 | 快乐垂钓,http://ipipip/rtp/233.50.201.109:5140 98 | BesTV,http://ipipip/rtp/233.50.201.201:5140 99 | 中国蓝直播,http://ipipip/rtp/233.50.201.193:5140 100 | 新视觉HD,http://ipipip/rtp/233.50.201.244:5140 101 | 欢笑剧场,http://ipipip/rtp/233.50.201.189:5140 102 | 都市剧场,http://ipipip/rtp/233.50.201.190:5140 103 | 电视购物,http://ipipip/rtp/233.50.201.248:5140 104 | 家有购物,http://ipipip/rtp/233.50.201.90:5140 105 | 游戏频道,http://ipipip/rtp/233.50.201.207:5140 106 | 游戏频道,http://ipipip/rtp/233.50.201.215:5140 107 | 未知频道,http://ipipip/rtp/233.50.201.224:5140 108 | 中国蓝直播,http://ipipip/rtp/233.50.201.108:5140 109 | 浙江之声广播,http://ipipip/rtp/233.50.201.79:5140 110 | 浙江新闻广播,http://ipipip/rtp/233.50.201.80:5140 111 | 经济频道广播,http://ipipip/rtp/233.50.201.81:5140 112 | 音乐调频广播,http://ipipip/rtp/233.50.201.82:5140 113 | 交通之声广播,http://ipipip/rtp/233.50.201.83:5140 114 | 旅游之声广播,http://ipipip/rtp/233.50.201.84:5140 115 | 城市之声广播,http://ipipip/rtp/233.50.201.85:5140 116 | 民生资讯广播,http://ipipip/rtp/233.50.201.86:5140 117 | 118 | -------------------------------------------------------------------------------- /speedtest/txt/Chongqing_161.txt: -------------------------------------------------------------------------------- 1 | 重庆卫视,http:///rtp/235.254.196.249:1268 2 | 重庆新闻,http:///rtp/235.254.196.199:7980 3 | 重庆影视,http:///rtp/235.254.198.180:7980 4 | 重庆都市,http:///rtp/235.254.198.181:7980 5 | 重庆时尚,http:///rtp/235.254.198.182:7980 6 | 重庆娱乐,http:///rtp/235.254.198.187:7980 7 | 重庆公共农村,http:///rtp/235.254.198.186:7980 8 | 重庆少儿,http:///rtp/235.254.196.214:1128 9 | 重庆科教,http:///rtp/235.254.196.215:1132 10 | 重庆生活,http:///rtp/235.254.196.216:1136 11 | 重庆汽摩,http:///rtp/235.254.196.221:1156 12 | 睛彩重庆,http:///rtp/235.254.196.218:1146 13 | 14 | CCTV1,http:///rtp/235.254.198.51:1480 15 | CCTV2,http:///rtp/235.254.198.52:1484 16 | CCTV3,http:///rtp/235.254.198.53:1488 17 | CCTV4,http:///rtp/235.254.198.183:7980 18 | CCTV5,http:///rtp/235.254.198.54:1492 19 | CCTV5+,http:///rtp/235.254.198.122:1764 20 | CCTV6,http:///rtp/235.254.198.55:1496 21 | CCTV7,http:///rtp/235.254.198.56:1500 22 | CCTV8,http:///rtp/235.254.198.57:1504 23 | CCTV9,http:///rtp/235.254.198.58:1508 24 | CCTV10,http:///rtp/235.254.198.59:1512 25 | CCTV11,http:///rtp/235.254.198.7:1304 26 | CCTV12,http:///rtp/235.254.198.60:1516 27 | CCTV13,http:///rtp/235.254.198.9:1312 28 | CCTV15,http:///rtp/235.254.198.11:1320 29 | 湖南卫视,http:///rtp/235.254.198.62:1524 30 | 浙江卫视,http:///rtp/235.254.198.63:1528 31 | 东方卫视,http:///rtp/235.254.198.73:1568 32 | 江苏卫视,http:///rtp/235.254.198.64:1532 33 | 北京卫视,http:///rtp/235.254.198.66:1540 34 | 深圳卫视,http:///rtp/235.254.198.71:1560 35 | 广东卫视,http:///rtp/235.254.196.204:1088 36 | 天津卫视,http:///rtp/235.254.198.67:1544 37 | 山东卫视,http:///rtp/235.254.198.69:1552 38 | 四川卫视,http:///rtp/235.254.198.175:7980 39 | 贵州卫视,http:///rtp/235.254.198.185:7980 40 | 河北卫视,http:///rtp/235.254.198.184:7980 41 | 辽宁卫视,http:///rtp/235.254.198.68:1548 42 | 东南卫视,http:///rtp/235.254.198.129:7980 43 | 安徽卫视,http:///rtp/235.254.198.65:1536 44 | 湖北卫视,http:///rtp/235.254.198.72:1564 45 | 黑龙江卫视,http:///rtp/235.254.198.70:1556 46 | 热播剧场,http:///rtp/235.254.198.113:1728 47 | 经典电影,http:///rtp/235.254.198.114:1732 48 | 城市剧场,http:///rtp/235.254.198.74:1572 49 | 军旅剧场,http:///rtp/235.254.198.75:1576 50 | 古装剧场,http:///rtp/235.254.198.76:1580 51 | 音乐现场,http:///rtp/235.254.198.77:1584 52 | 53 | 重庆卫视,http:///rtp/235.254.196.249:1268 54 | 重庆新闻,http:///rtp/235.254.196.199:7980 55 | 重庆影视,http:///rtp/235.254.198.180:7980 56 | 重庆都市,http:///rtp/235.254.198.181:7980 57 | 重庆时尚,http:///rtp/235.254.198.182:7980 58 | 重庆娱乐,http:///rtp/235.254.198.187:7980 59 | 重庆公共农村,http:///rtp/235.254.198.186:7980 60 | 重庆少儿,http:///rtp/235.254.196.214:1128 61 | 重庆科教,http:///rtp/235.254.196.215:1132 62 | 重庆生活,http:///rtp/235.254.196.216:1136 63 | 重庆汽摩,http:///rtp/235.254.196.221:1156 64 | 睛彩重庆,http:///rtp/235.254.196.218:1146 65 | 66 | CCTV1,http:///rtp/235.254.198.51:1480 67 | CCTV2,http:///rtp/235.254.198.52:1484 68 | CCTV3,http:///rtp/235.254.198.53:1488 69 | CCTV4,http:///rtp/235.254.198.183:7980 70 | CCTV5,http:///rtp/235.254.198.54:1492 71 | CCTV5+,http:///rtp/235.254.198.122:1764 72 | CCTV6,http:///rtp/235.254.198.55:1496 73 | CCTV7,http:///rtp/235.254.198.56:1500 74 | CCTV8,http:///rtp/235.254.198.57:1504 75 | CCTV9,http:///rtp/235.254.198.58:1508 76 | CCTV10,http:///rtp/235.254.198.59:1512 77 | CCTV11,http:///rtp/235.254.198.7:1304 78 | CCTV12,http:///rtp/235.254.198.60:1516 79 | CCTV13,http:///rtp/235.254.198.9:1312 80 | CCTV15,http:///rtp/235.254.198.11:1320 81 | 湖南卫视,http:///rtp/235.254.198.62:1524 82 | 浙江卫视,http:///rtp/235.254.198.63:1528 83 | 东方卫视,http:///rtp/235.254.198.73:1568 84 | 江苏卫视,http:///rtp/235.254.198.64:1532 85 | 北京卫视,http:///rtp/235.254.198.66:1540 86 | 深圳卫视,http:///rtp/235.254.198.71:1560 87 | 广东卫视,http:///rtp/235.254.196.204:1088 88 | 天津卫视,http:///rtp/235.254.198.67:1544 89 | 山东卫视,http:///rtp/235.254.198.69:1552 90 | 四川卫视,http:///rtp/235.254.198.175:7980 91 | 贵州卫视,http:///rtp/235.254.198.185:7980 92 | 河北卫视,http:///rtp/235.254.198.184:7980 93 | 辽宁卫视,http:///rtp/235.254.198.68:1548 94 | 东南卫视,http:///rtp/235.254.198.129:7980 95 | 安徽卫视,http:///rtp/235.254.198.65:1536 96 | 湖北卫视,http:///rtp/235.254.198.72:1564 97 | 黑龙江卫视,http:///rtp/235.254.198.70:1556 98 | 热播剧场,http:///rtp/235.254.198.113:1728 99 | 经典电影,http:///rtp/235.254.198.114:1732 100 | 城市剧场,http:///rtp/235.254.198.74:1572 101 | 军旅剧场,http:///rtp/235.254.198.75:1576 102 | 古装剧场,http:///rtp/235.254.198.76:1580 103 | 音乐现场,http:///rtp/235.254.198.77:1584 104 | 105 | 重庆卫视,http:///rtp/235.254.196.249:1268 106 | 重庆新闻,http:///rtp/235.254.196.199:7980 107 | 重庆影视,http:///rtp/235.254.198.180:7980 108 | 重庆都市,http:///rtp/235.254.198.181:7980 109 | 重庆时尚,http:///rtp/235.254.198.182:7980 110 | 重庆娱乐,http:///rtp/235.254.198.187:7980 111 | 重庆公共农村,http:///rtp/235.254.198.186:7980 112 | 重庆少儿,http:///rtp/235.254.196.214:1128 113 | 重庆科教,http:///rtp/235.254.196.215:1132 114 | 重庆生活,http:///rtp/235.254.196.216:1136 115 | 重庆汽摩,http:///rtp/235.254.196.221:1156 116 | 睛彩重庆,http:///rtp/235.254.196.218:1146 117 | 118 | CCTV1,http:///rtp/235.254.198.51:1480 119 | CCTV2,http:///rtp/235.254.198.52:1484 120 | CCTV3,http:///rtp/235.254.198.53:1488 121 | CCTV4,http:///rtp/235.254.198.183:7980 122 | CCTV5,http:///rtp/235.254.198.54:1492 123 | CCTV5+,http:///rtp/235.254.198.122:1764 124 | CCTV6,http:///rtp/235.254.198.55:1496 125 | CCTV7,http:///rtp/235.254.198.56:1500 126 | CCTV8,http:///rtp/235.254.198.57:1504 127 | CCTV9,http:///rtp/235.254.198.58:1508 128 | CCTV10,http:///rtp/235.254.198.59:1512 129 | CCTV11,http:///rtp/235.254.198.7:1304 130 | CCTV12,http:///rtp/235.254.198.60:1516 131 | CCTV13,http:///rtp/235.254.198.9:1312 132 | CCTV15,http:///rtp/235.254.198.11:1320 133 | 湖南卫视,http:///rtp/235.254.198.62:1524 134 | 浙江卫视,http:///rtp/235.254.198.63:1528 135 | 东方卫视,http:///rtp/235.254.198.73:1568 136 | 江苏卫视,http:///rtp/235.254.198.64:1532 137 | 北京卫视,http:///rtp/235.254.198.66:1540 138 | 深圳卫视,http:///rtp/235.254.198.71:1560 139 | 广东卫视,http:///rtp/235.254.196.204:1088 140 | 天津卫视,http:///rtp/235.254.198.67:1544 141 | 山东卫视,http:///rtp/235.254.198.69:1552 142 | 四川卫视,http:///rtp/235.254.198.175:7980 143 | 贵州卫视,http:///rtp/235.254.198.185:7980 144 | 河北卫视,http:///rtp/235.254.198.184:7980 145 | 辽宁卫视,http:///rtp/235.254.198.68:1548 146 | 东南卫视,http:///rtp/235.254.198.129:7980 147 | 安徽卫视,http:///rtp/235.254.198.65:1536 148 | 湖北卫视,http:///rtp/235.254.198.72:1564 149 | 黑龙江卫视,http:///rtp/235.254.198.70:1556 150 | 热播剧场,http:///rtp/235.254.198.113:1728 151 | 经典电影,http:///rtp/235.254.198.114:1732 152 | 城市剧场,http:///rtp/235.254.198.74:1572 153 | 军旅剧场,http:///rtp/235.254.198.75:1576 154 | 古装剧场,http:///rtp/235.254.198.76:1580 155 | 音乐现场,http:///rtp/235.254.198.77:1584 156 | 157 | -------------------------------------------------------------------------------- /speedtest/txt/Jiangxi_105.txt: -------------------------------------------------------------------------------- 1 | 江西卫视,http:///udp/239.252.220.63:5140 2 | 江西都市,http:///udp/239.252.220.238:5140 3 | 江西经济生活,http:///udp/239.252.219.173:5140 4 | 江西影视旅游,http:///udp/239.252.220.242:5140 5 | 江西公共农业,http:///udp/239.252.220.102:5140 6 | 江西少儿,http:///udp/239.252.219.113:5140 7 | 江西新闻,http:///udp/239.252.220.100:5140 8 | 江西移动,http:///udp/239.252.220.241:5140 9 | 江西教育,http:///udp/239.252.219.115:5140 10 | CCTV1,http:///udp/239.252.219.200:5140 11 | CCTV2,http:///udp/239.252.220.183:5140 12 | CCTV3,http:///udp/239.252.219.252:5140 13 | CCTV3,http:///udp/239.252.220.193:5140 14 | CCTV4,http:///udp/239.252.220.184:5140 15 | CCTV5,http:///udp/239.252.219.198:5140 16 | CCTV5,http:///udp/239.252.219.236:5140 17 | CCTV5+,http:///udp/239.252.219.72:5140 18 | CCTV6,http:///udp/239.252.219.237:5140 19 | CCTV6,http:///udp/239.252.220.195:5140 20 | CCTV7,http:///udp/239.252.220.185:5140 21 | CCTV8,http:///udp/239.252.219.253:5140 22 | CCTV8,http:///udp/239.252.220.196:5140 23 | CCTV9,http:///udp/239.252.220.186:5140 24 | CCTV10,http:///udp/239.252.220.91:5140 25 | CCTV11,http:///udp/239.252.219.78:5140 26 | CCTV12,http:///udp/239.252.220.187:5140 27 | CCTV13,http:///udp/239.252.219.139:5140 28 | CCTV14,http:///udp/239.252.220.92:5140 29 | CCTV15,http:///udp/239.252.219.79:5140 30 | CCTV16,http:///udp/239.252.220.237:5140 31 | CCTV17,http:///udp/239.252.220.192:5140 32 | CCTV164K,http:///udp/239.252.220.237:5140 33 | CCTV4-欧洲,http:///udp/239.252.219.192:5140 34 | CCTV4-美洲,http:///udp/239.252.219.193:5140 35 | CHC动作电影,http:///udp/239.252.219.85:5140 36 | CHC影迷电影,http:///udp/239.252.219.83:5140 37 | CHC家庭影院,http:///udp/239.252.219.84:5140 38 | CCTV第一剧场,http:///udp/239.252.219.86:5140 39 | CCTV风云剧场,http:///udp/239.252.219.89:5140 40 | CCTV怀旧剧场,http:///udp/239.252.219.90:5140 41 | CCTV风云足球,http:///udp/239.252.219.96:5140 42 | CCTV电视指南,http:///udp/239.252.219.97:5140 43 | CCTV兵器科技,http:///udp/239.252.219.98:5140 44 | CCTV央视台球,http:///udp/239.252.219.80:5140 45 | CCTV央视文化精品,http:///udp/239.252.219.81:5140 46 | CCTV世界地理,http:///udp/239.252.219.93:5140 47 | CCTV女性时尚,http:///udp/239.252.219.94:5140 48 | CCTV高尔夫网球,http:///udp/239.252.219.95:5140 49 | CCTV风云音乐,http:///udp/239.252.219.87:5140 50 | 欢笑剧场,http:///udp/239.252.219.224:5140 51 | 都市剧场,http:///udp/239.252.219.225:5140 52 | 精彩影视,http:///udp/239.252.220.223:5140 53 | BesTV星光影院,http:///udp/239.252.220.127:5140 54 | BesTV华语影院,http:///udp/239.252.220.126:5140 55 | BesTV全球大片,http:///udp/239.252.220.128:5140 56 | 湖南卫视,http:///udp/239.252.219.201:5140 57 | 浙江卫视,http:///udp/239.252.219.210:5140 58 | 北京卫视,http:///udp/239.252.219.206:5140 59 | 东方卫视,http:///udp/239.252.219.229:5140 60 | 江苏卫视,http:///udp/239.252.219.214:5140 61 | 广东卫视,http:///udp/239.252.219.213:5140 62 | 深圳卫视,http:///udp/239.252.219.212:5140 63 | 天津卫视,http:///udp/239.252.219.187:5140 64 | 山东卫视,http:///udp/239.252.219.228:5140 65 | 安徽卫视,http:///udp/239.252.220.83:5140 66 | 湖北卫视,http:///udp/239.252.219.208:5140 67 | 东南卫视,http:///udp/239.252.220.82:5140 68 | 四川卫视,http:///udp/239.252.220.93:5140 69 | 重庆卫视,http:///udp/239.252.220.94:5140 70 | 辽宁卫视,http:///udp/239.252.220.62:5140 71 | 黑龙江卫视,http:///udp/239.252.219.211:5140 72 | 吉林卫视,http:///udp/239.252.220.188:5140 73 | 河南卫视,http:///udp/239.252.220.189:5140 74 | 河北卫视,http:///udp/239.252.220.154:5140 75 | 贵州卫视,http:///udp/239.252.220.190:5140 76 | 甘肃卫视,http:///udp/239.252.219.140:5140 77 | 海南卫视,http:///udp/239.252.219.178:5140 78 | 广西卫视,http:///udp/239.252.219.183:5140 79 | 云南卫视,http:///udp/239.252.219.185:5140 80 | 上海纪实,http:///udp/239.252.219.227:5140 81 | 金鹰纪实,http:///udp/239.252.220.155:5140 82 | 东方财经,http:///udp/239.252.219.57:5140 83 | 快乐垂钓,http:///udp/239.252.220.177:5140 84 | 85 | 86 | 江西卫视,http:///udp/239.252.220.63:5140 87 | 江西都市,http:///udp/239.252.220.238:5140 88 | 江西经济生活,http:///udp/239.252.219.173:5140 89 | 江西影视旅游,http:///udp/239.252.220.242:5140 90 | 江西公共农业,http:///udp/239.252.220.102:5140 91 | 江西少儿,http:///udp/239.252.219.113:5140 92 | 江西新闻,http:///udp/239.252.220.100:5140 93 | 江西移动,http:///udp/239.252.220.241:5140 94 | 江西教育,http:///udp/239.252.219.115:5140 95 | CCTV1,http:///udp/239.252.219.200:5140 96 | CCTV2,http:///udp/239.252.220.183:5140 97 | CCTV3,http:///udp/239.252.219.252:5140 98 | CCTV3,http:///udp/239.252.220.193:5140 99 | CCTV4,http:///udp/239.252.220.184:5140 100 | CCTV5,http:///udp/239.252.219.198:5140 101 | CCTV5,http:///udp/239.252.219.236:5140 102 | CCTV5+,http:///udp/239.252.219.72:5140 103 | CCTV6,http:///udp/239.252.219.237:5140 104 | CCTV6,http:///udp/239.252.220.195:5140 105 | CCTV7,http:///udp/239.252.220.185:5140 106 | CCTV8,http:///udp/239.252.219.253:5140 107 | CCTV8,http:///udp/239.252.220.196:5140 108 | CCTV9,http:///udp/239.252.220.186:5140 109 | CCTV10,http:///udp/239.252.220.91:5140 110 | CCTV11,http:///udp/239.252.219.78:5140 111 | CCTV12,http:///udp/239.252.220.187:5140 112 | CCTV13,http:///udp/239.252.219.139:5140 113 | CCTV14,http:///udp/239.252.220.92:5140 114 | CCTV15,http:///udp/239.252.219.79:5140 115 | CCTV16,http:///udp/239.252.220.237:5140 116 | CCTV17,http:///udp/239.252.220.192:5140 117 | CCTV164K,http:///udp/239.252.220.237:5140 118 | CCTV4-欧洲,http:///udp/239.252.219.192:5140 119 | CCTV4-美洲,http:///udp/239.252.219.193:5140 120 | CHC动作电影,http:///udp/239.252.219.85:5140 121 | CHC影迷电影,http:///udp/239.252.219.83:5140 122 | CHC家庭影院,http:///udp/239.252.219.84:5140 123 | CCTV第一剧场,http:///udp/239.252.219.86:5140 124 | CCTV风云剧场,http:///udp/239.252.219.89:5140 125 | CCTV怀旧剧场,http:///udp/239.252.219.90:5140 126 | CCTV风云足球,http:///udp/239.252.219.96:5140 127 | CCTV电视指南,http:///udp/239.252.219.97:5140 128 | CCTV兵器科技,http:///udp/239.252.219.98:5140 129 | CCTV央视台球,http:///udp/239.252.219.80:5140 130 | CCTV央视文化精品,http:///udp/239.252.219.81:5140 131 | CCTV世界地理,http:///udp/239.252.219.93:5140 132 | CCTV女性时尚,http:///udp/239.252.219.94:5140 133 | CCTV高尔夫网球,http:///udp/239.252.219.95:5140 134 | CCTV风云音乐,http:///udp/239.252.219.87:5140 135 | 欢笑剧场,http:///udp/239.252.219.224:5140 136 | 都市剧场,http:///udp/239.252.219.225:5140 137 | 精彩影视,http:///udp/239.252.220.223:5140 138 | BesTV星光影院,http:///udp/239.252.220.127:5140 139 | BesTV华语影院,http:///udp/239.252.220.126:5140 140 | BesTV全球大片,http:///udp/239.252.220.128:5140 141 | 湖南卫视,http:///udp/239.252.219.201:5140 142 | 浙江卫视,http:///udp/239.252.219.210:5140 143 | 北京卫视,http:///udp/239.252.219.206:5140 144 | 东方卫视,http:///udp/239.252.219.229:5140 145 | 江苏卫视,http:///udp/239.252.219.214:5140 146 | 广东卫视,http:///udp/239.252.219.213:5140 147 | 深圳卫视,http:///udp/239.252.219.212:5140 148 | 天津卫视,http:///udp/239.252.219.187:5140 149 | 山东卫视,http:///udp/239.252.219.228:5140 150 | 安徽卫视,http:///udp/239.252.220.83:5140 151 | 湖北卫视,http:///udp/239.252.219.208:5140 152 | 东南卫视,http:///udp/239.252.220.82:5140 153 | 四川卫视,http:///udp/239.252.220.93:5140 154 | 重庆卫视,http:///udp/239.252.220.94:5140 155 | 辽宁卫视,http:///udp/239.252.220.62:5140 156 | 黑龙江卫视,http:///udp/239.252.219.211:5140 157 | 吉林卫视,http:///udp/239.252.220.188:5140 158 | 河南卫视,http:///udp/239.252.220.189:5140 159 | 河北卫视,http:///udp/239.252.220.154:5140 160 | 贵州卫视,http:///udp/239.252.220.190:5140 161 | 甘肃卫视,http:///udp/239.252.219.140:5140 162 | 海南卫视,http:///udp/239.252.219.178:5140 163 | 广西卫视,http:///udp/239.252.219.183:5140 164 | 云南卫视,http:///udp/239.252.219.185:5140 165 | 上海纪实,http:///udp/239.252.219.227:5140 166 | 金鹰纪实,http:///udp/239.252.220.155:5140 167 | 东方财经,http:///udp/239.252.219.57:5140 168 | 快乐垂钓,http:///udp/239.252.220.177:5140 169 | 170 | 171 | 江西卫视,http:///udp/239.252.220.63:5140 172 | 江西都市,http:///udp/239.252.220.238:5140 173 | 江西经济生活,http:///udp/239.252.219.173:5140 174 | 江西影视旅游,http:///udp/239.252.220.242:5140 175 | 江西公共农业,http:///udp/239.252.220.102:5140 176 | 江西少儿,http:///udp/239.252.219.113:5140 177 | 江西新闻,http:///udp/239.252.220.100:5140 178 | 江西移动,http:///udp/239.252.220.241:5140 179 | 江西教育,http:///udp/239.252.219.115:5140 180 | CCTV1,http:///udp/239.252.219.200:5140 181 | CCTV2,http:///udp/239.252.220.183:5140 182 | CCTV3,http:///udp/239.252.219.252:5140 183 | CCTV3,http:///udp/239.252.220.193:5140 184 | CCTV4,http:///udp/239.252.220.184:5140 185 | CCTV5,http:///udp/239.252.219.198:5140 186 | CCTV5,http:///udp/239.252.219.236:5140 187 | CCTV5+,http:///udp/239.252.219.72:5140 188 | CCTV6,http:///udp/239.252.219.237:5140 189 | CCTV6,http:///udp/239.252.220.195:5140 190 | CCTV7,http:///udp/239.252.220.185:5140 191 | CCTV8,http:///udp/239.252.219.253:5140 192 | CCTV8,http:///udp/239.252.220.196:5140 193 | CCTV9,http:///udp/239.252.220.186:5140 194 | CCTV10,http:///udp/239.252.220.91:5140 195 | CCTV11,http:///udp/239.252.219.78:5140 196 | CCTV12,http:///udp/239.252.220.187:5140 197 | CCTV13,http:///udp/239.252.219.139:5140 198 | CCTV14,http:///udp/239.252.220.92:5140 199 | CCTV15,http:///udp/239.252.219.79:5140 200 | CCTV16,http:///udp/239.252.220.237:5140 201 | CCTV17,http:///udp/239.252.220.192:5140 202 | CCTV164K,http:///udp/239.252.220.237:5140 203 | CCTV4-欧洲,http:///udp/239.252.219.192:5140 204 | CCTV4-美洲,http:///udp/239.252.219.193:5140 205 | CHC动作电影,http:///udp/239.252.219.85:5140 206 | CHC影迷电影,http:///udp/239.252.219.83:5140 207 | CHC家庭影院,http:///udp/239.252.219.84:5140 208 | CCTV第一剧场,http:///udp/239.252.219.86:5140 209 | CCTV风云剧场,http:///udp/239.252.219.89:5140 210 | CCTV怀旧剧场,http:///udp/239.252.219.90:5140 211 | CCTV风云足球,http:///udp/239.252.219.96:5140 212 | CCTV电视指南,http:///udp/239.252.219.97:5140 213 | CCTV兵器科技,http:///udp/239.252.219.98:5140 214 | CCTV央视台球,http:///udp/239.252.219.80:5140 215 | CCTV央视文化精品,http:///udp/239.252.219.81:5140 216 | CCTV世界地理,http:///udp/239.252.219.93:5140 217 | CCTV女性时尚,http:///udp/239.252.219.94:5140 218 | CCTV高尔夫网球,http:///udp/239.252.219.95:5140 219 | CCTV风云音乐,http:///udp/239.252.219.87:5140 220 | 欢笑剧场,http:///udp/239.252.219.224:5140 221 | 都市剧场,http:///udp/239.252.219.225:5140 222 | 精彩影视,http:///udp/239.252.220.223:5140 223 | BesTV星光影院,http:///udp/239.252.220.127:5140 224 | BesTV华语影院,http:///udp/239.252.220.126:5140 225 | BesTV全球大片,http:///udp/239.252.220.128:5140 226 | 湖南卫视,http:///udp/239.252.219.201:5140 227 | 浙江卫视,http:///udp/239.252.219.210:5140 228 | 北京卫视,http:///udp/239.252.219.206:5140 229 | 东方卫视,http:///udp/239.252.219.229:5140 230 | 江苏卫视,http:///udp/239.252.219.214:5140 231 | 广东卫视,http:///udp/239.252.219.213:5140 232 | 深圳卫视,http:///udp/239.252.219.212:5140 233 | 天津卫视,http:///udp/239.252.219.187:5140 234 | 山东卫视,http:///udp/239.252.219.228:5140 235 | 安徽卫视,http:///udp/239.252.220.83:5140 236 | 湖北卫视,http:///udp/239.252.219.208:5140 237 | 东南卫视,http:///udp/239.252.220.82:5140 238 | 四川卫视,http:///udp/239.252.220.93:5140 239 | 重庆卫视,http:///udp/239.252.220.94:5140 240 | 辽宁卫视,http:///udp/239.252.220.62:5140 241 | 黑龙江卫视,http:///udp/239.252.219.211:5140 242 | 吉林卫视,http:///udp/239.252.220.188:5140 243 | 河南卫视,http:///udp/239.252.220.189:5140 244 | 河北卫视,http:///udp/239.252.220.154:5140 245 | 贵州卫视,http:///udp/239.252.220.190:5140 246 | 甘肃卫视,http:///udp/239.252.219.140:5140 247 | 海南卫视,http:///udp/239.252.219.178:5140 248 | 广西卫视,http:///udp/239.252.219.183:5140 249 | 云南卫视,http:///udp/239.252.219.185:5140 250 | 上海纪实,http:///udp/239.252.219.227:5140 251 | 金鹰纪实,http:///udp/239.252.220.155:5140 252 | 东方财经,http:///udp/239.252.219.57:5140 253 | 快乐垂钓,http:///udp/239.252.220.177:5140 254 | 255 | 256 | -------------------------------------------------------------------------------- /speedtest/txt/Jieyang_129.txt: -------------------------------------------------------------------------------- 1 | 凤凰资讯高清,http:///hls/36/index.m3u8 2 | 凤凰卫视高清,http:///hls/37/index.m3u8 3 | 凤凰香港高清,http:///hls/38/index.m3u8 4 | 5 | 凤凰资讯高清,http:///hls/36/index.m3u8 6 | 凤凰卫视高清,http:///hls/37/index.m3u8 7 | 凤凰香港高清,http:///hls/38/index.m3u8 8 | 9 | 凤凰资讯高清,http:///hls/36/index.m3u8 10 | 凤凰卫视高清,http:///hls/37/index.m3u8 11 | 凤凰香港高清,http:///hls/38/index.m3u8 12 | 13 | -------------------------------------------------------------------------------- /speedtest/txt/Sanxi_123.txt: -------------------------------------------------------------------------------- 1 | 陕西卫视,http://36.46.98.55:8021/rtp/239.111.205.35:5140 2 | 农林卫视,http://36.46.98.55:8021/rtp/239.112.205.27:5140 3 | 陕西新闻资讯,http://36.46.98.55:8021/udp/239.111.205.28:5140 4 | 陕西体育休闲,http://36.46.98.55:8021/udp/239.111.205.36:5140 5 | 陕西影视频道,http://36.46.98.55:8021/udp/239.111.205.99:5140 6 | 陕西都市青春,http://36.46.98.55:8021/udp/239.111.205.42:5140 7 | 陕西公共频道,http://36.46.98.55:8021/udp/239.111.205.100:5140 8 | 陕西生活频道,http://36.46.98.55:8021/udp/239.111.205.98:5140 9 | 陕西西部电影,http://36.46.98.55:8021/udp/239.111.205.102:5140 10 | CCTV1,http://36.46.98.55:8021/rtp/239.112.205.59:5140 11 | CCTV2,http://36.46.98.55:8021/rtp/239.112.205.78:5140 12 | CCTV3,http://36.46.98.55:8021/rtp/239.112.205.221:5140 13 | CCTV4,http://36.46.98.55:8021/rtp/239.112.205.202:5140 14 | CCTV5,http://36.46.98.55:8021/rtp/239.112.205.222:5140 15 | CCTV5+,http://36.46.98.55:8021/rtp/239.111.205.13:5140 16 | CCTV6,http://36.46.98.55:8021/rtp/239.112.205.223:5140 17 | CCTV7,http://36.46.98.55:8021/rtp/239.112.205.83:5140 18 | CCTV8,http://36.46.98.55:8021/rtp/239.112.205.224:5140 19 | CCTV9,http://36.46.98.55:8021/rtp/239.112.205.85:5140 20 | CCTV10,http://36.46.98.55:8021/rtp/239.112.205.86:5140 21 | CCTV11,http://36.46.98.55:8021/rtp/239.112.205.213:5140 22 | CCTV12,http://36.46.98.55:8021/rtp/239.112.205.88:5140 23 | CCTV14,http://36.46.98.55:8021/rtp/239.112.205.91:5140 24 | CCTV15,http://36.46.98.55:8021/rtp/239.112.205.214:5140 25 | CCTV16,http://36.46.98.55:8021/rtp/239.111.205.134:5140 26 | CCTV17,http://36.46.98.55:8021/rtp/239.112.205.211:5140 27 | CHC影迷电影,http://36.46.98.55:8021/rtp/239.112.205.206:5140 28 | CHC动作电影,http://36.46.98.55:8021/rtp/239.112.205.207:5140 29 | CHC家庭影院,http://36.46.98.55:8021/rtp/239.112.205.205:5140 30 | CCTV第一剧场,http://36.46.98.55:8021/rtp/239.111.205.65:5140 31 | CCTV风云剧场,http://36.46.98.55:8021/rtp/239.111.205.66:5140 32 | CCTV怀旧剧场,http://36.46.98.55:8021/rtp/239.111.205.67:5140 33 | CCTV风云足球,http://36.46.98.55:8021/rtp/239.111.205.68:5140 34 | CCTV兵器科技,http://36.46.98.55:8021/rtp/239.111.205.74:5140 35 | CCTV央视台球,http://36.46.98.55:8021/rtp/239.111.205.70:5140 36 | CCTV央视文化精品,http://36.46.98.55:8021/rtp/239.111.205.75:5140 37 | CCTV世界地理,http://36.46.98.55:8021/rtp/239.111.205.71:5140 38 | CCTV女性时尚,http://36.46.98.55:8021/rtp/239.111.205.72:5140 39 | CCTV高尔夫网球,http://36.46.98.55:8021/rtp/239.111.205.73:5140 40 | CCTV风云音乐,http://36.46.98.55:8021/rtp/239.111.205.69:5140 41 | 陕西卫视,http://36.46.98.55:8020/rtp/239.111.205.35:5140 42 | 农林卫视,http://36.46.98.55:8020/rtp/239.112.205.27:5140 43 | 陕西新闻资讯,http://36.46.98.55:8020/udp/239.111.205.28:5140 44 | 陕西体育休闲,http://36.46.98.55:8020/udp/239.111.205.36:5140 45 | 陕西影视频道,http://36.46.98.55:8020/udp/239.111.205.99:5140 46 | 陕西都市青春,http://36.46.98.55:8020/udp/239.111.205.42:5140 47 | 陕西公共频道,http://36.46.98.55:8020/udp/239.111.205.100:5140 48 | 陕西生活频道,http://36.46.98.55:8020/udp/239.111.205.98:5140 49 | 陕西西部电影,http://36.46.98.55:8020/udp/239.111.205.102:5140 50 | CCTV1,http://36.46.98.55:8020/rtp/239.112.205.59:5140 51 | CCTV2,http://36.46.98.55:8020/rtp/239.112.205.78:5140 52 | CCTV3,http://36.46.98.55:8020/rtp/239.112.205.221:5140 53 | CCTV4,http://36.46.98.55:8020/rtp/239.112.205.202:5140 54 | CCTV5,http://36.46.98.55:8020/rtp/239.112.205.222:5140 55 | CCTV5+,http://36.46.98.55:8020/rtp/239.111.205.13:5140 56 | CCTV6,http://36.46.98.55:8020/rtp/239.112.205.223:5140 57 | CCTV7,http://36.46.98.55:8020/rtp/239.112.205.83:5140 58 | CCTV8,http://36.46.98.55:8020/rtp/239.112.205.224:5140 59 | CCTV9,http://36.46.98.55:8020/rtp/239.112.205.85:5140 60 | CCTV10,http://36.46.98.55:8020/rtp/239.112.205.86:5140 61 | CCTV11,http://36.46.98.55:8020/rtp/239.112.205.213:5140 62 | CCTV12,http://36.46.98.55:8020/rtp/239.112.205.88:5140 63 | CCTV14,http://36.46.98.55:8020/rtp/239.112.205.91:5140 64 | CCTV15,http://36.46.98.55:8020/rtp/239.112.205.214:5140 65 | CCTV16,http://36.46.98.55:8020/rtp/239.111.205.134:5140 66 | CCTV17,http://36.46.98.55:8020/rtp/239.112.205.211:5140 67 | CHC影迷电影,http://36.46.98.55:8020/rtp/239.112.205.206:5140 68 | CHC动作电影,http://36.46.98.55:8020/rtp/239.112.205.207:5140 69 | CHC家庭影院,http://36.46.98.55:8020/rtp/239.112.205.205:5140 70 | CCTV第一剧场,http://36.46.98.55:8020/rtp/239.111.205.65:5140 71 | CCTV风云剧场,http://36.46.98.55:8020/rtp/239.111.205.66:5140 72 | CCTV怀旧剧场,http://36.46.98.55:8020/rtp/239.111.205.67:5140 73 | CCTV风云足球,http://36.46.98.55:8020/rtp/239.111.205.68:5140 74 | CCTV兵器科技,http://36.46.98.55:8020/rtp/239.111.205.74:5140 75 | CCTV央视台球,http://36.46.98.55:8020/rtp/239.111.205.70:5140 76 | CCTV央视文化精品,http://36.46.98.55:8020/rtp/239.111.205.75:5140 77 | CCTV世界地理,http://36.46.98.55:8020/rtp/239.111.205.71:5140 78 | CCTV女性时尚,http://36.46.98.55:8020/rtp/239.111.205.72:5140 79 | CCTV高尔夫网球,http://36.46.98.55:8020/rtp/239.111.205.73:5140 80 | CCTV风云音乐,http://36.46.98.55:8020/rtp/239.111.205.69:5140 81 | 陕西卫视,http://117.32.85.218:8020/rtp/239.111.205.35:5140 82 | 农林卫视,http://117.32.85.218:8020/rtp/239.112.205.27:5140 83 | 陕西新闻资讯,http://117.32.85.218:8020/udp/239.111.205.28:5140 84 | 陕西体育休闲,http://117.32.85.218:8020/udp/239.111.205.36:5140 85 | 陕西影视频道,http://117.32.85.218:8020/udp/239.111.205.99:5140 86 | 陕西都市青春,http://117.32.85.218:8020/udp/239.111.205.42:5140 87 | 陕西公共频道,http://117.32.85.218:8020/udp/239.111.205.100:5140 88 | 陕西生活频道,http://117.32.85.218:8020/udp/239.111.205.98:5140 89 | 陕西西部电影,http://117.32.85.218:8020/udp/239.111.205.102:5140 90 | CCTV1,http://117.32.85.218:8020/rtp/239.112.205.59:5140 91 | CCTV2,http://117.32.85.218:8020/rtp/239.112.205.78:5140 92 | CCTV3,http://117.32.85.218:8020/rtp/239.112.205.221:5140 93 | CCTV4,http://117.32.85.218:8020/rtp/239.112.205.202:5140 94 | CCTV5,http://117.32.85.218:8020/rtp/239.112.205.222:5140 95 | CCTV5+,http://117.32.85.218:8020/rtp/239.111.205.13:5140 96 | CCTV6,http://117.32.85.218:8020/rtp/239.112.205.223:5140 97 | CCTV7,http://117.32.85.218:8020/rtp/239.112.205.83:5140 98 | CCTV8,http://117.32.85.218:8020/rtp/239.112.205.224:5140 99 | CCTV9,http://117.32.85.218:8020/rtp/239.112.205.85:5140 100 | CCTV10,http://117.32.85.218:8020/rtp/239.112.205.86:5140 101 | CCTV11,http://117.32.85.218:8020/rtp/239.112.205.213:5140 102 | CCTV12,http://117.32.85.218:8020/rtp/239.112.205.88:5140 103 | CCTV14,http://117.32.85.218:8020/rtp/239.112.205.91:5140 104 | CCTV15,http://117.32.85.218:8020/rtp/239.112.205.214:5140 105 | CCTV16,http://117.32.85.218:8020/rtp/239.111.205.134:5140 106 | CCTV17,http://117.32.85.218:8020/rtp/239.112.205.211:5140 107 | CHC影迷电影,http://117.32.85.218:8020/rtp/239.112.205.206:5140 108 | CHC动作电影,http://117.32.85.218:8020/rtp/239.112.205.207:5140 109 | CHC家庭影院,http://117.32.85.218:8020/rtp/239.112.205.205:5140 110 | CCTV第一剧场,http://117.32.85.218:8020/rtp/239.111.205.65:5140 111 | CCTV风云剧场,http://117.32.85.218:8020/rtp/239.111.205.66:5140 112 | CCTV怀旧剧场,http://117.32.85.218:8020/rtp/239.111.205.67:5140 113 | CCTV风云足球,http://117.32.85.218:8020/rtp/239.111.205.68:5140 114 | CCTV兵器科技,http://117.32.85.218:8020/rtp/239.111.205.74:5140 115 | CCTV央视台球,http://117.32.85.218:8020/rtp/239.111.205.70:5140 116 | CCTV央视文化精品,http://117.32.85.218:8020/rtp/239.111.205.75:5140 117 | CCTV世界地理,http://117.32.85.218:8020/rtp/239.111.205.71:5140 118 | CCTV女性时尚,http://117.32.85.218:8020/rtp/239.111.205.72:5140 119 | CCTV高尔夫网球,http://117.32.85.218:8020/rtp/239.111.205.73:5140 120 | CCTV风云音乐,http://117.32.85.218:8020/rtp/239.111.205.69:5140 121 | -------------------------------------------------------------------------------- /speedtest/txt/fofa_Chongqing_161.txt: -------------------------------------------------------------------------------- 1 | 重庆卫视,http:///rtp/235.254.196.249:1268 2 | 重庆新闻,http:///rtp/235.254.196.199:7980 3 | 重庆影视,http:///rtp/235.254.198.180:7980 4 | 重庆都市,http:///rtp/235.254.198.181:7980 5 | 重庆时尚,http:///rtp/235.254.198.182:7980 6 | 重庆娱乐,http:///rtp/235.254.198.187:7980 7 | 重庆公共农村,http:///rtp/235.254.198.186:7980 8 | 重庆少儿,http:///rtp/235.254.196.214:1128 9 | 重庆科教,http:///rtp/235.254.196.215:1132 10 | 重庆生活,http:///rtp/235.254.196.216:1136 11 | 重庆汽摩,http:///rtp/235.254.196.221:1156 12 | 睛彩重庆,http:///rtp/235.254.196.218:1146 13 | 14 | CCTV1,http:///rtp/235.254.198.51:1480 15 | CCTV2,http:///rtp/235.254.198.52:1484 16 | CCTV3,http:///rtp/235.254.198.53:1488 17 | CCTV4,http:///rtp/235.254.198.183:7980 18 | CCTV5,http:///rtp/235.254.198.54:1492 19 | CCTV5+,http:///rtp/235.254.198.122:1764 20 | CCTV6,http:///rtp/235.254.198.55:1496 21 | CCTV7,http:///rtp/235.254.198.56:1500 22 | CCTV8,http:///rtp/235.254.198.57:1504 23 | CCTV9,http:///rtp/235.254.198.58:1508 24 | CCTV10,http:///rtp/235.254.198.59:1512 25 | CCTV11,http:///rtp/235.254.198.7:1304 26 | CCTV12,http:///rtp/235.254.198.60:1516 27 | CCTV13,http:///rtp/235.254.198.9:1312 28 | CCTV15,http:///rtp/235.254.198.11:1320 29 | 湖南卫视,http:///rtp/235.254.198.62:1524 30 | 浙江卫视,http:///rtp/235.254.198.63:1528 31 | 东方卫视,http:///rtp/235.254.198.73:1568 32 | 江苏卫视,http:///rtp/235.254.198.64:1532 33 | 北京卫视,http:///rtp/235.254.198.66:1540 34 | 深圳卫视,http:///rtp/235.254.198.71:1560 35 | 广东卫视,http:///rtp/235.254.196.204:1088 36 | 天津卫视,http:///rtp/235.254.198.67:1544 37 | 山东卫视,http:///rtp/235.254.198.69:1552 38 | 四川卫视,http:///rtp/235.254.198.175:7980 39 | 贵州卫视,http:///rtp/235.254.198.185:7980 40 | 河北卫视,http:///rtp/235.254.198.184:7980 41 | 辽宁卫视,http:///rtp/235.254.198.68:1548 42 | 东南卫视,http:///rtp/235.254.198.129:7980 43 | 安徽卫视,http:///rtp/235.254.198.65:1536 44 | 湖北卫视,http:///rtp/235.254.198.72:1564 45 | 黑龙江卫视,http:///rtp/235.254.198.70:1556 46 | 热播剧场,http:///rtp/235.254.198.113:1728 47 | 经典电影,http:///rtp/235.254.198.114:1732 48 | 城市剧场,http:///rtp/235.254.198.74:1572 49 | 军旅剧场,http:///rtp/235.254.198.75:1576 50 | 古装剧场,http:///rtp/235.254.198.76:1580 51 | 音乐现场,http:///rtp/235.254.198.77:1584 52 | 53 | 重庆卫视,http:///rtp/235.254.196.249:1268 54 | 重庆新闻,http:///rtp/235.254.196.199:7980 55 | 重庆影视,http:///rtp/235.254.198.180:7980 56 | 重庆都市,http:///rtp/235.254.198.181:7980 57 | 重庆时尚,http:///rtp/235.254.198.182:7980 58 | 重庆娱乐,http:///rtp/235.254.198.187:7980 59 | 重庆公共农村,http:///rtp/235.254.198.186:7980 60 | 重庆少儿,http:///rtp/235.254.196.214:1128 61 | 重庆科教,http:///rtp/235.254.196.215:1132 62 | 重庆生活,http:///rtp/235.254.196.216:1136 63 | 重庆汽摩,http:///rtp/235.254.196.221:1156 64 | 睛彩重庆,http:///rtp/235.254.196.218:1146 65 | 66 | CCTV1,http:///rtp/235.254.198.51:1480 67 | CCTV2,http:///rtp/235.254.198.52:1484 68 | CCTV3,http:///rtp/235.254.198.53:1488 69 | CCTV4,http:///rtp/235.254.198.183:7980 70 | CCTV5,http:///rtp/235.254.198.54:1492 71 | CCTV5+,http:///rtp/235.254.198.122:1764 72 | CCTV6,http:///rtp/235.254.198.55:1496 73 | CCTV7,http:///rtp/235.254.198.56:1500 74 | CCTV8,http:///rtp/235.254.198.57:1504 75 | CCTV9,http:///rtp/235.254.198.58:1508 76 | CCTV10,http:///rtp/235.254.198.59:1512 77 | CCTV11,http:///rtp/235.254.198.7:1304 78 | CCTV12,http:///rtp/235.254.198.60:1516 79 | CCTV13,http:///rtp/235.254.198.9:1312 80 | CCTV15,http:///rtp/235.254.198.11:1320 81 | 湖南卫视,http:///rtp/235.254.198.62:1524 82 | 浙江卫视,http:///rtp/235.254.198.63:1528 83 | 东方卫视,http:///rtp/235.254.198.73:1568 84 | 江苏卫视,http:///rtp/235.254.198.64:1532 85 | 北京卫视,http:///rtp/235.254.198.66:1540 86 | 深圳卫视,http:///rtp/235.254.198.71:1560 87 | 广东卫视,http:///rtp/235.254.196.204:1088 88 | 天津卫视,http:///rtp/235.254.198.67:1544 89 | 山东卫视,http:///rtp/235.254.198.69:1552 90 | 四川卫视,http:///rtp/235.254.198.175:7980 91 | 贵州卫视,http:///rtp/235.254.198.185:7980 92 | 河北卫视,http:///rtp/235.254.198.184:7980 93 | 辽宁卫视,http:///rtp/235.254.198.68:1548 94 | 东南卫视,http:///rtp/235.254.198.129:7980 95 | 安徽卫视,http:///rtp/235.254.198.65:1536 96 | 湖北卫视,http:///rtp/235.254.198.72:1564 97 | 黑龙江卫视,http:///rtp/235.254.198.70:1556 98 | 热播剧场,http:///rtp/235.254.198.113:1728 99 | 经典电影,http:///rtp/235.254.198.114:1732 100 | 城市剧场,http:///rtp/235.254.198.74:1572 101 | 军旅剧场,http:///rtp/235.254.198.75:1576 102 | 古装剧场,http:///rtp/235.254.198.76:1580 103 | 音乐现场,http:///rtp/235.254.198.77:1584 104 | 105 | 重庆卫视,http:///rtp/235.254.196.249:1268 106 | 重庆新闻,http:///rtp/235.254.196.199:7980 107 | 重庆影视,http:///rtp/235.254.198.180:7980 108 | 重庆都市,http:///rtp/235.254.198.181:7980 109 | 重庆时尚,http:///rtp/235.254.198.182:7980 110 | 重庆娱乐,http:///rtp/235.254.198.187:7980 111 | 重庆公共农村,http:///rtp/235.254.198.186:7980 112 | 重庆少儿,http:///rtp/235.254.196.214:1128 113 | 重庆科教,http:///rtp/235.254.196.215:1132 114 | 重庆生活,http:///rtp/235.254.196.216:1136 115 | 重庆汽摩,http:///rtp/235.254.196.221:1156 116 | 睛彩重庆,http:///rtp/235.254.196.218:1146 117 | 118 | CCTV1,http:///rtp/235.254.198.51:1480 119 | CCTV2,http:///rtp/235.254.198.52:1484 120 | CCTV3,http:///rtp/235.254.198.53:1488 121 | CCTV4,http:///rtp/235.254.198.183:7980 122 | CCTV5,http:///rtp/235.254.198.54:1492 123 | CCTV5+,http:///rtp/235.254.198.122:1764 124 | CCTV6,http:///rtp/235.254.198.55:1496 125 | CCTV7,http:///rtp/235.254.198.56:1500 126 | CCTV8,http:///rtp/235.254.198.57:1504 127 | CCTV9,http:///rtp/235.254.198.58:1508 128 | CCTV10,http:///rtp/235.254.198.59:1512 129 | CCTV11,http:///rtp/235.254.198.7:1304 130 | CCTV12,http:///rtp/235.254.198.60:1516 131 | CCTV13,http:///rtp/235.254.198.9:1312 132 | CCTV15,http:///rtp/235.254.198.11:1320 133 | 湖南卫视,http:///rtp/235.254.198.62:1524 134 | 浙江卫视,http:///rtp/235.254.198.63:1528 135 | 东方卫视,http:///rtp/235.254.198.73:1568 136 | 江苏卫视,http:///rtp/235.254.198.64:1532 137 | 北京卫视,http:///rtp/235.254.198.66:1540 138 | 深圳卫视,http:///rtp/235.254.198.71:1560 139 | 广东卫视,http:///rtp/235.254.196.204:1088 140 | 天津卫视,http:///rtp/235.254.198.67:1544 141 | 山东卫视,http:///rtp/235.254.198.69:1552 142 | 四川卫视,http:///rtp/235.254.198.175:7980 143 | 贵州卫视,http:///rtp/235.254.198.185:7980 144 | 河北卫视,http:///rtp/235.254.198.184:7980 145 | 辽宁卫视,http:///rtp/235.254.198.68:1548 146 | 东南卫视,http:///rtp/235.254.198.129:7980 147 | 安徽卫视,http:///rtp/235.254.198.65:1536 148 | 湖北卫视,http:///rtp/235.254.198.72:1564 149 | 黑龙江卫视,http:///rtp/235.254.198.70:1556 150 | 热播剧场,http:///rtp/235.254.198.113:1728 151 | 经典电影,http:///rtp/235.254.198.114:1732 152 | 城市剧场,http:///rtp/235.254.198.74:1572 153 | 军旅剧场,http:///rtp/235.254.198.75:1576 154 | 古装剧场,http:///rtp/235.254.198.76:1580 155 | 音乐现场,http:///rtp/235.254.198.77:1584 156 | 157 | -------------------------------------------------------------------------------- /speedtest/txt/fofa_Guangxi_163.txt: -------------------------------------------------------------------------------- 1 | 广西卫视,http:///udp/239.81.0.107:4056 2 | 广西综艺,http:///udp/239.81.0.214:4056 3 | 广西影视,http:///udp/239.81.0.250:4056 4 | 广西新闻,http:///udp/239.81.0.248:4056 5 | 广西公共,http:///udp/239.81.0.249:4056 6 | 广西都市,http:///udp/239.81.0.247:4056 7 | 广西国际,http:///udp/239.81.0.8:4056 8 | 南宁影视,http:///udp/239.81.0.128:4056 9 | 南宁新闻,http:///udp/239.81.0.241:4056 10 | 南宁公共,http:///udp/239.81.0.129:4056 11 | 南宁文旅,http:///udp/239.81.0.127:4056 12 | 柳州新闻,http:///udp/239.81.0.134:4056 13 | 北海新闻,http:///udp/239.81.0.136:4056 14 | 玉林新闻,http:///udp/239.81.0.138:4056 15 | 贺州新闻,http:///udp/239.81.0.137:4056 16 | 桂林新闻,http:///udp/239.81.0.135:4056 17 | 18 | CCTV1,http:///udp/239.81.0.13:4056 19 | CCTV2,http:///udp/239.81.0.115:4056 20 | CCTV3,http:///udp/239.81.0.231:4056 21 | CCTV4,http:///udp/239.81.0.96:4056 22 | CCTV5,http:///udp/239.81.0.232:4056 23 | CCTV5+,http:///udp/239.81.0.101:4056 24 | CCTV6,http:///udp/239.81.0.233:4056 25 | CCTV7,http:///udp/239.81.0.116:4056 26 | CCTV8,http:///udp/239.81.0.234:4056 27 | CCTV9,http:///udp/239.81.0.117:4056 28 | CCTV10,http:///udp/239.81.0.118:4056 29 | CCTV11,http:///udp/239.81.0.229:4056 30 | CCTV12,http:///udp/239.81.0.119:4056 31 | CCTV13,http:///udp/239.81.0.206:4056 32 | CCTV14,http:///udp/239.81.0.120:4056 33 | CCTV15,http:///udp/239.81.0.230:4056 34 | CCTV17,http:///udp/239.81.0.228:4056 35 | 湖南卫视,http:///udp/239.81.0.110:4056 36 | 东方卫视,http:///udp/239.81.0.111:4056 37 | 江苏卫视,http:///udp/239.81.0.106:4056 38 | 浙江卫视,http:///udp/239.81.0.108:4056 39 | 北京卫视,http:///udp/239.81.0.109:4056 40 | 广东卫视,http:///udp/239.81.0.104:4056 41 | 深圳卫视,http:///udp/239.81.0.103:4056 42 | 黑龙江卫视,http:///udp/239.81.0.105:4056 43 | 湖北卫视,http:///udp/239.81.0.112:4056 44 | 山东卫视,http:///udp/239.81.0.114:4056 45 | 甘肃卫视,http:///udp/239.81.0.207:4056 46 | 天津卫视,http:///udp/239.81.0.113:4056 47 | 辽宁卫视,http:///udp/239.81.0.210:4056 48 | 江西卫视,http:///udp/239.81.0.204:4056 49 | 贵州卫视,http:///udp/239.81.0.95:4056 50 | 海南卫视,http:///udp/239.81.0.48:4056 51 | 安徽卫视,http:///udp/239.81.0.211:4056 52 | 河北卫视,http:///udp/239.81.0.94:4056 53 | 东南卫视,http:///udp/239.81.0.215:4056 54 | 陕西卫视,http:///udp/239.81.0.89:4056 55 | 四川卫视,http:///udp/239.81.0.130:4056 56 | 重庆卫视,http:///udp/239.81.0.47:4056 57 | 云南卫视,http:///udp/239.81.0.45:4056 58 | 河南卫视,http:///udp/239.81.0.44:4056 59 | 厦门卫视,http:///udp/239.81.0.212:4056 60 | 三沙卫视,http:///udp/239.81.0.242:4056 61 | 甘肃卫视,http:///udp/239.81.0.207:4056 62 | 吉林卫视,http:///udp/239.81.0.210:4056 63 | 山西卫视,http:///udp/239.81.0.49:4056 64 | 内蒙古卫视,http:///udp/239.81.0.54:4056 65 | 宁夏卫视,http:///udp/239.81.0.60:4056 66 | 青海卫视,http:///udp/239.81.0.53:4056 67 | 新疆卫视,http:///udp/239.81.0.46:4056 68 | 兵团卫视,http:///udp/239.81.0.213:4056 69 | 西藏卫视,http:///udp/239.81.0.55:4056 70 | 南方卫视,http:///udp/239.81.0.32:4056 71 | 72 | 73 | 74 | 广西卫视,http:///udp/239.81.0.107:4056 75 | 广西综艺,http:///udp/239.81.0.214:4056 76 | 广西影视,http:///udp/239.81.0.250:4056 77 | 广西新闻,http:///udp/239.81.0.248:4056 78 | 广西公共,http:///udp/239.81.0.249:4056 79 | 广西都市,http:///udp/239.81.0.247:4056 80 | 广西国际,http:///udp/239.81.0.8:4056 81 | 南宁影视,http:///udp/239.81.0.128:4056 82 | 南宁新闻,http:///udp/239.81.0.241:4056 83 | 南宁公共,http:///udp/239.81.0.129:4056 84 | 南宁文旅,http:///udp/239.81.0.127:4056 85 | 柳州新闻,http:///udp/239.81.0.134:4056 86 | 北海新闻,http:///udp/239.81.0.136:4056 87 | 玉林新闻,http:///udp/239.81.0.138:4056 88 | 贺州新闻,http:///udp/239.81.0.137:4056 89 | 桂林新闻,http:///udp/239.81.0.135:4056 90 | 91 | CCTV1,http:///udp/239.81.0.13:4056 92 | CCTV2,http:///udp/239.81.0.115:4056 93 | CCTV3,http:///udp/239.81.0.231:4056 94 | CCTV4,http:///udp/239.81.0.96:4056 95 | CCTV5,http:///udp/239.81.0.232:4056 96 | CCTV5+,http:///udp/239.81.0.101:4056 97 | CCTV6,http:///udp/239.81.0.233:4056 98 | CCTV7,http:///udp/239.81.0.116:4056 99 | CCTV8,http:///udp/239.81.0.234:4056 100 | CCTV9,http:///udp/239.81.0.117:4056 101 | CCTV10,http:///udp/239.81.0.118:4056 102 | CCTV11,http:///udp/239.81.0.229:4056 103 | CCTV12,http:///udp/239.81.0.119:4056 104 | CCTV13,http:///udp/239.81.0.206:4056 105 | CCTV14,http:///udp/239.81.0.120:4056 106 | CCTV15,http:///udp/239.81.0.230:4056 107 | CCTV17,http:///udp/239.81.0.228:4056 108 | 湖南卫视,http:///udp/239.81.0.110:4056 109 | 东方卫视,http:///udp/239.81.0.111:4056 110 | 江苏卫视,http:///udp/239.81.0.106:4056 111 | 浙江卫视,http:///udp/239.81.0.108:4056 112 | 北京卫视,http:///udp/239.81.0.109:4056 113 | 广东卫视,http:///udp/239.81.0.104:4056 114 | 深圳卫视,http:///udp/239.81.0.103:4056 115 | 黑龙江卫视,http:///udp/239.81.0.105:4056 116 | 湖北卫视,http:///udp/239.81.0.112:4056 117 | 山东卫视,http:///udp/239.81.0.114:4056 118 | 甘肃卫视,http:///udp/239.81.0.207:4056 119 | 天津卫视,http:///udp/239.81.0.113:4056 120 | 辽宁卫视,http:///udp/239.81.0.210:4056 121 | 江西卫视,http:///udp/239.81.0.204:4056 122 | 贵州卫视,http:///udp/239.81.0.95:4056 123 | 海南卫视,http:///udp/239.81.0.48:4056 124 | 安徽卫视,http:///udp/239.81.0.211:4056 125 | 河北卫视,http:///udp/239.81.0.94:4056 126 | 东南卫视,http:///udp/239.81.0.215:4056 127 | 陕西卫视,http:///udp/239.81.0.89:4056 128 | 四川卫视,http:///udp/239.81.0.130:4056 129 | 重庆卫视,http:///udp/239.81.0.47:4056 130 | 云南卫视,http:///udp/239.81.0.45:4056 131 | 河南卫视,http:///udp/239.81.0.44:4056 132 | 厦门卫视,http:///udp/239.81.0.212:4056 133 | 三沙卫视,http:///udp/239.81.0.242:4056 134 | 甘肃卫视,http:///udp/239.81.0.207:4056 135 | 吉林卫视,http:///udp/239.81.0.210:4056 136 | 山西卫视,http:///udp/239.81.0.49:4056 137 | 内蒙古卫视,http:///udp/239.81.0.54:4056 138 | 宁夏卫视,http:///udp/239.81.0.60:4056 139 | 青海卫视,http:///udp/239.81.0.53:4056 140 | 新疆卫视,http:///udp/239.81.0.46:4056 141 | 兵团卫视,http:///udp/239.81.0.213:4056 142 | 西藏卫视,http:///udp/239.81.0.55:4056 143 | 南方卫视,http:///udp/239.81.0.32:4056 144 | 145 | 146 | 147 | 广西卫视,http:///udp/239.81.0.107:4056 148 | 广西综艺,http:///udp/239.81.0.214:4056 149 | 广西影视,http:///udp/239.81.0.250:4056 150 | 广西新闻,http:///udp/239.81.0.248:4056 151 | 广西公共,http:///udp/239.81.0.249:4056 152 | 广西都市,http:///udp/239.81.0.247:4056 153 | 广西国际,http:///udp/239.81.0.8:4056 154 | 南宁影视,http:///udp/239.81.0.128:4056 155 | 南宁新闻,http:///udp/239.81.0.241:4056 156 | 南宁公共,http:///udp/239.81.0.129:4056 157 | 南宁文旅,http:///udp/239.81.0.127:4056 158 | 柳州新闻,http:///udp/239.81.0.134:4056 159 | 北海新闻,http:///udp/239.81.0.136:4056 160 | 玉林新闻,http:///udp/239.81.0.138:4056 161 | 贺州新闻,http:///udp/239.81.0.137:4056 162 | 桂林新闻,http:///udp/239.81.0.135:4056 163 | 164 | CCTV1,http:///udp/239.81.0.13:4056 165 | CCTV2,http:///udp/239.81.0.115:4056 166 | CCTV3,http:///udp/239.81.0.231:4056 167 | CCTV4,http:///udp/239.81.0.96:4056 168 | CCTV5,http:///udp/239.81.0.232:4056 169 | CCTV5+,http:///udp/239.81.0.101:4056 170 | CCTV6,http:///udp/239.81.0.233:4056 171 | CCTV7,http:///udp/239.81.0.116:4056 172 | CCTV8,http:///udp/239.81.0.234:4056 173 | CCTV9,http:///udp/239.81.0.117:4056 174 | CCTV10,http:///udp/239.81.0.118:4056 175 | CCTV11,http:///udp/239.81.0.229:4056 176 | CCTV12,http:///udp/239.81.0.119:4056 177 | CCTV13,http:///udp/239.81.0.206:4056 178 | CCTV14,http:///udp/239.81.0.120:4056 179 | CCTV15,http:///udp/239.81.0.230:4056 180 | CCTV17,http:///udp/239.81.0.228:4056 181 | 湖南卫视,http:///udp/239.81.0.110:4056 182 | 东方卫视,http:///udp/239.81.0.111:4056 183 | 江苏卫视,http:///udp/239.81.0.106:4056 184 | 浙江卫视,http:///udp/239.81.0.108:4056 185 | 北京卫视,http:///udp/239.81.0.109:4056 186 | 广东卫视,http:///udp/239.81.0.104:4056 187 | 深圳卫视,http:///udp/239.81.0.103:4056 188 | 黑龙江卫视,http:///udp/239.81.0.105:4056 189 | 湖北卫视,http:///udp/239.81.0.112:4056 190 | 山东卫视,http:///udp/239.81.0.114:4056 191 | 甘肃卫视,http:///udp/239.81.0.207:4056 192 | 天津卫视,http:///udp/239.81.0.113:4056 193 | 辽宁卫视,http:///udp/239.81.0.210:4056 194 | 江西卫视,http:///udp/239.81.0.204:4056 195 | 贵州卫视,http:///udp/239.81.0.95:4056 196 | 海南卫视,http:///udp/239.81.0.48:4056 197 | 安徽卫视,http:///udp/239.81.0.211:4056 198 | 河北卫视,http:///udp/239.81.0.94:4056 199 | 东南卫视,http:///udp/239.81.0.215:4056 200 | 陕西卫视,http:///udp/239.81.0.89:4056 201 | 四川卫视,http:///udp/239.81.0.130:4056 202 | 重庆卫视,http:///udp/239.81.0.47:4056 203 | 云南卫视,http:///udp/239.81.0.45:4056 204 | 河南卫视,http:///udp/239.81.0.44:4056 205 | 厦门卫视,http:///udp/239.81.0.212:4056 206 | 三沙卫视,http:///udp/239.81.0.242:4056 207 | 甘肃卫视,http:///udp/239.81.0.207:4056 208 | 吉林卫视,http:///udp/239.81.0.210:4056 209 | 山西卫视,http:///udp/239.81.0.49:4056 210 | 内蒙古卫视,http:///udp/239.81.0.54:4056 211 | 宁夏卫视,http:///udp/239.81.0.60:4056 212 | 青海卫视,http:///udp/239.81.0.53:4056 213 | 新疆卫视,http:///udp/239.81.0.46:4056 214 | 兵团卫视,http:///udp/239.81.0.213:4056 215 | 西藏卫视,http:///udp/239.81.0.55:4056 216 | 南方卫视,http:///udp/239.81.0.32:4056 217 | 218 | 219 | 220 | -------------------------------------------------------------------------------- /speedtest/txt/fofa_Jiangxi_105.txt: -------------------------------------------------------------------------------- 1 | 江西卫视,http:///udp/239.252.220.63:5140 2 | 江西都市,http:///udp/239.252.220.238:5140 3 | 江西经济生活,http:///udp/239.252.219.173:5140 4 | 江西影视旅游,http:///udp/239.252.220.242:5140 5 | 江西公共农业,http:///udp/239.252.220.102:5140 6 | 江西少儿,http:///udp/239.252.219.113:5140 7 | 江西新闻,http:///udp/239.252.220.100:5140 8 | 江西移动,http:///udp/239.252.220.241:5140 9 | 江西教育,http:///udp/239.252.219.115:5140 10 | CCTV1,http:///udp/239.252.219.200:5140 11 | CCTV2,http:///udp/239.252.220.183:5140 12 | CCTV3,http:///udp/239.252.219.252:5140 13 | CCTV3,http:///udp/239.252.220.193:5140 14 | CCTV4,http:///udp/239.252.220.184:5140 15 | CCTV5,http:///udp/239.252.219.198:5140 16 | CCTV5,http:///udp/239.252.219.236:5140 17 | CCTV5+,http:///udp/239.252.219.72:5140 18 | CCTV6,http:///udp/239.252.219.237:5140 19 | CCTV6,http:///udp/239.252.220.195:5140 20 | CCTV7,http:///udp/239.252.220.185:5140 21 | CCTV8,http:///udp/239.252.219.253:5140 22 | CCTV8,http:///udp/239.252.220.196:5140 23 | CCTV9,http:///udp/239.252.220.186:5140 24 | CCTV10,http:///udp/239.252.220.91:5140 25 | CCTV11,http:///udp/239.252.219.78:5140 26 | CCTV12,http:///udp/239.252.220.187:5140 27 | CCTV13,http:///udp/239.252.219.139:5140 28 | CCTV14,http:///udp/239.252.220.92:5140 29 | CCTV15,http:///udp/239.252.219.79:5140 30 | CCTV16,http:///udp/239.252.220.237:5140 31 | CCTV17,http:///udp/239.252.220.192:5140 32 | CCTV164K,http:///udp/239.252.220.237:5140 33 | CCTV4-欧洲,http:///udp/239.252.219.192:5140 34 | CCTV4-美洲,http:///udp/239.252.219.193:5140 35 | CHC动作电影,http:///udp/239.252.219.85:5140 36 | CHC影迷电影,http:///udp/239.252.219.83:5140 37 | CHC家庭影院,http:///udp/239.252.219.84:5140 38 | CCTV第一剧场,http:///udp/239.252.219.86:5140 39 | CCTV风云剧场,http:///udp/239.252.219.89:5140 40 | CCTV怀旧剧场,http:///udp/239.252.219.90:5140 41 | CCTV风云足球,http:///udp/239.252.219.96:5140 42 | CCTV电视指南,http:///udp/239.252.219.97:5140 43 | CCTV兵器科技,http:///udp/239.252.219.98:5140 44 | CCTV央视台球,http:///udp/239.252.219.80:5140 45 | CCTV央视文化精品,http:///udp/239.252.219.81:5140 46 | CCTV世界地理,http:///udp/239.252.219.93:5140 47 | CCTV女性时尚,http:///udp/239.252.219.94:5140 48 | CCTV高尔夫网球,http:///udp/239.252.219.95:5140 49 | CCTV风云音乐,http:///udp/239.252.219.87:5140 50 | 欢笑剧场,http:///udp/239.252.219.224:5140 51 | 都市剧场,http:///udp/239.252.219.225:5140 52 | 精彩影视,http:///udp/239.252.220.223:5140 53 | BesTV星光影院,http:///udp/239.252.220.127:5140 54 | BesTV华语影院,http:///udp/239.252.220.126:5140 55 | BesTV全球大片,http:///udp/239.252.220.128:5140 56 | 湖南卫视,http:///udp/239.252.219.201:5140 57 | 浙江卫视,http:///udp/239.252.219.210:5140 58 | 北京卫视,http:///udp/239.252.219.206:5140 59 | 东方卫视,http:///udp/239.252.219.229:5140 60 | 江苏卫视,http:///udp/239.252.219.214:5140 61 | 广东卫视,http:///udp/239.252.219.213:5140 62 | 深圳卫视,http:///udp/239.252.219.212:5140 63 | 天津卫视,http:///udp/239.252.219.187:5140 64 | 山东卫视,http:///udp/239.252.219.228:5140 65 | 安徽卫视,http:///udp/239.252.220.83:5140 66 | 湖北卫视,http:///udp/239.252.219.208:5140 67 | 东南卫视,http:///udp/239.252.220.82:5140 68 | 四川卫视,http:///udp/239.252.220.93:5140 69 | 重庆卫视,http:///udp/239.252.220.94:5140 70 | 辽宁卫视,http:///udp/239.252.220.62:5140 71 | 黑龙江卫视,http:///udp/239.252.219.211:5140 72 | 吉林卫视,http:///udp/239.252.220.188:5140 73 | 河南卫视,http:///udp/239.252.220.189:5140 74 | 河北卫视,http:///udp/239.252.220.154:5140 75 | 贵州卫视,http:///udp/239.252.220.190:5140 76 | 甘肃卫视,http:///udp/239.252.219.140:5140 77 | 海南卫视,http:///udp/239.252.219.178:5140 78 | 广西卫视,http:///udp/239.252.219.183:5140 79 | 云南卫视,http:///udp/239.252.219.185:5140 80 | 上海纪实,http:///udp/239.252.219.227:5140 81 | 金鹰纪实,http:///udp/239.252.220.155:5140 82 | 东方财经,http:///udp/239.252.219.57:5140 83 | 快乐垂钓,http:///udp/239.252.220.177:5140 84 | 85 | 86 | 江西卫视,http:///udp/239.252.220.63:5140 87 | 江西都市,http:///udp/239.252.220.238:5140 88 | 江西经济生活,http:///udp/239.252.219.173:5140 89 | 江西影视旅游,http:///udp/239.252.220.242:5140 90 | 江西公共农业,http:///udp/239.252.220.102:5140 91 | 江西少儿,http:///udp/239.252.219.113:5140 92 | 江西新闻,http:///udp/239.252.220.100:5140 93 | 江西移动,http:///udp/239.252.220.241:5140 94 | 江西教育,http:///udp/239.252.219.115:5140 95 | CCTV1,http:///udp/239.252.219.200:5140 96 | CCTV2,http:///udp/239.252.220.183:5140 97 | CCTV3,http:///udp/239.252.219.252:5140 98 | CCTV3,http:///udp/239.252.220.193:5140 99 | CCTV4,http:///udp/239.252.220.184:5140 100 | CCTV5,http:///udp/239.252.219.198:5140 101 | CCTV5,http:///udp/239.252.219.236:5140 102 | CCTV5+,http:///udp/239.252.219.72:5140 103 | CCTV6,http:///udp/239.252.219.237:5140 104 | CCTV6,http:///udp/239.252.220.195:5140 105 | CCTV7,http:///udp/239.252.220.185:5140 106 | CCTV8,http:///udp/239.252.219.253:5140 107 | CCTV8,http:///udp/239.252.220.196:5140 108 | CCTV9,http:///udp/239.252.220.186:5140 109 | CCTV10,http:///udp/239.252.220.91:5140 110 | CCTV11,http:///udp/239.252.219.78:5140 111 | CCTV12,http:///udp/239.252.220.187:5140 112 | CCTV13,http:///udp/239.252.219.139:5140 113 | CCTV14,http:///udp/239.252.220.92:5140 114 | CCTV15,http:///udp/239.252.219.79:5140 115 | CCTV16,http:///udp/239.252.220.237:5140 116 | CCTV17,http:///udp/239.252.220.192:5140 117 | CCTV164K,http:///udp/239.252.220.237:5140 118 | CCTV4-欧洲,http:///udp/239.252.219.192:5140 119 | CCTV4-美洲,http:///udp/239.252.219.193:5140 120 | CHC动作电影,http:///udp/239.252.219.85:5140 121 | CHC影迷电影,http:///udp/239.252.219.83:5140 122 | CHC家庭影院,http:///udp/239.252.219.84:5140 123 | CCTV第一剧场,http:///udp/239.252.219.86:5140 124 | CCTV风云剧场,http:///udp/239.252.219.89:5140 125 | CCTV怀旧剧场,http:///udp/239.252.219.90:5140 126 | CCTV风云足球,http:///udp/239.252.219.96:5140 127 | CCTV电视指南,http:///udp/239.252.219.97:5140 128 | CCTV兵器科技,http:///udp/239.252.219.98:5140 129 | CCTV央视台球,http:///udp/239.252.219.80:5140 130 | CCTV央视文化精品,http:///udp/239.252.219.81:5140 131 | CCTV世界地理,http:///udp/239.252.219.93:5140 132 | CCTV女性时尚,http:///udp/239.252.219.94:5140 133 | CCTV高尔夫网球,http:///udp/239.252.219.95:5140 134 | CCTV风云音乐,http:///udp/239.252.219.87:5140 135 | 欢笑剧场,http:///udp/239.252.219.224:5140 136 | 都市剧场,http:///udp/239.252.219.225:5140 137 | 精彩影视,http:///udp/239.252.220.223:5140 138 | BesTV星光影院,http:///udp/239.252.220.127:5140 139 | BesTV华语影院,http:///udp/239.252.220.126:5140 140 | BesTV全球大片,http:///udp/239.252.220.128:5140 141 | 湖南卫视,http:///udp/239.252.219.201:5140 142 | 浙江卫视,http:///udp/239.252.219.210:5140 143 | 北京卫视,http:///udp/239.252.219.206:5140 144 | 东方卫视,http:///udp/239.252.219.229:5140 145 | 江苏卫视,http:///udp/239.252.219.214:5140 146 | 广东卫视,http:///udp/239.252.219.213:5140 147 | 深圳卫视,http:///udp/239.252.219.212:5140 148 | 天津卫视,http:///udp/239.252.219.187:5140 149 | 山东卫视,http:///udp/239.252.219.228:5140 150 | 安徽卫视,http:///udp/239.252.220.83:5140 151 | 湖北卫视,http:///udp/239.252.219.208:5140 152 | 东南卫视,http:///udp/239.252.220.82:5140 153 | 四川卫视,http:///udp/239.252.220.93:5140 154 | 重庆卫视,http:///udp/239.252.220.94:5140 155 | 辽宁卫视,http:///udp/239.252.220.62:5140 156 | 黑龙江卫视,http:///udp/239.252.219.211:5140 157 | 吉林卫视,http:///udp/239.252.220.188:5140 158 | 河南卫视,http:///udp/239.252.220.189:5140 159 | 河北卫视,http:///udp/239.252.220.154:5140 160 | 贵州卫视,http:///udp/239.252.220.190:5140 161 | 甘肃卫视,http:///udp/239.252.219.140:5140 162 | 海南卫视,http:///udp/239.252.219.178:5140 163 | 广西卫视,http:///udp/239.252.219.183:5140 164 | 云南卫视,http:///udp/239.252.219.185:5140 165 | 上海纪实,http:///udp/239.252.219.227:5140 166 | 金鹰纪实,http:///udp/239.252.220.155:5140 167 | 东方财经,http:///udp/239.252.219.57:5140 168 | 快乐垂钓,http:///udp/239.252.220.177:5140 169 | 170 | 171 | 江西卫视,http:///udp/239.252.220.63:5140 172 | 江西都市,http:///udp/239.252.220.238:5140 173 | 江西经济生活,http:///udp/239.252.219.173:5140 174 | 江西影视旅游,http:///udp/239.252.220.242:5140 175 | 江西公共农业,http:///udp/239.252.220.102:5140 176 | 江西少儿,http:///udp/239.252.219.113:5140 177 | 江西新闻,http:///udp/239.252.220.100:5140 178 | 江西移动,http:///udp/239.252.220.241:5140 179 | 江西教育,http:///udp/239.252.219.115:5140 180 | CCTV1,http:///udp/239.252.219.200:5140 181 | CCTV2,http:///udp/239.252.220.183:5140 182 | CCTV3,http:///udp/239.252.219.252:5140 183 | CCTV3,http:///udp/239.252.220.193:5140 184 | CCTV4,http:///udp/239.252.220.184:5140 185 | CCTV5,http:///udp/239.252.219.198:5140 186 | CCTV5,http:///udp/239.252.219.236:5140 187 | CCTV5+,http:///udp/239.252.219.72:5140 188 | CCTV6,http:///udp/239.252.219.237:5140 189 | CCTV6,http:///udp/239.252.220.195:5140 190 | CCTV7,http:///udp/239.252.220.185:5140 191 | CCTV8,http:///udp/239.252.219.253:5140 192 | CCTV8,http:///udp/239.252.220.196:5140 193 | CCTV9,http:///udp/239.252.220.186:5140 194 | CCTV10,http:///udp/239.252.220.91:5140 195 | CCTV11,http:///udp/239.252.219.78:5140 196 | CCTV12,http:///udp/239.252.220.187:5140 197 | CCTV13,http:///udp/239.252.219.139:5140 198 | CCTV14,http:///udp/239.252.220.92:5140 199 | CCTV15,http:///udp/239.252.219.79:5140 200 | CCTV16,http:///udp/239.252.220.237:5140 201 | CCTV17,http:///udp/239.252.220.192:5140 202 | CCTV164K,http:///udp/239.252.220.237:5140 203 | CCTV4-欧洲,http:///udp/239.252.219.192:5140 204 | CCTV4-美洲,http:///udp/239.252.219.193:5140 205 | CHC动作电影,http:///udp/239.252.219.85:5140 206 | CHC影迷电影,http:///udp/239.252.219.83:5140 207 | CHC家庭影院,http:///udp/239.252.219.84:5140 208 | CCTV第一剧场,http:///udp/239.252.219.86:5140 209 | CCTV风云剧场,http:///udp/239.252.219.89:5140 210 | CCTV怀旧剧场,http:///udp/239.252.219.90:5140 211 | CCTV风云足球,http:///udp/239.252.219.96:5140 212 | CCTV电视指南,http:///udp/239.252.219.97:5140 213 | CCTV兵器科技,http:///udp/239.252.219.98:5140 214 | CCTV央视台球,http:///udp/239.252.219.80:5140 215 | CCTV央视文化精品,http:///udp/239.252.219.81:5140 216 | CCTV世界地理,http:///udp/239.252.219.93:5140 217 | CCTV女性时尚,http:///udp/239.252.219.94:5140 218 | CCTV高尔夫网球,http:///udp/239.252.219.95:5140 219 | CCTV风云音乐,http:///udp/239.252.219.87:5140 220 | 欢笑剧场,http:///udp/239.252.219.224:5140 221 | 都市剧场,http:///udp/239.252.219.225:5140 222 | 精彩影视,http:///udp/239.252.220.223:5140 223 | BesTV星光影院,http:///udp/239.252.220.127:5140 224 | BesTV华语影院,http:///udp/239.252.220.126:5140 225 | BesTV全球大片,http:///udp/239.252.220.128:5140 226 | 湖南卫视,http:///udp/239.252.219.201:5140 227 | 浙江卫视,http:///udp/239.252.219.210:5140 228 | 北京卫视,http:///udp/239.252.219.206:5140 229 | 东方卫视,http:///udp/239.252.219.229:5140 230 | 江苏卫视,http:///udp/239.252.219.214:5140 231 | 广东卫视,http:///udp/239.252.219.213:5140 232 | 深圳卫视,http:///udp/239.252.219.212:5140 233 | 天津卫视,http:///udp/239.252.219.187:5140 234 | 山东卫视,http:///udp/239.252.219.228:5140 235 | 安徽卫视,http:///udp/239.252.220.83:5140 236 | 湖北卫视,http:///udp/239.252.219.208:5140 237 | 东南卫视,http:///udp/239.252.220.82:5140 238 | 四川卫视,http:///udp/239.252.220.93:5140 239 | 重庆卫视,http:///udp/239.252.220.94:5140 240 | 辽宁卫视,http:///udp/239.252.220.62:5140 241 | 黑龙江卫视,http:///udp/239.252.219.211:5140 242 | 吉林卫视,http:///udp/239.252.220.188:5140 243 | 河南卫视,http:///udp/239.252.220.189:5140 244 | 河北卫视,http:///udp/239.252.220.154:5140 245 | 贵州卫视,http:///udp/239.252.220.190:5140 246 | 甘肃卫视,http:///udp/239.252.219.140:5140 247 | 海南卫视,http:///udp/239.252.219.178:5140 248 | 广西卫视,http:///udp/239.252.219.183:5140 249 | 云南卫视,http:///udp/239.252.219.185:5140 250 | 上海纪实,http:///udp/239.252.219.227:5140 251 | 金鹰纪实,http:///udp/239.252.220.155:5140 252 | 东方财经,http:///udp/239.252.219.57:5140 253 | 快乐垂钓,http:///udp/239.252.220.177:5140 254 | 255 | 256 | -------------------------------------------------------------------------------- /speedtest/txt/fofa_Sanxi_123.txt: -------------------------------------------------------------------------------- 1 | 陕西卫视,http:///rtp/239.111.205.35:5140 2 | 农林卫视,http:///rtp/239.112.205.27:5140 3 | 陕西新闻资讯,http:///udp/239.111.205.28:5140 4 | 陕西体育休闲,http:///udp/239.111.205.36:5140 5 | 陕西影视频道,http:///udp/239.111.205.99:5140 6 | 陕西都市青春,http:///udp/239.111.205.42:5140 7 | 陕西公共频道,http:///udp/239.111.205.100:5140 8 | 陕西生活频道,http:///udp/239.111.205.98:5140 9 | 陕西西部电影,http:///udp/239.111.205.102:5140 10 | CCTV1,http:///rtp/239.112.205.59:5140 11 | CCTV2,http:///rtp/239.112.205.78:5140 12 | CCTV3,http:///rtp/239.112.205.221:5140 13 | CCTV4,http:///rtp/239.112.205.202:5140 14 | CCTV5,http:///rtp/239.112.205.222:5140 15 | CCTV5+,http:///rtp/239.111.205.13:5140 16 | CCTV6,http:///rtp/239.112.205.223:5140 17 | CCTV7,http:///rtp/239.112.205.83:5140 18 | CCTV8,http:///rtp/239.112.205.224:5140 19 | CCTV9,http:///rtp/239.112.205.85:5140 20 | CCTV10,http:///rtp/239.112.205.86:5140 21 | CCTV11,http:///rtp/239.112.205.213:5140 22 | CCTV12,http:///rtp/239.112.205.88:5140 23 | CCTV14,http:///rtp/239.112.205.91:5140 24 | CCTV15,http:///rtp/239.112.205.214:5140 25 | CCTV16,http:///rtp/239.111.205.134:5140 26 | CCTV17,http:///rtp/239.112.205.211:5140 27 | CHC影迷电影,http:///rtp/239.112.205.206:5140 28 | CHC动作电影,http:///rtp/239.112.205.207:5140 29 | CHC家庭影院,http:///rtp/239.112.205.205:5140 30 | CCTV第一剧场,http:///rtp/239.111.205.65:5140 31 | CCTV风云剧场,http:///rtp/239.111.205.66:5140 32 | CCTV怀旧剧场,http:///rtp/239.111.205.67:5140 33 | CCTV风云足球,http:///rtp/239.111.205.68:5140 34 | CCTV兵器科技,http:///rtp/239.111.205.74:5140 35 | CCTV央视台球,http:///rtp/239.111.205.70:5140 36 | CCTV央视文化精品,http:///rtp/239.111.205.75:5140 37 | CCTV世界地理,http:///rtp/239.111.205.71:5140 38 | CCTV女性时尚,http:///rtp/239.111.205.72:5140 39 | CCTV高尔夫网球,http:///rtp/239.111.205.73:5140 40 | CCTV风云音乐,http:///rtp/239.111.205.69:5140 41 | 陕西卫视,http:///rtp/239.111.205.35:5140 42 | 农林卫视,http:///rtp/239.112.205.27:5140 43 | 陕西新闻资讯,http:///udp/239.111.205.28:5140 44 | 陕西体育休闲,http:///udp/239.111.205.36:5140 45 | 陕西影视频道,http:///udp/239.111.205.99:5140 46 | 陕西都市青春,http:///udp/239.111.205.42:5140 47 | 陕西公共频道,http:///udp/239.111.205.100:5140 48 | 陕西生活频道,http:///udp/239.111.205.98:5140 49 | 陕西西部电影,http:///udp/239.111.205.102:5140 50 | CCTV1,http:///rtp/239.112.205.59:5140 51 | CCTV2,http:///rtp/239.112.205.78:5140 52 | CCTV3,http:///rtp/239.112.205.221:5140 53 | CCTV4,http:///rtp/239.112.205.202:5140 54 | CCTV5,http:///rtp/239.112.205.222:5140 55 | CCTV5+,http:///rtp/239.111.205.13:5140 56 | CCTV6,http:///rtp/239.112.205.223:5140 57 | CCTV7,http:///rtp/239.112.205.83:5140 58 | CCTV8,http:///rtp/239.112.205.224:5140 59 | CCTV9,http:///rtp/239.112.205.85:5140 60 | CCTV10,http:///rtp/239.112.205.86:5140 61 | CCTV11,http:///rtp/239.112.205.213:5140 62 | CCTV12,http:///rtp/239.112.205.88:5140 63 | CCTV14,http:///rtp/239.112.205.91:5140 64 | CCTV15,http:///rtp/239.112.205.214:5140 65 | CCTV16,http:///rtp/239.111.205.134:5140 66 | CCTV17,http:///rtp/239.112.205.211:5140 67 | CHC影迷电影,http:///rtp/239.112.205.206:5140 68 | CHC动作电影,http:///rtp/239.112.205.207:5140 69 | CHC家庭影院,http:///rtp/239.112.205.205:5140 70 | CCTV第一剧场,http:///rtp/239.111.205.65:5140 71 | CCTV风云剧场,http:///rtp/239.111.205.66:5140 72 | CCTV怀旧剧场,http:///rtp/239.111.205.67:5140 73 | CCTV风云足球,http:///rtp/239.111.205.68:5140 74 | CCTV兵器科技,http:///rtp/239.111.205.74:5140 75 | CCTV央视台球,http:///rtp/239.111.205.70:5140 76 | CCTV央视文化精品,http:///rtp/239.111.205.75:5140 77 | CCTV世界地理,http:///rtp/239.111.205.71:5140 78 | CCTV女性时尚,http:///rtp/239.111.205.72:5140 79 | CCTV高尔夫网球,http:///rtp/239.111.205.73:5140 80 | CCTV风云音乐,http:///rtp/239.111.205.69:5140 81 | 陕西卫视,http:///rtp/239.111.205.35:5140 82 | 农林卫视,http:///rtp/239.112.205.27:5140 83 | 陕西新闻资讯,http:///udp/239.111.205.28:5140 84 | 陕西体育休闲,http:///udp/239.111.205.36:5140 85 | 陕西影视频道,http:///udp/239.111.205.99:5140 86 | 陕西都市青春,http:///udp/239.111.205.42:5140 87 | 陕西公共频道,http:///udp/239.111.205.100:5140 88 | 陕西生活频道,http:///udp/239.111.205.98:5140 89 | 陕西西部电影,http:///udp/239.111.205.102:5140 90 | CCTV1,http:///rtp/239.112.205.59:5140 91 | CCTV2,http:///rtp/239.112.205.78:5140 92 | CCTV3,http:///rtp/239.112.205.221:5140 93 | CCTV4,http:///rtp/239.112.205.202:5140 94 | CCTV5,http:///rtp/239.112.205.222:5140 95 | CCTV5+,http:///rtp/239.111.205.13:5140 96 | CCTV6,http:///rtp/239.112.205.223:5140 97 | CCTV7,http:///rtp/239.112.205.83:5140 98 | CCTV8,http:///rtp/239.112.205.224:5140 99 | CCTV9,http:///rtp/239.112.205.85:5140 100 | CCTV10,http:///rtp/239.112.205.86:5140 101 | CCTV11,http:///rtp/239.112.205.213:5140 102 | CCTV12,http:///rtp/239.112.205.88:5140 103 | CCTV14,http:///rtp/239.112.205.91:5140 104 | CCTV15,http:///rtp/239.112.205.214:5140 105 | CCTV16,http:///rtp/239.111.205.134:5140 106 | CCTV17,http:///rtp/239.112.205.211:5140 107 | CHC影迷电影,http:///rtp/239.112.205.206:5140 108 | CHC动作电影,http:///rtp/239.112.205.207:5140 109 | CHC家庭影院,http:///rtp/239.112.205.205:5140 110 | CCTV第一剧场,http:///rtp/239.111.205.65:5140 111 | CCTV风云剧场,http:///rtp/239.111.205.66:5140 112 | CCTV怀旧剧场,http:///rtp/239.111.205.67:5140 113 | CCTV风云足球,http:///rtp/239.111.205.68:5140 114 | CCTV兵器科技,http:///rtp/239.111.205.74:5140 115 | CCTV央视台球,http:///rtp/239.111.205.70:5140 116 | CCTV央视文化精品,http:///rtp/239.111.205.75:5140 117 | CCTV世界地理,http:///rtp/239.111.205.71:5140 118 | CCTV女性时尚,http:///rtp/239.111.205.72:5140 119 | CCTV高尔夫网球,http:///rtp/239.111.205.73:5140 120 | CCTV风云音乐,http:///rtp/239.111.205.69:5140 121 | -------------------------------------------------------------------------------- /speedtest/txt/test: -------------------------------------------------------------------------------- 1 | 2 | --------------------------------------------------------------------------------