diff --git a/src/Common/MultiMediaSourceMuxer.h b/src/Common/MultiMediaSourceMuxer.h index e1723309..cbe6e75c 100644 --- a/src/Common/MultiMediaSourceMuxer.h +++ b/src/Common/MultiMediaSourceMuxer.h @@ -132,7 +132,7 @@ protected: _rtmp->onAllTrackReady(); } if(_rtsp) { - _rtmp->setTrackSource(shared_from_this()); + _rtsp->setTrackSource(shared_from_this()); _rtsp->onAllTrackReady(); } }