正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -73,7 +73,7 @@ recordInfoService.prototype.getRecordFileURL = async(path,time)=>{ | @@ -73,7 +73,7 @@ recordInfoService.prototype.getRecordFileURL = async(path,time)=>{ | ||
| 73 | files.forEach(function(file){ | 73 | files.forEach(function(file){ |
| 74 | let type = file.split('.'); | 74 | let type = file.split('.'); |
| 75 | //m3u8 配置 | 75 | //m3u8 配置 |
| 76 | - if(type[1] != 'mp4'){ | 76 | + if(type[1] != 'm3u8'){ |
| 77 | }else{ | 77 | }else{ |
| 78 | let noFile = []; | 78 | let noFile = []; |
| 79 | let fileN = type[0].split('_'); | 79 | let fileN = type[0].split('_'); |
-
请 注册 或 登录 后发表评论