From 6260c611c53f128dc36ad7c6308b27529d7540d3 Mon Sep 17 00:00:00 2001 From: Limin Wang Date: Sun, 10 Oct 2021 23:03:26 +0800 Subject: avformat/libsrt: add snddropdelay parameter for srt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: "zhilizhao(赵志立)" Signed-off-by: Limin Wang --- doc/protocols.texi | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/protocols.texi') diff --git a/doc/protocols.texi b/doc/protocols.texi index 726e5f1c44..c100f23f17 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -1496,6 +1496,12 @@ when the old encryption key is decommissioned. Default is -1. -1 means auto (0x1000 in srt library). The range for this option is integers in the 0 - @code{INT_MAX}. +@item snddropdelay=@var{microseconds} +The sender's extra delay before dropping packets. This delay is +added to the default drop delay time interval value. + +Special value -1: Do not drop packets on the sender at all. + @item payload_size=@var{bytes} Sets the maximum declared size of a packet transferred during the single call to the sending function in Live -- cgit v1.2.3