Good Morning,
I have a problem getting Jitsi to work with a TURN server.
The TURN server runs on the same server, but with a second IP. It runs on port 443.
But when I try to attend a meeting from a client that only has 443 tcp open, no video appears. With P2P as well as with more than 2 participants.
The TURN Server is a COTURN. STUN works fine.
When I check in Chrome under chrome: // webrtc-internals, I don’t see any TURN servers.
https://meet.lipp-xxyyzz.de/TEST, { iceServers: [stun:turn.lippxxyyzz.de:443], iceTransportPolicy: all, bundlePolicy: max-bundle, rtcpMuxPolicy: require, iceCandidatePoolSize: 0, sdpSemantics: “plan-b” }, {advanced: [{googHighStartBitrate: {exact: 0}}, {googPayloadPadding: {exact: true}}, {googScreencastMinBitrate: {exact: 100}}, {googCpuOveruseDetection: {exact: true}}, {googCpuOveruseEncodeUsage: {exact: true}}, {googCpuUnderuseThreshold: {exact: 55}}, {googCpuOveruseThreshold: {exact: 85}}]}
UseStunTurn is activated for both p2p and other connections in the MEET-Config.
It is also stored in the respective Prosody-Lua-Config. Chredentials fit.
In the … videobridge / sip-communicator.properties Config I added the entry org.jitsi.videobridge.DISABLE_TCP_HARVESTER = true.
Certs for jitsi and Turn a valid.
Thank you for your help in advance.
Sorry for my not so good english.
greetings
Henrik