add UDPReadBufferSize option (#857)

This commit is contained in:
Alessandro Ros
2025-08-11 10:49:54 +02:00
committed by GitHub
parent a560c2c24a
commit 7a5df14b2c
11 changed files with 110 additions and 12 deletions

View File

@@ -23,6 +23,7 @@ func (h *serverMulticastWriter) initialize() error {
}
rtpl, rtcpl, err := createUDPListenerMulticastPair(
h.s.UDPReadBufferSize,
h.s.ListenPacket,
h.s.WriteTimeout,
h.s.MulticastRTPPort,