-
-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to the latest jitsi-meet, share screen, avatars #102
Comments
Newer versions can be found elsewhere
TURN and STUN provide different services. TURN has STUN capability built in and the relay service it provides is a definite must-have if you are having a P2P webrtc session and if one or both participants are behind a symmetric NAT. I prefer to use Jitsi Videobridge for the relay as it can seamlessly switch between being a simple relay for 2 participants or being a selective forwarding unit (SFU) when more participants join. There is also now a TURN server plugin fir Openfire. It is needed for P2P Jingle calls between peers. |
Thanks for the quick answer, I'll look into the links. |
what browser are you using? |
tested in Brave 1.9.72 (windows) and Chrome 81.0.*** |
Try my server https://pade.chat |
tried and got the same behavior |
I just tried my server and it worked fine with Chrome 83 on my windows 10 desktop. I have to assume it is something happening on your desktop. Could some other application have exclusive control of your microphone and webcam? |
I looked into webrtc settings (browser), and set them specifically, then I could share the screen and also make a conference. Looks like that was the problem. I'll test again later with Firefox. |
After fiddling and testing, this are my results: Firefox: Chrome: Ports in the server that had to be allowed to use Meetings: Please correct or add ports, browser settings, etc... |
Thanks for the detail testing and reporting :-)
Only 10000 (UDP) is needed
For STUN it is still needed, for TURN, same port and STUN not needed as TURN covers both
Not needed. Only used by non-web clients
Needed for either BOSH or WebSockets |
I'm a newbie here, so I might say something that was already addressed...
The newest jitsi meet has share screen and gotten rid of those awful abotars... Would it be too difficult to update ofmeet to a newer version? Also I'd like to explore with you guys the integration with Openfire Stun server, how to ensure or maximize P2P connections (instead of using TURN relays or other central connection methods); how to have a clear indication of which topology is happening.
The text was updated successfully, but these errors were encountered: