Profiles Element
The <profiles> element consists of 1 or more <profile> child elements that define streaming
quality. The <profiles> element is a required child of the <service> element. Defining multiple
profiles allows specifying custom bitrates for different streaming qualities.
The following is an example of a <profiles> element block that defines 3 profiles.
<service>
...
<profiles default="Streaming High">
<profile>
bitrates for Streaming High profile -->
</profile>
<profile>
bitrates for Streaming Medium profile -->
</profile>
</profiles>
...
</service>
Attributes
Attribute
Optional/Required
default
Optional
Child Elements
Element
Optional/Required
<name>
Required
<config>
Required
<name>Streaming High</name>
<!-- Define <config> elements to specify target
<name>Streaming Medium</name>
<!-- Define <config> elements to specify target
Description
The name of the default profile
Description
The name of the profile
Video mode dependent quality settings for profile
(see below)
BlackmagicStreamingXMLFormat
101