mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-13 03:31:45 +08:00
@@ -377,8 +377,11 @@ void MultiMediaSourceMuxer::inputFrame(const Frame::Ptr &frame_in) {
|
||||
}
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user