diff --git a/PHP/bestv.php b/PHP/bestv.php index 4f58b3e..b9a3c13 100644 --- a/PHP/bestv.php +++ b/PHP/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://lnbuott-v5-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";