Module: libav
Branch: master
Commit: d175a5730b42166704b7262b33f4b780d9d92f60

Author:    Martin Storsjö <[email protected]>
Committer: Martin Storsjö <[email protected]>
Date:      Sat Aug 10 12:08:43 2013 +0300

doc: Add an example on publishing over RTMP

Signed-off-by: Martin Storsjö <[email protected]>

---

 doc/protocols.texi |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

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:
+@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.

_______________________________________________
libav-commits mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to