mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2025-01-18 12:44:21 +08:00
commit
f2f41e63bb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user