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

For #2282, #2181, Remove reload for dvr_apply. 4.0.160

This commit is contained in:
winlin 2021-09-04 12:29:07 +08:00
parent 1db155fa2f
commit 90b5ed2202
10 changed files with 3 additions and 160 deletions

View file

@ -163,11 +163,6 @@ srs_error_t ISrsReloadHandler::on_reload_vhost_dvr(string /*vhost*/)
return srs_success;
}
srs_error_t ISrsReloadHandler::on_reload_vhost_dvr_apply(string /*vhost*/)
{
return srs_success;
}
srs_error_t ISrsReloadHandler::on_reload_vhost_publish(string /*vhost*/)
{
return srs_success;