作者 景龙
1 个管道 的构建 通过 耗费 0 秒

调式视频解析错误

@@ -182,10 +182,9 @@ class IndexController extends HomeBaseController @@ -182,10 +182,9 @@ class IndexController extends HomeBaseController
182 182
183 //header("Content-Disposition: attachment; filename=video11.mp4;" ); //文件名$filename 183 //header("Content-Disposition: attachment; filename=video11.mp4;" ); //文件名$filename
184 //header("Content-Length: 83995"); //文件大小$fsize 184 //header("Content-Length: 83995"); //文件大小$fsize
185 - ob_end_clean();  
186 ob_clean(); 185 ob_clean();
187 flush(); 186 flush();
188 - //ob_end_clean(); 187 + ob_end_clean();
189 @readfile($filePath); 188 @readfile($filePath);
190 } 189 }
191 190