|
@@ -208,7 +208,7 @@ class Video extends Backend
|
|
|
$cspid = config('cspid');
|
|
|
// $url = 'http://'.config('inject_ip').':'.config('inject_port').'/epgDataSync/v1/' . $cspid . '/';
|
|
|
$url = 'http://jscp.agency.gitv.tv/epgDataSync/v1/' . $cspid . '/';
|
|
|
- $videofile = $params['videofile'];
|
|
|
+ $videofile = $row['videofile'];
|
|
|
$videofile = explode('/', $videofile);
|
|
|
$video_url = $videofile[4];
|
|
|
$data = [
|