jitsi / jitsi-videobridge

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).
https://jitsi.org/jitsi-videobridge
Apache License 2.0
2.9k stars 988 forks source link

Support using dcsctp4j for SCTP. #2131

Closed JonathanLennox closed 4 months ago

JonathanLennox commented 4 months ago

This will depend on https://github.com/JonathanLennox/dcsctp4j becoming a "real" project (i.e. with its packages in a Maven repo somewhere).

bgrozev commented 4 months ago

We make sure that when videobridge.sctp.enabled=false the usrsctp library is never loaded. Is the same true for dcsctp?