forked from Deuxfleurs/infrastructure
More info in README
This commit is contained in:
parent
3e7dc8b49d
commit
6adb551db4
1 changed files with 28 additions and 0 deletions
|
@ -1,4 +1,32 @@
|
||||||
|
## About Jitsi
|
||||||
|
|
||||||
|
Several server components:
|
||||||
|
- prosody XMPP (ext)
|
||||||
|
- jitsi videobridge aka JVB
|
||||||
|
- jitsi conference focus aka jicofo aka focus
|
||||||
|
- jitsi meet
|
||||||
|
- octo
|
||||||
|
- jigasi
|
||||||
|
- jibri
|
||||||
|
- etc.
|
||||||
|
|
||||||
|
Some libs:
|
||||||
|
- libjitsi
|
||||||
|
- jicoco
|
||||||
|
- jitsi-utils
|
||||||
|
- etc.
|
||||||
|
|
||||||
|
Client components:
|
||||||
|
- jitsi meet electron
|
||||||
|
- jitsi android/ios
|
||||||
|
- etc.
|
||||||
|
|
||||||
|
## Conf
|
||||||
|
|
||||||
Base conf:
|
Base conf:
|
||||||
|
|
||||||
- [videobridge.conf](https://github.com/jitsi/jitsi-videobridge/blob/master/jvb/src/main/resources/reference.conf)
|
- [videobridge.conf](https://github.com/jitsi/jitsi-videobridge/blob/master/jvb/src/main/resources/reference.conf)
|
||||||
- [jicofo.conf](https://github.com/jitsi/jicofo/blob/master/src/main/resources/reference.conf)
|
- [jicofo.conf](https://github.com/jitsi/jicofo/blob/master/src/main/resources/reference.conf)
|
||||||
|
|
||||||
|
the following is used in videobridge.conf:
|
||||||
|
[jicoco/MucClientConfiguration](https://github.com/jitsi/jicoco/blob/master/jicoco/src/main/java/org/jitsi/xmpp/mucclient/MucClientConfiguration.java)
|
||||||
|
|
Loading…
Reference in a new issue