meetecho / janus-gateway

Janus WebRTC Server
https://janus.conf.meetecho.com
GNU General Public License v3.0
8.17k stars 2.47k forks source link

[1.x] videoroom janus turnserver #3432

Open gushenjie opened 1 week ago

gushenjie commented 1 week ago

I have a problem now. The janus service is deployed on a public network server, and turnserver is deployed on another server. I filled in the address information of turnserver in the js client, and found that the video screen cannot be transmitted through videoroomtest.html. I used https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/ to test that turnserver can make a hole successfully. If the two services are deployed on the same server, there will be no problem.