1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

merge from srs2, fix #503

This commit is contained in:
winlin 2017-02-09 14:33:56 +08:00
commit 5fec59ace2
34 changed files with 104 additions and 13 deletions

View file

@ -421,6 +421,8 @@ class SrsOriginHub : public ISrsReloadHandler
private:
SrsSource* source;
SrsRequest* req;
// Whether the stream hub is active, or stream is publishing.
bool is_active;
private:
// hls handler.
#ifdef SRS_AUTO_HLS