summaryrefslogtreecommitdiff
path: root/doc/protocols.texi
diff options
context:
space:
mode:
authorSven Dueking <sven.dueking@nablet.com>2018-05-21 13:55:25 +0700
committerLuca Barbato <lu_zero@gentoo.org>2018-06-03 17:46:23 +0200
commitea8ae27a5e112d06fd5625f640e40849e6313f0c (patch)
tree4da594d2584b1596ca650a530a038b5e7e146299 /doc/protocols.texi
parent35ed7f93dbc72d733e454ae464b1324f38af62a0 (diff)
avformat/libsrt: add payload size option
Signed-off-by: Sven Dueking <sven.dueking@nablet.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'doc/protocols.texi')
-rw-r--r--doc/protocols.texi11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi
index e2d06a0675..5b625e571b 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -755,6 +755,17 @@ only if @option{pbkeylen} is non-zero. It is used on
the receiver only if the received data is encrypted.
The configured passphrase cannot be recovered (write-only).
+@item payloadsize=@var{bytes}
+Sets the maximum declared size of a packet transferred
+during the single call to the sending function in Live
+mode. Use 0 if this value isn't used (which is default in
+file mode).
+Default value is for MPEG-TS; if you are going to use SRT
+to send any different kind of payload, such as, for example,
+wrapping a live stream in very small frames, then you can
+use a bigger maximum frame size, though not greater than
+1456 bytes.
+
@item pbkeylen=@var{bytes}
Sender encryption key length, in bytes.
Only can be set to 0, 16, 24 and 32.