lleo52
January 21, 2023, 5:00am
1
Dear,
I made a relay server for sdp, candidate and it had a public IP on AWS.
(stun server use “stun:stun.l.google.com:19302”)
[Scenario 1] => result : Ok, works well.
A User : A network
B User : B network
(A and B network have different public ip)
[Scenario 2] => result : the ice connection is failed.
A User : A network
B User : B network (the NAT envrionment is set up DMZ or TwinIP)
(A and B network have different public ip)
Additionally, the janus is working well on the scenario 2.
(https://janus.conf.meetecho.com/videoroomtest.html )
→ also it uses to “stun:stun.l.google.com:19302”
If anyone knows a solution to this, please reply.
lleo52:
Dear,
I made a relay server for sdp, candidate and it had a public IP on AWS.
(stun server use “stun:stun.l.google.com:19302”)
[Scenario 1] => result : Ok, works well.
A User : A network
B User : B network
(A and B network have different public ip)
[Scenario 2] => result : the ice connection is failed.
A User : A network
B User : B network (the NAT envrionment is set up DMZ or TwinIP)
(A and B network have different public ip)
Additionally, the janus is working well on the scenario 2.
(https://janus.conf.meetecho.com/videoroomtest.html )
→ also it uses to “stun:stun.l.google.com:19302”
If anyone knows a solution to this, please reply.
Hi, what version of the WebRTC package are you using?
We have updated the native library recently, there might be impact about your issue.
1 Like
lleo52
January 24, 2023, 5:45am
3
Thanks for your reply.
The used WebRTC version is 3.0.0-pre.4.
I look forward to your answer.
I assume that the reason is some codecs doesn’t support simulcast. Honestly, we haven’t tested simulcast features.
What video codec are you using?
lleo52
February 1, 2023, 4:04am
5
Dear,
There is no special setting for the video codec.
Do I need to do anything to set up the video codec?
lleo52
February 12, 2023, 1:23am
8
This problem is solved.
Firewall port setting of a turn server were the cause of the problem.
Thanks for replies.
1 Like