more updates march
This commit is contained in:
132
jitsi/config/jitsi-meet-cfg/jicofo/jicofo.conf
Normal file
132
jitsi/config/jitsi-meet-cfg/jicofo/jicofo.conf
Normal file
@@ -0,0 +1,132 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
jicofo {
|
||||
|
||||
|
||||
// Configuration related to jitsi-videobridge
|
||||
bridge {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
brewery-jid = "jvbbrewery@internal-muc.meet.jitsi"
|
||||
|
||||
|
||||
|
||||
}
|
||||
// Configure the codecs and RTP extensions to be used in the offer sent to clients.
|
||||
codec {
|
||||
video {
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
audio {
|
||||
|
||||
}
|
||||
rtp-extensions {
|
||||
video-layers-allocation {
|
||||
enabled = false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
conference {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
max-ssrcs-per-user = "20"
|
||||
|
||||
max-ssrc-groups-per-user = "20"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
jibri {
|
||||
brewery-jid = "jibribrewery@internal-muc.meet.jitsi"
|
||||
|
||||
pending-timeout = "90"
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
octo {
|
||||
// Whether or not to use Octo. Note that when enabled, its use will be determined by
|
||||
// $jicofo.bridge.selection-strategy. There's a corresponding flag in the JVB and these
|
||||
// two MUST be in sync (otherwise bridges will crash because they won't know how to
|
||||
// deal with octo channels).
|
||||
enabled = false
|
||||
sctp-datachannels = true
|
||||
}
|
||||
|
||||
|
||||
|
||||
sctp {
|
||||
enabled = true
|
||||
}
|
||||
|
||||
xmpp {
|
||||
|
||||
client {
|
||||
enabled = true
|
||||
hostname = "xmpp.meet.jitsi"
|
||||
port = "5222"
|
||||
domain = "auth.meet.jitsi"
|
||||
xmpp-domain = "meet.jitsi"
|
||||
username = "focus"
|
||||
password = "94ff7046987877b99cbf8b1e15aa4c84"
|
||||
conference-muc-jid = "muc.meet.jitsi"
|
||||
client-proxy = "focus.meet.jitsi"
|
||||
disable-certificate-verification = true
|
||||
}
|
||||
|
||||
|
||||
trusted-domains = [ "hidden.meet.jitsi" ]
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
include "custom-jicofo.conf"
|
||||
13
jitsi/config/jitsi-meet-cfg/jicofo/logging.properties
Normal file
13
jitsi/config/jitsi-meet-cfg/jicofo/logging.properties
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
handlers= java.util.logging.ConsoleHandler
|
||||
|
||||
|
||||
java.util.logging.ConsoleHandler.level = ALL
|
||||
java.util.logging.ConsoleHandler.formatter = org.jitsi.utils.logging2.JitsiLogFormatter
|
||||
org.jitsi.utils.logging2.JitsiLogFormatter.programname=Jicofo
|
||||
|
||||
.level=INFO
|
||||
io.sentry.jul.SentryHandler.level=WARNING
|
||||
|
||||
# Enable debug packets logging
|
||||
#org.jitsi.impl.protocol.xmpp.level=FINE
|
||||
Reference in New Issue
Block a user