From 1be72d246fd39750801a3e68236504644b4d8ca5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=82=A5=E7=BE=8A?= Date: Sat, 14 Jan 2023 20:14:03 +0800 Subject: [PATCH] Update bestv.php --- codes/bestv.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codes/bestv.php b/codes/bestv.php index 49375a0..b9a3c13 100644 --- a/codes/bestv.php +++ b/codes/bestv.php @@ -2,7 +2,7 @@ date_default_timezone_set("Asia/Shanghai"); $channel = empty($_GET['id']) ? "cctv16hd4k/15000000" : trim($_GET['id']); $array = explode("/", $channel); -$stream = "http://tt-live.bestvcdn.com.cn/live/program/live/{$array[0]}/{$array[1]}/"; +$stream = "http://可用IP或域名/live/program/live/{$array[0]}/{$array[1]}/"; $timestamp = substr(time(), 0, 9) - 7; $current = "#EXTM3U" . "\r\n"; $current .= "#EXT-X-VERSION:3" . "\r\n";