diff options
author | Marton Balint <cus@passwd.hu> | 2021-03-06 22:53:21 +0100 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2021-03-13 17:36:48 +0100 |
commit | 4217e091fefe540a0aab767e4a0a2454808cb4aa (patch) | |
tree | dc0ea654c8c65429be9a1805313e4dc0e4e90f4b /doc | |
parent | 7b0832dea8fe266011e2891402e091562edbb6ba (diff) | |
download | ffmpeg-4217e091fefe540a0aab767e4a0a2454808cb4aa.tar.gz |
avformat/librist: increase default loglevel
Also remove AV_LOG_SIMULATE from the list as it is not used directly, and do
not use panic level on unknown loglevel, but make them warn. Also fix mapping of
NOTICE/INFO/VERBOSE and add documentation about when the option should actually
be used.
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/protocols.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi index 11005b0849..eaf7b52608 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -718,7 +718,9 @@ Set internal RIST buffer size for retransmission of data. Set maximum packet size for sending data. 1316 by default. @item log_level -Set loglevel for RIST logging messages. +Set loglevel for RIST logging messages. You only need to set this if you +explicitly want to enable debug level messages or packet loss simulation, +otherwise the regular loglevel is respected. @item secret Set override of encryption secret, by default is unset. |