freedomofpress / ansible-role-jitsi-meet

Installs the Jitsi Meet open source videoconferencing software
23 stars 26 forks source link

Configure SIP Communicator settings #29

Closed conorsch closed 7 years ago

conorsch commented 7 years ago

The official docs on manual install list a config step that this role currently overlooks:

In the user home that will be starting Jitsi Videobridge create .sip-communicator folder and add the file sip-communicator.properties with one line in it: org.jitsi.impl.neomedia.transform.srtp.SRTPCryptoContext.checkReplay=false

So the vars in question would be jvb as username and /usr/share/jitsi-videobridge as home dir.

It's unclear why such a setting is required, but it is listed in the install steps, and so probably should be included.