1
0
Fork 0
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:
winlin 2016-01-11 13:15:46 +08:00
parent 041040b846
commit d81b2cb140
3 changed files with 65 additions and 24 deletions

View file

@ -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();
};