avformat/whip: pass through buffer_size option to udp

Signed-off-by: Jack Lau <jacklau1222@qq.com>
This commit is contained in:
Jack Lau
2025-09-17 10:25:41 +08:00
committed by stevenliu
parent 469aad3897
commit b3793d9941
2 changed files with 8 additions and 1 deletions

View File

@@ -3955,6 +3955,10 @@ Default value is 5000.
Set the maximum size, in bytes, of RTP packets that send out.
Default value is 1500.
@item buffer_size @var{integer}
Set the buffer size, in bytes, of underlying protocol.
Default value is -1(auto). The UDP auto selects a reasonable value.
@item authorization @var{string}
The optional Bearer token for WHIP Authorization.