diff options
author | Martin Storsjö <martin@martin.st> | 2013-08-10 12:08:43 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2013-08-10 18:37:21 +0300 |
commit | d175a5730b42166704b7262b33f4b780d9d92f60 (patch) | |
tree | 66e298c7d0024cf137a30fd09e3b0cdeae0cd01c /doc/protocols.texi | |
parent | 3bea53dbdf16b043734fa5d5a80c13ddf5c24331 (diff) | |
download | ffmpeg-d175a5730b42166704b7262b33f4b780d9d92f60.tar.gz |
doc: Add an example on publishing over RTMP
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'doc/protocols.texi')
-rw-r--r-- | doc/protocols.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi index 1e925ea261..1c7de475f4 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -277,6 +277,12 @@ For example to read with @command{avplay} a multimedia resource named avplay rtmp://myserver/vod/sample @end example +To publish to a password protected server, passing the playpath and +app names separately: +@example +avconv -re -i <input> -f flv -rtmp_playpath some/long/path -rtmp_app long/app/name rtmp://username:password@@myserver/ +@end example + @section rtmpe Encrypted Real-Time Messaging Protocol. |