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

support reload dvr

This commit is contained in:
winlin 2014-04-17 16:22:21 +08:00
parent 9861fc4fe3
commit 4b82a4f510
6 changed files with 54 additions and 0 deletions

View file

@ -278,6 +278,7 @@ public:
virtual int on_reload_vhost_queue_length(std::string vhost);
virtual int on_reload_vhost_forward(std::string vhost);
virtual int on_reload_vhost_hls(std::string vhost);
virtual int on_reload_vhost_dvr(std::string vhost);
virtual int on_reload_vhost_transcode(std::string vhost);
public:
// for the SrsForwarder to callback to request the sequence headers.