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:
parent
40e8ed4586
commit
da7c5331c5
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue