| 4 | | == Integrated with our im.mayfirst.org XMPP server == |
| 5 | | |
| 6 | | The jitsi video bridge is an XMPP plugin to our ejabberd XMPP server (running on mcchesney) installed as part of #10427. |
| 7 | | |
| 8 | | The video bridge is installed via the jitsi team's apt respository (deb http://download.jitsi.org/nightly/deb unstable/) in mcchesney:/etc/apt/sources.list.d/jitsi.list. The name of the package is: jitsi-videobridge. |
| 9 | | |
| 10 | | It is configured to work with ejabberd thanks to the following lines in /etc/ejabberd.cfg: |
| 11 | | |
| 12 | | {{{ |
| 13 | | 0 mcchesney:/etc/ejabberd# diff -u ejabberd.cfg.pre.jitsi ejabberd.cfg |
| 14 | | --- ejabberd.cfg.pre.jitsi 2015-02-22 21:08:03.000000000 -0500 |
| 15 | | +++ ejabberd.cfg 2015-03-21 21:53:42.000000000 -0400 |
| 16 | | @@ -151,7 +151,11 @@ |
| 17 | | http_bind, |
| 18 | | web_admin, |
| 19 | | tls, {certfile, "/etc/ssl/private/im.mayfirst.org.pem"} |
| 20 | | - ]} |
| 21 | | + ]}, |
| 22 | | + %% jitsi video bridge, see: https://support.mayfirst.org/ticket/10427 |
| 23 | | + {5347, ejabberd_service, [ |
| 24 | | + {host, "jitsi-videobridge.im.mayfirst.org", [{password, "XXXXXXXXXXXX"}]} |
| 25 | | + ]} |
| 26 | | ]}. |
| 27 | | |
| 28 | | %% {{5281, "209.234.253.236"}, ejabberd_http, [ |
| 29 | | 1 mcchesney:/etc/ejabberd# |
| 30 | | }}} |
| 31 | | |
| 32 | | Note: ejabberd must be started with these configuration lines ''before'' you start the video bridge (which is started using a standard init script - /etc/init.d/jitsi-videobridge). |
| 33 | | |
| 34 | | User documentation on how to use it via the jitsi chat client is on our [wiki:how-to/jabber jabber page]. |
| 35 | | |
| 36 | | == Stand-alone web version == |
| 37 | | |
| 38 | | In addition, on galeano, we have a self-contained instance of jitsi video bridge along with the web application. |
| | 4 | On galeano, we have a self-contained instance of jitsi video bridge along with the web application [https://github.com/jitsi/jitsi-meet jitsi-meet]. |