Skip to content
Snippets Groups Projects
Commit d175a573 authored by Martin Storsjö's avatar Martin Storsjö
Browse files

doc: Add an example on publishing over RTMP

parent 3bea53db
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment