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

Squash: Fix bugs

This commit is contained in:
winlin 2021-12-13 09:24:16 +08:00
parent 8576fa7052
commit f05e67e1a6
10 changed files with 47 additions and 12 deletions

View file

@ -21,7 +21,7 @@ stats {
}
rtc_server {
enabled on;
listen 8000;
listen 8000; # UDP port
# @see https://github.com/ossrs/srs/wiki/v4_CN_WebRTC#config-candidate
candidate $CANDIDATE;
}

View file

@ -19,7 +19,7 @@ stats {
}
rtc_server {
enabled on;
listen 8000;
listen 8000; # UDP port
# @see https://github.com/ossrs/srs/wiki/v4_CN_WebRTC#config-candidate
candidate $CANDIDATE;
}

View file

@ -19,7 +19,7 @@ stats {
}
rtc_server {
enabled on;
listen 8000;
listen 8000; # UDP port
# @see https://github.com/ossrs/srs/wiki/v4_CN_WebRTC#config-candidate
candidate $CANDIDATE;
}

View file

@ -17,7 +17,7 @@ http_server {
}
rtc_server {
enabled on;
listen 8000;
listen 8000; # UDP port
# @see https://github.com/ossrs/srs/wiki/v4_CN_WebRTC#config-candidate
candidate $CANDIDATE;
}