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

RTC: Refine blackhole for session

This commit is contained in:
winlin 2020-05-26 13:49:27 +08:00
parent fccbe98f70
commit db43faa848
4 changed files with 6 additions and 6 deletions

View file

@ -462,8 +462,8 @@ rtc_server {
black_hole {
# Whether enable the black-hole.
enabled off;
# The black-hole address for publisher, or SRS as receiver.
publisher 127.0.0.1:10000;
# The black-hole address for session.
addr 127.0.0.1:10000;
}
}