From 3bea53dbdf16b043734fa5d5a80c13ddf5c24331 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Sat, 10 Aug 2013 12:03:54 +0300 Subject: [PATCH 1/2] doc: Add librtmp to the section header for the librtmp specific details MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- doc/protocols.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/protocols.texi b/doc/protocols.texi index 6e3a7e9c84..1e925ea261 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -317,7 +317,7 @@ The Real-Time Messaging Protocol tunneled through HTTPS (RTMPTS) is used for streaming multimedia content within HTTPS requests to traverse firewalls. -@section rtmp, rtmpe, rtmps, rtmpt, rtmpte +@section librtmp rtmp, rtmpe, rtmps, rtmpt, rtmpte Real-Time Messaging Protocol and its variants supported through librtmp. From d175a5730b42166704b7262b33f4b780d9d92f60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Sat, 10 Aug 2013 12:08:43 +0300 Subject: [PATCH 2/2] doc: Add an example on publishing over RTMP MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- doc/protocols.texi | 6 ++++++ 1 file changed, 6 insertions(+) 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 -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.