diff options
author | Samuel Pitoiset <samuel.pitoiset@gmail.com> | 2012-06-13 15:02:03 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-06-13 17:04:39 +0300 |
commit | 8517e9c476e8cf92d9ed25b6486bb43d3dc2c49d (patch) | |
tree | 55fc4f2547b92c276da83b6ce1f7763d1d636476 /doc | |
parent | 9477c035a768261e54c50404c0f3746bf023f7a4 (diff) | |
download | ffmpeg-8517e9c476e8cf92d9ed25b6486bb43d3dc2c49d.tar.gz |
rtmp: Add a new option 'rtmp_buffer', for setting the client buffer time
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/protocols.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi index 66beff634c..84920332f6 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -198,6 +198,9 @@ Additionally, the following parameters can be set via command line options Name of application to connect on the RTMP server. This option overrides the parameter specified in the URI. +@item rtmp_buffer +Set the client buffer time in milliseconds. The default is 3000. + @item rtmp_conn Extra arbitrary AMF connection parameters, parsed from a string, e.g. like @code{B:1 S:authMe O:1 NN:code:1.23 NS:flag:ok O:0}. |