mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-19 06:42:21 +08:00
完成mp4/hls录制代码适配
This commit is contained in:
@@ -123,22 +123,8 @@ private:
|
||||
};
|
||||
|
||||
#endif //0
|
||||
class DevChannelNew : public MultiMediaSourceMuxer
|
||||
{
|
||||
public:
|
||||
typedef std::shared_ptr<DevChannelNew> Ptr;
|
||||
|
||||
DevChannelNew(const char *strVhost,
|
||||
const char *strApp,
|
||||
const char *strId,
|
||||
float fDuration = 0,
|
||||
bool bEanbleHls = true,
|
||||
bool bEnableMp4 = false):
|
||||
MultiMediaSourceMuxer(strVhost,strApp,strId,fDuration){};
|
||||
virtual ~DevChannelNew(){}
|
||||
};
|
||||
|
||||
typedef DevChannelNew DevChannel;
|
||||
typedef MultiMediaSourceMuxer DevChannel;
|
||||
|
||||
} /* namespace mediakit */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user