소스 검색

硬盘录像机首帧图片

任敬轩 3 년 전
부모
커밋
b9a23c77a8
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      Modules/Camera/Services/CameraServices.php

+ 2 - 0
Modules/Camera/Services/CameraServices.php

@@ -449,6 +449,8 @@ class CameraServices
             $cover_picture = CameraList::where('id', $camera_id)->value('cover_picture');
 
             if ($file_exists && $ts_exists) {
+                //先修改已生成目录用户组
+                exec("chown -R www:www " . public_path() . '/' . CameraEnum::M3U8_FILE_PATH . $path);
                 //查询是否存在封面图
                 if (!$cover_picture) {
                     //获取第一帧作为封面图