diff --git a/doc/protocols.texi b/doc/protocols.texi index 0d596ca25b8d564102910f726caf6357c8945427..038305ce28aa35460b16563ec5c0a58d479c6827 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.