Skip to content

Commit

Permalink
fix rtc listen port conflict for origin2/3 conf
Browse files Browse the repository at this point in the history
  • Loading branch information
suzp1984 committed Sep 25, 2024
1 parent 40e8ed4 commit da7c533
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion trunk/conf/origin2-for-proxy.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/conf/origin3-for-proxy.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit da7c533

Please sign in to comment.