Results 207 comments of Jasper

I also tried to use jvb on Alpine, and got a segfault upon call setup when initialising sctp4j. I tried disabling SCTP but hit another problem: https://github.com/jitsi/jitsi-videobridge/pull/1363#issuecomment-727212047

FWIW, if you need SCTP support and you want to use alpine, you can use an alpine image like the ones from [adoptopenjdk](https://hub.docker.com/_/adoptopenjdk), which provide a glibc compat library for...

Those constraints are the constraints used for video capture. Since simulcast is enabled, the captured 640x480 video is then encoded as two or three (I forget which for 640x480) simulcast...

@RAM-3 What you describe is normal behaviour of simulcast and doesn't indicate a bug in simulcast itself (but maybe a bug in the bandwidth estimation that JVB uses to decide...

`-Dchrome.enable.headless=true` fixes it here

I was able to build on Debian 10 with the fixes in this PR: https://github.com/jitsi/jitsi-webrtc-vad-wrapper/pull/8

https://github.com/Televiska/rsip/pull/49 fixes this

What is the actual concern with MPL 2.0? The use of it as a dependency in this crate doesn't prevent the use of this crate in commercial software; the MPL...

v0.13.0 has been released with the MPL dependency eliminated.

It would indeed be an improvement if you could just set `sslmode` in the connection string rather than needing to set up the `ClientConfig` manually with an appropriate verifier for...