mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-15 20:45:57 +08:00
部分恢复录制相关接口
This commit is contained in:
@@ -73,7 +73,7 @@ bool MP4Reader::readSample() {
|
||||
void MP4Reader::startReadMP4() {
|
||||
GET_CONFIG(uint32_t, sampleMS, Record::kSampleMS);
|
||||
auto strongSelf = shared_from_this();
|
||||
_mediaMuxer->setListener(strongSelf);
|
||||
_mediaMuxer->setMediaListener(strongSelf);
|
||||
|
||||
//先获取关键帧
|
||||
seekTo(0);
|
||||
|
||||
Reference in New Issue
Block a user