mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-03 17:27:33 +08:00
去除rtp_sender_mtx (#1722)
* 去除rtp_sender_mtx * 无人观看定时器指定为MediaSource对象所属poller以确保读取观看数是线程安全的 Co-authored-by: xiongziliang <771730766@qq.com>
This commit is contained in:
@@ -180,7 +180,6 @@ private:
|
||||
std::weak_ptr<Listener> _track_listener;
|
||||
std::function<std::string()> _get_origin_url;
|
||||
#if defined(ENABLE_RTPPROXY)
|
||||
std::mutex _rtp_sender_mtx;
|
||||
std::unordered_map<std::string, RtpSender::Ptr> _rtp_sender;
|
||||
#endif //ENABLE_RTPPROXY
|
||||
|
||||
|
||||
Reference in New Issue
Block a user