mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
alias http_stream to http_server. rename http to http_static of vhost. rename http_flv to http_renux
This commit is contained in:
parent
7305fa6f03
commit
25807298ad
16 changed files with 104 additions and 67 deletions
|
@ -259,7 +259,7 @@ public:
|
|||
// interface ISrsThreadHandler.
|
||||
public:
|
||||
virtual int on_reload_vhost_http_updated();
|
||||
virtual int on_reload_vhost_http_flv_updated();
|
||||
virtual int on_reload_vhost_http_remux_updated();
|
||||
private:
|
||||
virtual int mount_static_file();
|
||||
virtual int mount_flv_streaming();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue