Hello
I followed a guide here on the forums Using coTurn with Jitsi-meet.
https://community.jitsi.org/t/stun-turn-using-coturn-corporate-fw-solution-heres-how/112526
I followed the guide partially, the one thing I did not configure or perhaps touch is the parts below as I’m not sure it is necessary and I can’t find it in the docker instance.
/etc/prosody/conf.d/yourdomain.com.cfg.lua
I think I do not need to do this because we have it configure into .env of the jitsi meet config. I just put the necessary details there for the turn and turns. Is Stun necessary?
> # Configure an external TURN server
> # TURN_CREDENTIALS=secret
> # TURN_HOST=turnserver.example.com
> # TURN_PORT=443
> # TURNS_HOST=turnserver.example.com
> # TURNS_PORT=443
One thing I notice is that the bandwidth is not defined? that’s the error I received in Chrome.
Here is my log file, Chrome.
Logger.js:154 2022-04-12T01:15:39.636Z [modules/statistics/AvgRTPStatsReporter.js] <Gc.addNext>: bandwidth_download - invalid value for idx: 0 undefined
Logger.js:154 2022-04-12T01:15:59.636Z [modules/statistics/AvgRTPStatsReporter.js] <Gc.addNext>: bandwidth_upload - invalid value for idx: 0 undefined
I’m not sure why is not working. I need to be able to use TURN because most networks around our community is with NAT, in fact it is double NAT.
Tested this and No AUDIO/VIDEO was being sent nor received, you can’t even see yourself when you turn on the camera. Conference works, i.e connecting to the rooom, etc. Everything is working except the audio/video part. I tested this without TURN and it is working, so I know it is on the turn config.
Complete Log files are here. (Chrome)
Your help is much appreciated.
Edit: Apologies, wrong grammar or perhaps choice of words regarding " you can’t even see yourself when you turn on the camera". You can see yourself, it’s just that it is not appearing on other machines.