mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
add dvr, http heartbeat conf sample
This commit is contained in:
parent
32fc6a05c8
commit
6bc0ecece7
4 changed files with 186 additions and 149 deletions
12
trunk/conf/http.heartbeat.conf
Normal file
12
trunk/conf/http.heartbeat.conf
Normal file
|
@ -0,0 +1,12 @@
|
|||
# the config for srs http heartbeat, report its info to api-server
|
||||
# @see full.conf for detail config.
|
||||
|
||||
listen 1935;
|
||||
heartbeat {
|
||||
enabled on;
|
||||
interval 9.3;
|
||||
url http://127.0.0.1:8085/api/v1/servers;
|
||||
device_id "my-srs-device";
|
||||
}
|
||||
vhost __defaultVhost__ {
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue