jitsi-videobridge icon indicating copy to clipboard operation
jitsi-videobridge copied to clipboard

Jitsi Videobridge is a WebRTC compatible video router or SFU that lets build highly scalable video conferencing infrastructure (i.e., up to hundreds of conferences per server).

Results 124 jitsi-videobridge issues
Sort by recently updated
recently updated
newest added

After the installation of jitsi-videobridge on a Debian system with SysV init, the service is not started and the init script links under `/etc/rc.d` are missing. Suggested solution: Create according...

when mvn download dependencies always connection reset

@bgrozev and I realized we currently have an issue whenever a last-n value is used where 'n' is < the number of participants in the conference. Imagine the following scenario...

## Description --- Jitss videobridge can't run with OpenJDK15, because the GC options (that are deprecated since many stable versions) are no longer accepted. ## Current behavior --- ``` server...

The following configuration options would make sense in `sip-communicator.properties`: 1. Disallow local IPs generically, similar to `org.ice4j.ipv6.DISABLED`, e.g. `org.ice4j.ipLocal.DISABLED` 2. Allow wildcards in `org.ice4j.ice.harvest.BLOCKED_ADDRESSES` to block an address range, e.g....

## Description --- I use [needrestart](https://github.com/liske/needrestart) to monitor things on my Debian 10 server that needs to be restarted. It normally works pretty well, but it seems it is falsely...

## Description The videobridge health check (especially the /about/health endpoint) does not detect when the videobrdige is unable to connect to a configured MUC (https://github.com/jitsi/jitsi-videobridge/blob/master/doc/muc.md) ## Current behavior The log...

I was testing with docker alpine linux, and using this base image: `openjdk:7-alpine` but got this error: ``` JVB 2017-03-20 16:27:17.757 INFO: [524] org.jitsi.videobridge.Channel.log() CAT=stat transport_connected,conf_id=e36676ea2d25a212,content=data,ch_id=61d98e5e86441313,endp_id=0c9f2ce0 JVB 2017-03-20 16:27:17.796 SEVERE:...

Is there any plans to implement simulcast support for H264 ? It's already in chrome from 73.0.3664.3

## Description On one videobridge, suddenly all connections have been closed in all conferences. ## Current behavior All users got a conference failed notification and were re-connected after 20 seconds....