From deffb5ddce5cc09ec1f29d2255276483d07b7725 Mon Sep 17 00:00:00 2001 From: Marton Balint Date: Sat, 6 Mar 2021 22:26:13 +0100 Subject: avformat/librist: make packet size adjustable for writing, fix it for reading Maximum packet size is 10000 (RIST_MAX_PACKET_SIZE, which is unfortunately private) minus the RIST protocol overhead which is 28 bytes for the unencrypted case, 36 for the encrypted case. Signed-off-by: Marton Balint --- doc/protocols.texi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/protocols.texi b/doc/protocols.texi index 4f4a4b4a3a..11005b0849 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -714,6 +714,9 @@ This one is default. @item buffer_size Set internal RIST buffer size for retransmission of data. +@item pkt_size +Set maximum packet size for sending data. 1316 by default. + @item log_level Set loglevel for RIST logging messages. -- cgit v1.2.3