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

@ -75,6 +75,26 @@ int ISrsReloadHandler::on_reload_http_api_disabled()
return ERROR_SUCCESS;
}
int ISrsReloadHandler::on_reload_http_stream_enabled()
{
return ERROR_SUCCESS;
}
int ISrsReloadHandler::on_reload_http_stream_disabled()
{
return ERROR_SUCCESS;
}
int ISrsReloadHandler::on_reload_http_stream_updated()
{
return ERROR_SUCCESS;
}
int ISrsReloadHandler::on_reload_vhost_http_updated()
{
return ERROR_SUCCESS;
}
int ISrsReloadHandler::on_reload_vhost_added(string /*vhost*/)
{
return ERROR_SUCCESS;