Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
627 views
in Technique[技术] by (71.8m points)

https - Jitsi for corporate usage

Is there any possible chance of running the whole Jitsi communication trough the port 443 ?

We tried everything with tunrservers, jvb, nginx settings and nothing work.

Jitsi still want to use port 10000 for videobridge2.

Thanks for any help or links to perfect guide, which can handle app type webrtc without udp ports.

question from:https://stackoverflow.com/questions/65916064/jitsi-for-corporate-usage

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

Set up a TURN server (e.g. coturn) that listens on port 443, and users would be able to use that as a relay to videobridge2 if they don't have access to UDP 10000.

You could install coturn on a separate instance and add it to turncredentials in your prosody config, or if you could use coturn installed on the same instance and have nginx redirect 443 traffic to it based on hostname.

For a setup guide, see https://jitsi.github.io/handbook/docs/devops-guide/turn#use-turn-server-on-port-443


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...