meetecho / simple-whip-client

Simple WHIP Client (based on GStreamer's webrtcbin)
GNU General Public License v3.0
66 stars 18 forks source link

Increase SDP fragment buffer size #1

Closed jech closed 2 years ago

jech commented 2 years ago

1024 was not enough on a host with both IPv4 and IPv6 addresses. Increase to 4096. We should probably be sending multiple fragments when we overflow.

lminiero commented 2 years ago

Thanks!