mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
PICK 95defe6dad
This commit is contained in:
parent
2e1d99002f
commit
35c89cc436
8 changed files with 100 additions and 77 deletions
|
@ -318,8 +318,6 @@ private:
|
|||
SrsRequest* req_;
|
||||
bool is_active;
|
||||
private:
|
||||
// The format, codec information.
|
||||
SrsRtmpFormat* format;
|
||||
// hls handler.
|
||||
SrsHls* hls;
|
||||
// The DASH encoder.
|
||||
|
@ -530,6 +528,8 @@ private:
|
|||
SrsOriginHub* hub;
|
||||
// The metadata cache.
|
||||
SrsMetaCache* meta;
|
||||
// The format, codec information.
|
||||
SrsRtmpFormat* format_;
|
||||
private:
|
||||
// Whether source is avaiable for publishing.
|
||||
bool _can_publish;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue