Commit aa16a6b0 authored by Martin Storsjö's avatar Martin Storsjö

doc: Extend the rtmp example to include how to pass username/password

Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent 8e1fe345
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment