Skip to content

Commit 9642fc9

Browse files
Update sxg.php
1 parent b154ebe commit 9642fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codes/sxg.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
$channel = empty($_GET['id']) ? "CCTV-xw_4000" : trim($_GET['id']);
33
$array = explode("_", $channel);
4-
$stream = "http://[2409:8c02:21c:60::2f]/vod.rxip.sc96655.com/live/8ne5i_sccn/{$array[0]}_hls_pull/8ne5i_sccn,{$array[0]}_hls_pull_{$array[1]}K/";
4+
$stream = "http://58.220.67.45/vod.rxip.sc96655.com/live/8ne5i_sccn/{$array[0]}_hls_pull/8ne5i_sccn,{$array[0]}_hls_pull_{$array[1]}K/";
55
$timestamp = intval((time()-60)/6);
66
$current = "#EXTM3U"."\r\n";
77
$current.= "#EXT-X-VERSION:3"."\r\n";

0 commit comments

Comments
 (0)