1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Add comments for RTC candidate.

This commit is contained in:
winlin 2020-03-31 17:26:32 +08:00
parent 03289012fd
commit ecf0f012b5
2 changed files with 10 additions and 7 deletions

View file

@ -23,10 +23,9 @@ rtc_server {
# Listen at udp://8000
listen 8000;
#
# The $CANDIDATE means fetch from env, if not configed, use default * as bellow.
# The $CANDIDATE means fetch from env, if not configed, use * as default.
#
# The * means using IP of network interface stats.network,
# For example, if stats.network=0, then use IP of eth0 as candidate.
# The * means retrieving server IP automatically, from all network interfaces,
# @see https://github.com/ossrs/srs/issues/307#issuecomment-599028124
candidate $CANDIDATE;
}