Browse Source

Merge commit 'd175a5730b42166704b7262b33f4b780d9d92f60'

* commit 'd175a5730b42166704b7262b33f4b780d9d92f60':
  doc: Add an example on publishing over RTMP
  doc: Add librtmp to the section header for the librtmp specific details

Merged-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.1
Michael Niedermayer 11 years ago
parent
commit
5993b96269
1 changed files with 7 additions and 1 deletions
  1. +7
    -1
      doc/protocols.texi

+ 7
- 1
doc/protocols.texi View File

@@ -474,6 +474,12 @@ For example to read with @command{ffplay} a multimedia resource named
ffplay rtmp://myserver/vod/sample ffplay rtmp://myserver/vod/sample
@end example @end example


To publish to a password protected server, passing the playpath and
app names separately:
@example
ffmpeg -re -i <input> -f flv -rtmp_playpath some/long/path -rtmp_app long/app/name rtmp://username:password@@myserver/
@end example

@section rtmpe @section rtmpe


Encrypted Real-Time Messaging Protocol. Encrypted Real-Time Messaging Protocol.
@@ -514,7 +520,7 @@ The Real-Time Messaging Protocol tunneled through HTTPS (RTMPTS) is used
for streaming multimedia content within HTTPS requests to traverse for streaming multimedia content within HTTPS requests to traverse
firewalls. firewalls.


@section rtmp, rtmpe, rtmps, rtmpt, rtmpte
@section librtmp rtmp, rtmpe, rtmps, rtmpt, rtmpte


Real-Time Messaging Protocol and its variants supported through Real-Time Messaging Protocol and its variants supported through
librtmp. librtmp.


Loading…
Cancel
Save