'http://10.71.177.215:7000', 'username' => 'admin1', 'password' => 'Td123..', 'sysId' => 'PG', 'sId' => ["a066b080481649f9a7669e397cfd614f"], 'ip' => '10.71.177.215', 'port' => '1554', ] ); $tdwy = new TdwyController(); $result = $tdwy->getRtspById(); $path = '金家渠煤矿/井下区域/摄像头'; if (!is_dir('/www/wwwroot/video.nxjiewei.com/public/' . CameraEnum::M3U8_FILE_PATH . '/' . $path)) { mkdir('/www/wwwroot/video.nxjiewei.com/public/' . CameraEnum::M3U8_FILE_PATH . '/' . $path, 0777, true); } //取流进程 $exec = 'nohup /usr/bin/ffmpeg -i ' . $result['content']['url'] . ' -vcodec copy -acodec copy -vbsf h264_mp4toannexb -f hls -hls_flags delete_segments -segment_list_size 10 -hls_list_size 2 /www/wwwroot/video.nxjiewei.com/public/' . CameraEnum::M3U8_FILE_PATH . '/' . $path . '/' . CameraEnum::M3U8_FILE_NAME . ' >/dev/null &'; shell_exec($exec); dd($result); } }