mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Hooks: Remove on_connect and on_close from doc.
This commit is contained in:
parent
d5293e34e1
commit
cdccdf70b8
4 changed files with 0 additions and 39 deletions
|
@ -9,8 +9,6 @@ srs_log_tank console;
|
|||
vhost __defaultVhost__ {
|
||||
http_hooks {
|
||||
enabled on;
|
||||
on_connect https://127.0.0.1:443/api/v1/clients;
|
||||
on_close https://127.0.0.1:443/api/v1/clients;
|
||||
on_publish https://127.0.0.1:443/api/v1/streams;
|
||||
on_unpublish https://127.0.0.1:443/api/v1/streams;
|
||||
on_play https://127.0.0.1:443/api/v1/sessions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue