Changes between Initial Version and Version 1 of jitsi-video-bridge


Ignore:
Timestamp:
Mar 22, 2015, 2:24:00 AM (10 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jitsi-video-bridge

    v1 v1  
     1= Jitsi Video Bridge =
     2
     3The jitsi video bridge is an XMPP plugin to our ejabberd XMPP server (running on mcchesney) installed as part of #10427.
     4
     5The 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.
     6
     7It is configured to work with ejabberd thanks to the following lines in /etc/ejabberd.cfg:
     8
     9{{{
     100 mcchesney:/etc/ejabberd# diff -u ejabberd.cfg.pre.jitsi ejabberd.cfg
     11--- ejabberd.cfg.pre.jitsi      2015-02-22 21:08:03.000000000 -0500
     12+++ ejabberd.cfg        2015-03-21 21:53:42.000000000 -0400
     13@@ -151,7 +151,11 @@
     14                                          http_bind,
     15                                           web_admin,
     16                                           tls, {certfile, "/etc/ssl/private/im.mayfirst.org.pem"}
     17-                                         ]}
     18+                                         ]},
     19+  %% jitsi video bridge, see: https://support.mayfirst.org/ticket/10427
     20+  {5347, ejabberd_service, [
     21+      {host, "jitsi-videobridge.im.mayfirst.org", [{password, "XXXXXXXXXXXX"}]}
     22+  ]}
     23 ]}.
     24 
     25 %% {{5281, "209.234.253.236"}, ejabberd_http, [
     261 mcchesney:/etc/ejabberd#
     27}}}
     28
     29Note: 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)