webrtc: allow tuning WHEP timeouts (#5027) (#5479)

add whepHandshakeTimeout, whepTrackGatherTimeout, whepSTUNGatherTimeout
This commit is contained in:
Alessandro Ros
2026-02-18 16:29:25 +01:00
committed by GitHub
parent ffec1e48d4
commit f991821a5f
20 changed files with 201 additions and 206 deletions
+10 -2
View File
@@ -339,12 +339,12 @@ components:
type: array
items:
$ref: '#/components/schemas/WebRTCICEServer'
webrtcSTUNGatherTimeout:
type: string
webrtcHandshakeTimeout:
type: string
webrtcTrackGatherTimeout:
type: string
webrtcSTUNGatherTimeout:
type: string
# SRT server
srt:
@@ -430,6 +430,14 @@ components:
rtpSDP:
type: string
# WHEP source
whepSTUNGatherTimeout:
type: string
whepHandshakeTimeout:
type: string
whepTrackGatherTimeout:
type: string
# Redirect source
sourceRedirect:
type: string