mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-30 13:58:20 +08:00
全面整理转协议相关配置文件
This commit is contained in:
@@ -28,8 +28,8 @@ MP4Recorder::MP4Recorder(const string &path, const string &vhost, const string &
|
||||
_info.stream = stream_id;
|
||||
_info.vhost = vhost;
|
||||
_info.folder = path;
|
||||
GET_CONFIG(size_t ,recordSec,Record::kFileSecond);
|
||||
_max_second = max_second ? max_second : recordSec;
|
||||
GET_CONFIG(uint32_t, s_max_second, Protocol::kMP4MaxSecond);
|
||||
_max_second = max_second ? max_second : s_max_second;
|
||||
}
|
||||
|
||||
MP4Recorder::~MP4Recorder() {
|
||||
|
||||
Reference in New Issue
Block a user