Turn TCP/UDP #73
Labels
No Label
bug
duplicate
enhancement
good first issue
help wanted
invalid
needs info
question
triage
upstream issue
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: switnet/quick-jibri-installer#73
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hey,
why is tcp disabled in the turn config but used in the prosody config?
Thanks!
What line?
no-tcp in turnserver.conf
and using tcp on 5349 for turns in the prosody conf
{ type = "turns", host = "jitsidev.facilisglobal.com", port = 5349, transport = "tcp", secret = true, ttl = 86400, algorithm = "turn" }
I mean in the installer.
IIRC we don't touch that line, that should come from the jitsi package configuration itself, if you have being updating from back in time, it might be possible at the time that part was not enabled, but recent versions do,
sadlysome files become static, so no further changes are applied, like ngxin conf, domain.com-config.js, etc. So the maintainer needs to update/fix those.Please confirm.
Dont quite understand, what should I confirm? So I should just leave it as it is?
If we tainted that particular line of configuration with the installer.
That depends on what you try to accomplish, AFAICT that's the default installation value and it works for us, I see no reason to hard code it one way or another.
Okay then I will just leave it as it is, thank you!