Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/net-im/jitsi-videobridge/files/pkg-message.in
16149 views
[
{ type: install
  message: <<EOM
Jitsi Video Bridge was installed

1) The configuration file is used by the startup rcfile and located at:
   
   %%ETCDIR%%/jitsi-videobridge.conf

2) Add jitsi_videobridge_enable="YES" to /etc/rc.conf.

3) Additional jitsi-videobridge properties to control the TCP-related 
   functionality can be defined at:

   %%ETCDIR%%/sip-communicator.properties

   This file not exists by default

4) If jitsi-videobridge server is running behind NAT, you must add the 
   following lines to sip-comunnicator.properties file

   org.ice4j.ice.harvest.NAT_HARVESTER_LOCAL_ADDRESS=Local_IP_Address
   org.ice4j.ice.harvest.NAT_HARVESTER_PUBLIC_ADDRESS=Public_IP_Address

   Also, you must redirect TCP/4443 and UDP/10000 ports to jitsi-videobridge 
   server

5) More about jitsi-videobridge properties at:

   https://github.com/jitsi/jitsi-videobridge/blob/master/doc/tcp.md

6) If you want use jitsi-videobridge on FreeBSD 11.x, please apply the
   following patch file:

   https://reviews.freebsd.org/D14453

   jitsi-videobridge rc script use ${name}_env_file funcitonality, which is only
   available on FreeBSD >= 12.x

7) Enjoy it
EOM
}
]