Open shaojun opened 1 year ago
Hi,
It seems ICE negociation fails, you may try to use another STUN server that the default stun.l.google.com:19302. You may try to use the internal one adding -S
argument.
Best Regards, Michel.
Hi Michel, I'm having the same problem. However, this problem occurs with some Internet service providers. I tried setting up a STUN server and setting the server to DMZ, but I still have this issue. Do you have any ideas?
Hi @stlobe
You may try to use a TURN server https://gabrieltanner.org/blog/turn-server/ or others.
Best Regards, Michel.
Thanks Michel, I figured out it was a udp port issue. I tried adding udp scopes on both internal and external firewalls and it works now.
Describe the bug this is my server side running info, every time I freshed the client machine's browser page, the line of
Requested URL :......Start playing sink ...
will be printed:and this is my web browser that opened web page:
/html/webrtcstreamer.html?video=Ele
, but it's keep rolling:and this is the browser's debug console info, can see the
oniceconnectionstatechange state: checking
lasted for seconds, then always turn todisconnected
:To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context Add any other context about the problem here.