We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b154ebe commit 9642fc9Copy full SHA for 9642fc9
codes/sxg.php
@@ -1,7 +1,7 @@
1
<?php
2
$channel = empty($_GET['id']) ? "CCTV-xw_4000" : trim($_GET['id']);
3
$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/";
+ $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/";
5
$timestamp = intval((time()-60)/6);
6
$current = "#EXTM3U"."\r\n";
7
$current.= "#EXT-X-VERSION:3"."\r\n";
0 commit comments