1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-12 19:31:53 +00:00
srs/trunk/conf/http.heartbeat.conf

13 lines
315 B
Text
Raw Normal View History

2014-05-22 09:13:57 +00:00
# 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__ {
}