mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-26 03:42:21 +08:00
实现hls按需拉流
This commit is contained in:
@@ -44,10 +44,7 @@ class HlsMediaSource : public MediaSource {
|
||||
public:
|
||||
friend class HlsCookieData;
|
||||
typedef std::shared_ptr<HlsMediaSource> Ptr;
|
||||
HlsMediaSource(const string &vhost,
|
||||
const string &app,
|
||||
const string &stream_id) :
|
||||
MediaSource(HLS_SCHEMA, vhost, app, stream_id){
|
||||
HlsMediaSource(const string &vhost, const string &app, const string &stream_id) : MediaSource(HLS_SCHEMA, vhost, app, stream_id){
|
||||
_readerCount = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user