summaryrefslogtreecommitdiff
path: root/doc/protocols.texi
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2013-08-10 12:08:43 +0300
committerMartin Storsjö <martin@martin.st>2013-08-10 18:37:21 +0300
commitd175a5730b42166704b7262b33f4b780d9d92f60 (patch)
tree66e298c7d0024cf137a30fd09e3b0cdeae0cd01c /doc/protocols.texi
parent3bea53dbdf16b043734fa5d5a80c13ddf5c24331 (diff)
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.texi6
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.