Commit fc5e106f by yf60144

fs

parent 35bb94f3
Pipeline #13851 passed with stages
in 40 seconds
...@@ -927,6 +927,7 @@ class MediaModel extends Eloquent ...@@ -927,6 +927,7 @@ class MediaModel extends Eloquent
} }
$url = getRbac($request,'video/info?mediaId='.$media_id,'' ,$type='play_m3u8'); $url = getRbac($request,'video/info?mediaId='.$media_id,'' ,$type='play_m3u8');
return $url;
echo $url; echo $url;
$res = http_request_code($url,null,'GET'); $res = http_request_code($url,null,'GET');
......
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