1
0
Fork 0
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:
winlin 2014-05-22 17:13:57 +08:00
parent 32fc6a05c8
commit 6bc0ecece7
4 changed files with 186 additions and 149 deletions

View 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__ {
}