[FFmpeg-cvslog] doc: Add an example on publishing over RTMP
Martin Storsjö
git at videolan.org
Sun Aug 11 11:39:04 CEST 2013
ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Sat Aug 10 12:08:43 2013 +0300| [d175a5730b42166704b7262b33f4b780d9d92f60] | committer: Martin Storsjö
doc: Add an example on publishing over RTMP
Signed-off-by: Martin Storsjö <martin at martin.st>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d175a5730b42166704b7262b33f4b780d9d92f60
---
doc/protocols.texi | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/doc/protocols.texi b/doc/protocols.texi
index 1e925ea..1c7de47 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:
+ at example
+avconv -re -i <input> -f flv -rtmp_playpath some/long/path -rtmp_app long/app/name rtmp://username:password@@myserver/
+ at end example
+
@section rtmpe
Encrypted Real-Time Messaging Protocol.
More information about the ffmpeg-cvslog
mailing list