Update bestv.php

pull/37/head
肥羊 3 years ago committed by GitHub
parent 46fd97d941
commit bbd787265e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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://可用IP或域名/live/program/live/{$array[0]}/{$array[1]}/";
$stream = "http://lnbuott-v5-live.bestvcdn.com.cn/live/program/live/{$array[0]}/{$array[1]}/";
$timestamp = substr(time(), 0, 9) - 7;
$current = "#EXTM3U" . "\r\n";
$current .= "#EXT-X-VERSION:3" . "\r\n";

Loading…
Cancel
Save