mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for #324, support hstrs(http stream trigger rtmp source) origin mode. 2.0.139.
This commit is contained in:
parent
995b130090
commit
27cb62b7aa
8 changed files with 123 additions and 13 deletions
|
@ -401,7 +401,7 @@ SrsServer::SrsServer()
|
|||
http_api_mux = new SrsHttpServeMux();
|
||||
#endif
|
||||
#ifdef SRS_AUTO_HTTP_SERVER
|
||||
http_stream_mux = new SrsHttpServer();
|
||||
http_stream_mux = new SrsHttpServer(this);
|
||||
#endif
|
||||
#ifdef SRS_AUTO_HTTP_PARSER
|
||||
http_heartbeat = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue