1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-12 11:21:52 +00:00

fix rtc listen port conflict for origin2/3 conf

This commit is contained in:
Jacob Su 2024-09-25 14:03:55 +08:00
parent 40e8ed4586
commit da7c5331c5
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ http_api {
}
rtc_server {
enabled on;
listen 8001; # UDP port
listen 8002; # UDP port
# @see https://ossrs.net/lts/zh-cn/docs/v4/doc/webrtc#config-candidate
candidate $CANDIDATE;
}

View file

@ -15,7 +15,7 @@ http_api {
}
rtc_server {
enabled on;
listen 8001; # UDP port
listen 8003; # UDP port
# @see https://ossrs.net/lts/zh-cn/docs/v4/doc/webrtc#config-candidate
candidate $CANDIDATE;
}