meetecho / janus-gateway

Janus WebRTC Server
https://janus.conf.meetecho.com
GNU General Public License v3.0
8.25k stars 2.48k forks source link

Support larger values for SDP attributes #3282

Closed petarminchev closed 12 months ago

petarminchev commented 1 year ago

Currently the limit is 512 bytes for the SDP attribute value, which limits to maximum 75 video + audio mids (150 mids). Increased limit to 2048 bytes, which should support up to around 267 video + audio mids (534 mids)

lminiero commented 12 months ago

Thanks! I think this is good to merge :ok: