mirror of
https://gitee.com/xia-chu/ZLMediaKit.git
synced 2026-05-19 16:27:50 +08:00
修复bug
This commit is contained in:
parent
5249c24430
commit
2c2e7262d6
@ -132,7 +132,7 @@ protected:
|
|||||||
_rtmp->onAllTrackReady();
|
_rtmp->onAllTrackReady();
|
||||||
}
|
}
|
||||||
if(_rtsp) {
|
if(_rtsp) {
|
||||||
_rtmp->setTrackSource(shared_from_this());
|
_rtsp->setTrackSource(shared_from_this());
|
||||||
_rtsp->onAllTrackReady();
|
_rtsp->onAllTrackReady();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user