Credentials Element
The <credentials> element allows specifying an RTMP session username and password if
required by the service. The <credentials> element is an optional child to service element.
The following is an example of a <credentials> element block that defines a username and
password for the streaming service.
<service>
...
<credentials>
<username>myusername</username>
<password>abcd1234</password>
</credentials>
...
</service>
Child Elements
Element
Optional/Required
<username>
Required
<password>
Required
Description
RTMP session username
RTMP/SRT session password
Blackmagic Streaming XML Format
580