From 4098f809d605fc540870883a9f91880e13ce1d6b Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sun, 28 Feb 2021 20:56:55 +0100 Subject: libavformat: add librist protocol This work is sponsored by Open Broadcast Systems. Signed-off-by: Paul B Mahol --- doc/protocols.texi | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'doc') 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. -- cgit v1.2.3