summaryrefslogtreecommitdiff
path: root/doc/protocols.texi
diff options
context:
space:
mode:
authorZhao Zhili <zhilizhao@tencent.com>2021-06-04 15:22:28 +0800
committerMarton Balint <cus@passwd.hu>2021-06-09 00:07:10 +0200
commit55c54ff74455c70aee243c944c124a04ecdb2d9d (patch)
tree7edc960742ea94e1cf67c7c858c992e41fe59178 /doc/protocols.texi
parent9099046cc76c9e3bf02f62a237b4d444cdaf5b20 (diff)
downloadffmpeg-55c54ff74455c70aee243c944c124a04ecdb2d9d.tar.gz
avformat/libsrt: add tsbpd option
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc/protocols.texi')
-rw-r--r--doc/protocols.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi
index 8371f83059..94487e52ff 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -1607,6 +1607,11 @@ Default is -1. -1 means auto (off with 0 seconds in live mode, on with 180
seconds in file mode). The range for this option is integers in the
0 - @code{INT_MAX}.
+@item tsbpd=@var{1|0}
+When true, use Timestamp-based Packet Delivery mode. The default behavior
+depends on the transmission type: enabled in live mode, disabled in file
+mode.
+
@end table
For more information see: @url{https://github.com/Haivision/srt}.