mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix #435, add pageUrl for HTTP callback on_play.
This commit is contained in:
parent
b54f9b0f94
commit
31d2de3f23
6 changed files with 21 additions and 10 deletions
|
@ -57,6 +57,7 @@ public:
|
|||
virtual int on_reload_http_stream_disabled();
|
||||
virtual int on_reload_http_stream_updated();
|
||||
public:
|
||||
// TODO: FIXME: should rename to http_static
|
||||
virtual int on_reload_vhost_http_updated();
|
||||
virtual int on_reload_vhost_http_remux_updated(std::string vhost);
|
||||
virtual int on_reload_vhost_added(std::string vhost);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue