diff options
author | Samuel Pitoiset <samuel.pitoiset@gmail.com> | 2012-07-24 16:29:39 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-07-25 20:33:11 +0300 |
commit | 98df48db6dfc2ed2cef7472e564d0de9639e8774 (patch) | |
tree | bb871135402f72c6e78cc4025562ff12d4ed3995 | |
parent | 63ffa154e93f8cf7e4dc197dce207acd402bea81 (diff) | |
download | ffmpeg-98df48db6dfc2ed2cef7472e564d0de9639e8774.tar.gz |
doc: Update the description of the rtmp_tcurl option
Signed-off-by: Martin Storsjö <martin@martin.st>
-rw-r--r-- | doc/protocols.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi index 7b84f25815..616c9cda78 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -237,7 +237,7 @@ parameter specified in the URI. URL of the SWF player for the media. By default no value will be sent. @item rtmp_tcurl -URL of the target stream. +URL of the target stream. Defaults to proto://host[:port]/app. @end table |