Commit 299b988e by qingci Committed by GitHub

Update MultiMediaSourceMuxer.cpp

    {fix} fix _ps_rtp_sender not found in MultiMediaSourceMuxer.cpp [compile problem]
parent 9c96f8d3
...@@ -377,8 +377,11 @@ void MultiMediaSourceMuxer::inputFrame(const Frame::Ptr &frame_in) { ...@@ -377,8 +377,11 @@ void MultiMediaSourceMuxer::inputFrame(const Frame::Ptr &frame_in) {
} }
bool MultiMediaSourceMuxer::isEnabled(){ bool MultiMediaSourceMuxer::isEnabled(){
return _muxer->isEnabled() || _ps_rtp_sender; #if defined(ENABLE_RTPPROXY)
return _muxer->isEnabled() || _ps_rtp_sender
#endif //ENABLE_RTPPROXY
return _muxer->isEnabled();
} }
}//namespace mediakit }//namespace mediakit
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论