igniterealtime/openfire-ofmeet-plugin

Expose Jitsi Videobridge single port configuration parameter in ofmeet admin settings

deleolajide opened this issue · 0 comments

Jitsi Videobridge supports multiplexing multiple media streams using a single UDP port.

Single port mode is enabled by default, with the port number being 10000. To change the port, set the property "org.jitsi.videobridge.SINGLE_PORT_HARVESTER_PORT" (set to -1 to disable and use the range of ports)

see https://github.com/jitsi/jitsi-videobridge/blob/master/doc/single-port.md