mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-03 08:57:32 +08:00
自动计算GOP缓存大小
This commit is contained in:
@@ -53,7 +53,7 @@ public:
|
||||
typedef std::shared_ptr<RtmpMediaSource> Ptr;
|
||||
typedef RingBuffer<RtmpPacket::Ptr> RingType;
|
||||
|
||||
RtmpMediaSource(const string &vhost,const string &strApp, const string &strId,int ringSize = 32) :
|
||||
RtmpMediaSource(const string &vhost,const string &strApp, const string &strId,int ringSize = 0) :
|
||||
MediaSource(RTMP_SCHEMA,vhost,strApp,strId),
|
||||
_pRing(new RingBuffer<RtmpPacket::Ptr>(ringSize)) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user