mirror of https://github.com/ossrs/srs.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
392 B
Plaintext
18 lines
392 B
Plaintext
# 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__ {
|
|
}
|