Commit 78242e43 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'aa16a6b0'

* commit 'aa16a6b0':
  doc: Extend the rtmp example to include how to pass username/password
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 6c7a0535 aa16a6b0
...@@ -361,12 +361,18 @@ content across a TCP/IP network. ...@@ -361,12 +361,18 @@ content across a TCP/IP network.
The required syntax is: The required syntax is:
@example @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 @end example
The accepted parameters are: The accepted parameters are:
@table @option @table @option
@item username
An optional username (mostly for publishing).
@item password
An optional password (mostly for publishing).
@item server @item server
The address of the RTMP 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