add udpReadBufferSize parameter (#5129)

this allows to set a global UDP read buffer, applied to every UDP socket.
This commit is contained in:
Alessandro Ros 2025-10-29 11:28:22 +01:00 committed by GitHub
parent 3ae5262510
commit adc4a6ceb6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 78 additions and 91 deletions

View file

@ -77,6 +77,9 @@ components:
udpMaxPayloadSize:
type: integer
format: int64
udpReadBufferSize:
type: integer
format: int64
runOnConnect:
type: string
runOnConnectRestart:
@ -225,9 +228,6 @@ components:
type: array
items:
type: string
rtspUDPReadBufferSize:
type: integer
format: int64
# RTMP server
rtmp:
@ -393,21 +393,10 @@ components:
type: string
rtspRangeStart:
type: string
rtspUDPReadBufferSize:
type: integer
format: int64
# MPEG-TS source
mpegtsUDPReadBufferSize:
type: integer
format: int64
# RTP source
rtpSDP:
type: string
rtpUDPReadBufferSize:
type: integer
format: int64
# Redirect source
sourceRedirect: