正在显示
1 个修改的文件
包含
3 行增加
和
1 行删除
@@ -175,6 +175,8 @@ class IndexController extends HomeBaseController | @@ -175,6 +175,8 @@ class IndexController extends HomeBaseController | ||
175 | $video_url = $this->getVideoId($id); | 175 | $video_url = $this->getVideoId($id); |
176 | //页面直接输出视频 | 176 | //页面直接输出视频 |
177 | $filePath = 'http://xingqiu.qiniu.brotop.cn/'.$video_url; | 177 | $filePath = 'http://xingqiu.qiniu.brotop.cn/'.$video_url; |
178 | + | ||
179 | + ob_start(); | ||
178 | ini_set('memory_limit', '512M'); | 180 | ini_set('memory_limit', '512M'); |
179 | header("Pragma: public"); | 181 | header("Pragma: public"); |
180 | header("Expires: 0"); | 182 | header("Expires: 0"); |
@@ -184,7 +186,7 @@ class IndexController extends HomeBaseController | @@ -184,7 +186,7 @@ class IndexController extends HomeBaseController | ||
184 | //header("Content-Length: 83995"); //文件大小$fsize | 186 | //header("Content-Length: 83995"); //文件大小$fsize |
185 | ob_clean(); | 187 | ob_clean(); |
186 | flush(); | 188 | flush(); |
187 | - ob_end_clean(); | 189 | +// ob_end_clean(); |
188 | @readfile($filePath); | 190 | @readfile($filePath); |
189 | } | 191 | } |
190 | 192 |
-
请 注册 或 登录 后发表评论