doc: Add an example on publishing over RTMP

Signed-off-by: Martin Storsjö <martin@martin.st>
pull/37/head
Martin Storsjö 11 years ago
parent 3bea53dbdf
commit d175a5730b
  1. 6
      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.

Loading…
Cancel
Save