From 2c2e7262d6f79caa16485f884293482ce22b84de Mon Sep 17 00:00:00 2001 From: xiongziliang <771730766@qq.com> Date: Tue, 3 Dec 2019 16:14:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Common/MultiMediaSourceMuxer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } }