This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
picoenterprise:xmpp [2013/12/09 15:48] Luc Nieland [pre-install] |
picoenterprise:xmpp [2013/12/09 16:49] (current) Luc Nieland [video-bridge] |
||
---|---|---|---|
Line 229: | Line 229: | ||
... | ... | ||
{5275, ejabberd_service, [ | {5275, ejabberd_service, [ | ||
- | {host, "jitsi-videobridge.jabber.pref.nl", [{password, "Erruggeheim"}]} | + | {host, "jitsi-videobridge.jabber.example.com", [{password, "VerySecretpw"}]} |
]}, | ]}, | ||
... | ... | ||
Line 250: | Line 250: | ||
{normal2, all}]}. | {normal2, all}]}. | ||
... | ... | ||
+ | |||
Restart ejabberd. | Restart ejabberd. | ||
Line 255: | Line 256: | ||
Check for the Listener-port to open. | Check for the Listener-port to open. | ||
- | Start the bridge by running the start-bridge script as the user jitsi (with nohup and & to detach) | ||
- | Ignore the java-exception :-) | + | Start the bridge by running the start-bridge script as the user jitsi: |
+ | nohup ./start-bridge & | ||
+ | |||