mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-03-18 20:10:57 +08:00
截图失败时,返回ffmpeg日志; ffmpeg命令支持相对路径
This commit is contained in:
@@ -24,7 +24,7 @@ class Process {
|
||||
public:
|
||||
Process();
|
||||
~Process();
|
||||
void run(const std::string &cmd,const std::string &log_file);
|
||||
void run(const std::string &cmd, std::string &log_file);
|
||||
void kill(int max_delay,bool force = false);
|
||||
bool wait(bool block = true);
|
||||
int exit_code();
|
||||
|
||||
Reference in New Issue
Block a user