From aa16a6b0c56e3f46c5d7efb706b87a8f7a1603ec Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Sat, 10 Aug 2013 11:51:31 +0300 Subject: doc: Extend the rtmp example to include how to pass username/password MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- doc/protocols.texi | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'doc/protocols.texi') diff --git a/doc/protocols.texi b/doc/protocols.texi index 0d596ca25b..038305ce28 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -164,12 +164,18 @@ content across a TCP/IP network. The required syntax is: @example -rtmp://@var{server}[:@var{port}][/@var{app}][/@var{instance}][/@var{playpath}] +rtmp://[@var{username}:@var{password}@@]@var{server}[:@var{port}][/@var{app}][/@var{instance}][/@var{playpath}] @end example The accepted parameters are: @table @option +@item username +An optional username (mostly for publishing). + +@item password +An optional password (mostly for publishing). + @item server The address of the RTMP server. -- cgit v1.2.3