mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-20 02:00:05 -08:00
add udpReadBufferSize parameter (#5129)
this allows to set a global UDP read buffer, applied to every UDP socket.
This commit is contained in:
parent
3ae5262510
commit
adc4a6ceb6
12 changed files with 78 additions and 91 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue