mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-28 21:52:22 +08:00
完成FLV复用器改造
优化代码结构
This commit is contained in:
@@ -117,9 +117,6 @@ public:
|
||||
unregist();
|
||||
}
|
||||
|
||||
virtual bool regist() ;
|
||||
virtual bool unregist() ;
|
||||
|
||||
static Ptr find(const string &schema,
|
||||
const string &vhost,
|
||||
const string &app,
|
||||
@@ -179,6 +176,10 @@ public:
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
protected:
|
||||
bool regist() ;
|
||||
bool unregist() ;
|
||||
private:
|
||||
template <typename FUN>
|
||||
static bool searchMedia(const string &schema,
|
||||
|
||||
Reference in New Issue
Block a user