Blackmagic
Overview
The Blackmagic Streaming XML allows users to specify streaming services in addition to the
default services provided by the Web Presenter.
The Streaming XML can be loaded into the Web Presenter with Web Presenter Setup. Refer to
the 'Using Web Presenter Setup' section earlier in this manual
The Streaming XML can also be loaded by copying the contents into the Stream XML block
with the Blackmagic Web Presenter Ethernet Protocol.
The following is a minimal example of a Streaming XML file:
<?xml version="1.0" encoding="UTF-8"?>
<streaming>
<service>
<name>My Streaming Service</name>
<servers>
</servers>
<profiles>
</profiles>
</service>
</streaming>
Streaming
XML
The Streaming XML file follows standard XML format and shall begin with XML declaration.
<?xml version="1.0" encoding="UTF-8"?>
Streaming
<server>
<name>My Streaming Server</name>
<url>rtmp://my.streaming-server.com/live</url>
</server>
<profile>
<name>My Streaming Quality</name>
<config resolution="1080p" fps="60" codec="H264">
<bitrate>7500000</bitrate>
</config>
</profile>
Definition
XML
Format
BlackmagicStreamingXMLFormat
362