Commit d175a573 authored by Martin Storsjö's avatar Martin Storsjö

doc: Add an example on publishing over RTMP

Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent 3bea53db
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment