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

support reload http_stream

This commit is contained in:
winlin 2014-04-13 13:27:51 +08:00
parent c33ff4fdb8
commit dc3c3cff8e
6 changed files with 212 additions and 1 deletions

View file

@ -125,6 +125,7 @@ public:
virtual int reload();
private:
virtual int reload_http_api(SrsConfDirective* old_root);
virtual int reload_http_stream(SrsConfDirective* old_root);
virtual int reload_vhost(SrsConfDirective* old_root);
virtual int reload_transcode(SrsConfDirective* new_vhost, SrsConfDirective* old_vhost);
virtual int reload_ingest(SrsConfDirective* new_vhost, SrsConfDirective* old_vhost);
@ -231,6 +232,7 @@ private:
virtual SrsConfDirective* get_http_stream();
public:
virtual bool get_http_stream_enabled();
virtual bool get_http_stream_enabled(SrsConfDirective* conf);
virtual int get_http_stream_listen();
virtual std::string get_http_stream_dir();
public: