mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
support hls mount to vhost and reload
This commit is contained in:
parent
041040b846
commit
d81b2cb140
3 changed files with 65 additions and 24 deletions
|
@ -65,8 +65,11 @@ public:
|
|||
virtual ~SrsHttpStaticServer();
|
||||
public:
|
||||
virtual int initialize();
|
||||
private:
|
||||
virtual int mount_vhost(std::string vhost, std::string& pmount);
|
||||
// interface ISrsReloadHandler.
|
||||
public:
|
||||
virtual int on_reload_vhost_added(std::string vhost);
|
||||
virtual int on_reload_vhost_http_updated();
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue