1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-13 03:41:55 +00:00
srs/trunk/conf/http.heartbeat.conf
2014-07-27 18:39:20 +08:00

17 lines
392 B
Text

# the config for srs http heartbeat, report its info to api-server
# @see full.conf for detail config.
listen 1935
max_connections 1000;
heartbeat {
enabled on;
interval 9.3;
url http://127.0.0.1:8085/api/v1/servers;
device_id "my-srs-device";
summaries on;
}
stats {
network 0;
}
vhost __defaultVhost__ {
}