mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-23 11:17:09 +08:00
Update MultiMediaSourceMuxer.cpp
{fix} fix _ps_rtp_sender not found in MultiMediaSourceMuxer.cpp [compile problem]
This commit is contained in:
parent
9c96f8d31a
commit
299b988ed1
@ -377,7 +377,10 @@ 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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user