PR #20583 opened by Jack Lau (JackLau) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20583 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20583.patch
Signed-off-by: Jack Lau <[email protected]> >From 5ad09ad5afd8ef7370cb05504ebdbca489cdcaf0 Mon Sep 17 00:00:00 2001 From: Jack Lau <[email protected]> Date: Mon, 22 Sep 2025 16:48:12 +0800 Subject: [PATCH] doc/muxers: correct default pkt_size value of whip Signed-off-by: Jack Lau <[email protected]> --- doc/muxers.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/muxers.texi b/doc/muxers.texi index 8c45b7d47a..f042b62c6b 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -3953,7 +3953,7 @@ Default value is 5000. @item pkt_size @var{integer} Set the maximum size, in bytes, of RTP packets that send out. -Default value is 1500. +Default value is 1200. @item authorization @var{string} The optional Bearer token for WHIP Authorization. -- 2.49.1 _______________________________________________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
