mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-28 05:29:24 +08:00
修复HLS按需生成相关bug
This commit is contained in:
@@ -37,7 +37,7 @@ public:
|
||||
_listener = listener;
|
||||
_hls->getMediaSource()->setListener(shared_from_this());
|
||||
//先注册媒体流,后续可以按需生成
|
||||
_hls->getMediaSource()->registHls();
|
||||
_hls->getMediaSource()->registHls(false);
|
||||
}
|
||||
|
||||
int readerCount() {
|
||||
|
||||
Reference in New Issue
Block a user