mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for #324, always enable hstrs. 3.0.10
This commit is contained in:
parent
b4a815641b
commit
f2efa96015
14 changed files with 19 additions and 72 deletions
|
@ -252,14 +252,11 @@ public:
|
|||
// for template, the mount contains variables.
|
||||
// for concrete stream, the mount is url to access.
|
||||
std::string mount;
|
||||
// whether hstrs(http stream trigger rtmp source)
|
||||
bool hstrs;
|
||||
|
||||
SrsLiveStream* stream;
|
||||
SrsBufferCache* cache;
|
||||
|
||||
SrsLiveEntry(std::string m, bool h);
|
||||
void reset_hstrs(bool h);
|
||||
SrsLiveEntry(std::string m);
|
||||
|
||||
bool is_flv();
|
||||
bool is_ts();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue