mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Fix #665, fix HTTP-FLV reloading bug. 3.0.116
This commit is contained in:
parent
f6fa889393
commit
fc769550db
4 changed files with 36 additions and 38 deletions
|
@ -207,7 +207,9 @@ private:
|
|||
bool _is_aac;
|
||||
bool _is_mp3;
|
||||
public:
|
||||
// We will free the request.
|
||||
SrsRequest* req;
|
||||
// Shared source.
|
||||
SrsSource* source;
|
||||
public:
|
||||
// For template, the mount contains variables.
|
||||
|
@ -218,6 +220,7 @@ public:
|
|||
SrsBufferCache* cache;
|
||||
|
||||
SrsLiveEntry(std::string m);
|
||||
virtual ~SrsLiveEntry();
|
||||
|
||||
bool is_flv();
|
||||
bool is_ts();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue