mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-03 00:47:34 +08:00
完成FLV复用器改造
优化代码结构
This commit is contained in:
@@ -68,8 +68,6 @@ public:
|
||||
}
|
||||
RtspMediaSource::onGetRTP(pRtppkt, bKeyPos);
|
||||
}
|
||||
virtual bool regist() override ;
|
||||
virtual bool unregist() override;
|
||||
|
||||
int readerCount(){
|
||||
return getRing()->readerCount() + (m_pRtmpSrc ? m_pRtmpSrc->getRing()->readerCount() : 0);
|
||||
|
||||
Reference in New Issue
Block a user