1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-13 11:51:57 +00:00

Update config file.

This commit is contained in:
winlin 2020-05-26 17:01:01 +08:00
parent db43faa848
commit 0be9340023

View file

@ -406,7 +406,7 @@ rtc_server {
# default: off # default: off
enabled on; enabled on;
# The udp listen port, we will reuse it for connections. # The udp listen port, we will reuse it for connections.
# default: 8080 # default: 8000
listen 8000; listen 8000;
# The exposed candidate IPs, response in SDP candidate line. It can be: # The exposed candidate IPs, response in SDP candidate line. It can be:
# * Retrieve server IP automatically, from all network interfaces. # * Retrieve server IP automatically, from all network interfaces.
@ -461,6 +461,7 @@ rtc_server {
# we are able to capture the plaintext packets by wireshark. # we are able to capture the plaintext packets by wireshark.
black_hole { black_hole {
# Whether enable the black-hole. # Whether enable the black-hole.
# default: off
enabled off; enabled off;
# The black-hole address for session. # The black-hole address for session.
addr 127.0.0.1:10000; addr 127.0.0.1:10000;