Hello Damian,
I followed – Self-Hosting Guide - Debian/Ubuntu server – running Ubuntu 22.04.
Have a “working” installation on: https://meet.wetalk24.de/
Participants see there own video but only avatar of other Participants.
They can join a conference and send/receive chat messages, but video/audio is not shared.
Re-installed it several times but no luck.
Meanwhile I have also installed coturn and changed .lua files accordingly.
external_services = {
{ type = “stun”, host = “stun…”, port = 80, transport = “tcp”, secret = true, ttl = 86400, username=“guest”, credential=“xxx” },
{ type = “turn”, host = “turn…”, port = 80, transport = “udp”, secret = true, ttl = 86400, algorithm = “turn”, username=“guest”, credential=“xxx” },
{ type = “turns”, host = “turn…”, port = 443, transport = “tcp”, secret = true, ttl = 86400, algorithm = “turn”, username=“guest”, credential=“xxx” }
};
and tested on Trickle ICE.
But I still get Error Messages in Firefox:
WebRTC: ICE failed, add a STUN server and see about:webrtc for more details
2023-03-28T09:57:58.019Z [JitsiMeetJS.ts] : UnhandledError: The fetching process for the media resource was aborted by the user agent at the user’s request. Script: null Line: null Column: null StackTrace: [Logger.js:154:22]
Uncaught (in promise) DOMException: The fetching process for the media resource was aborted by the user agent at the user’s request. [Video.js:211:24]
2023-03-28T09:58:00.543Z [JitsiMeetJS.ts] : UnhandledError: An attempt was made to use an object that is not, or is no longer, usable Script: null Line: null Column: null StackTrace: 5369/tc/e.RTCPeerConnection.prototype.getStats@…lib-jitsi-meet.min.js?v=6991:2:569223
about:webrtc:
PeerConnection-ID:{bdc4598d-220d-4210-a816-3ba2dbe3ac5f} 1679997509423535 (id=9927816904706 url=…)
RTCConfiguration
bundlePolicy: max-bundle
iceTransportPolicy: all
peerIdentity(Angegeben/Nicht angegeben): Nicht angegeben
sdpSemantics: Nicht angegeben
iceServers:urls: [“turns:turn.wetalk24.de:443?transport=tcp”]
credential(Angegeben/Nicht angegeben): Angegeben
userName(Angegeben/Nicht angegeben): Angegeben
ICE-status fails.
Don’t know what else to do.
Can you give any advice?
Regards, Chris