diff options
author | Marton Balint <cus@passwd.hu> | 2021-03-06 22:26:13 +0100 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2021-03-13 17:36:48 +0100 |
commit | deffb5ddce5cc09ec1f29d2255276483d07b7725 (patch) | |
tree | 4b7c34251b25de928c23f9477f597abd8034028b /doc/protocols.texi | |
parent | 4b1e387e259ab0d6e7c4f7f010736b64938c4939 (diff) | |
download | ffmpeg-deffb5ddce5cc09ec1f29d2255276483d07b7725.tar.gz |
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 <cus@passwd.hu>
Diffstat (limited to 'doc/protocols.texi')
-rw-r--r-- | doc/protocols.texi | 3 |
1 files changed, 3 insertions, 0 deletions
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. |