Commit 1b9d7ac9 by yf60144

dfs

parent 28ab18cb
Pipeline #13848 passed with stages
in 41 seconds
......@@ -926,6 +926,8 @@ class MediaModel extends Eloquent
}
$url = getRbac($request,'video/info?mediaId='.$media_id,'' ,$type='play_m3u8');
echo $url;
$res = http_request_code($url,null,'GET');
$result = json_decode($res,true);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment