mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-03 00:47:34 +08:00
初步支持rtsp推流
This commit is contained in:
@@ -46,7 +46,7 @@ public:
|
||||
const string &app,
|
||||
const string &id,
|
||||
bool bEnableHls = true,
|
||||
bool bEnableMp4 = true) : RtspMediaSource(vhost, app, id) {
|
||||
bool bEnableMp4 = false) : RtspMediaSource(vhost, app, id) {
|
||||
_recorder = std::make_shared<MediaRecorder>(vhost, app, id, bEnableHls, bEnableMp4);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user