summaryrefslogtreecommitdiff
path: root/doc/protocols.texi
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-02-28 20:56:55 +0100
committerMarton Balint <cus@passwd.hu>2021-03-13 17:36:48 +0100
commit4098f809d605fc540870883a9f91880e13ce1d6b (patch)
tree6f02e2842e174cfe5735cfcbd09e7e591c339028 /doc/protocols.texi
parente93403b75f5f8ada918d928163fe2ea8679557d5 (diff)
downloadffmpeg-4098f809d605fc540870883a9f91880e13ce1d6b.tar.gz
libavformat: add librist protocol
This work is sponsored by Open Broadcast Systems. Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/protocols.texi')
-rw-r--r--doc/protocols.texi29
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi
index 2b2fab8752..4f4a4b4a3a 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -696,6 +696,35 @@ Example usage:
-f rtp_mpegts -fec prompeg=l=8:d=4 rtp://@var{hostname}:@var{port}
@end example
+@section rist
+
+Reliable Internet Streaming Transport protocol
+
+The accepted options are:
+@table @option
+@item rist_profile
+Supported values:
+@table @samp
+@item simple
+@item main
+This one is default.
+@item advanced
+@end table
+
+@item buffer_size
+Set internal RIST buffer size for retransmission of data.
+
+@item log_level
+Set loglevel for RIST logging messages.
+
+@item secret
+Set override of encryption secret, by default is unset.
+
+@item encryption
+Set encryption type, by default is disabled.
+Acceptable values are 128 and 256.
+@end table
+
@section rtmp
Real-Time Messaging Protocol.