diff options
author | Jordi Ortiz <nenjordi@gmail.com> | 2012-08-16 16:04:48 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-08-16 18:13:41 +0300 |
commit | e5f2731c736c992948ca7e344ad7cfc93168a03f (patch) | |
tree | b91c03b030156044ac7cf38adae14ad6891a6050 /doc/protocols.texi | |
parent | 7ebe3962f399dcddc852bda92e595b0152c3701d (diff) | |
download | ffmpeg-e5f2731c736c992948ca7e344ad7cfc93168a03f.tar.gz |
rtmp: Add support for receiving incoming streams
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'doc/protocols.texi')
-rw-r--r-- | doc/protocols.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi index ea5706fbea..086a249a13 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -188,6 +188,11 @@ application specified in @var{app}, may be prefixed by "mp4:". You can override the value parsed from the URI through the @code{rtmp_playpath} option, too. +@item listen +Act as a server, listening for an incoming connection. + +@item timeout +Maximum time to wait for the incoming connection. Implies listen. @end table Additionally, the following parameters can be set via command line options |