Description
deliver.media's services, managedstreaming. and aircheck. for video, require an SRT stream to one of our receivers located in the nearest geographical location. If your encoder does not deliver a stream yet, we recommend the Blackmagic Web Presenter as an affordable and solid solution. This document helps you set it up correctly. Please contact us for the final step and/or to provide you with the credentials for the upload of the stream.
Step-by-Step-Guide
- Plug in all the required Cables to your Blackmagic Web Presenter and turn it on.
- Make sure that the Blackmagic Web Presenter has an Internet connection via Ethernet Cable.
- Check the IP Address from the Blackmagic Web Presenter.
- Download the Blackmagic Web Presenter Setup utility from https://www.blackmagicdesign.com/support/family/streaming-and-encoding and install it on your computer.
- Launch the Software and click on the Plus at the Bottom left to add your Blackmagic Web Presenter with the IP Address.
- Once you added the Web Presenter, it should look something like this:
-
In the next step, you need to create an .xml file and add the following code with the required adjustments:
<?xml version="1.0" encoding="UTF-8"?>
<streaming>
<service>
<name>
<!-- Name your Streaming Setting -->
</name>
<servers>
<server>
<name>Default</name>
<url>
<!-- Add the Streaming Link that you received from deliver.media -->
</url>
</server>
</servers>
<profiles>
<profile>
<name>Streaming High</name>
<config resolution="1080p" fps="60">
<bitrate>
<!-- Change the bit rate to the desired one -->
</bitrate>
<audio-bitrate>128000</audio-bitrate>
<keyframe-interval>2</keyframe-interval>
</config>
<config resolution="1080p" fps="30">
<bitrate>
<!-- 0.66 form the bitrate above -->
</bitrate>
<audio-bitrate>128000</audio-bitrate>
<keyframe-interval>2</keyframe-interval>
</config>
</profile>
<profile>
<name>Streaming Medium</name>
<config resolution="1080p" fps="60">
<bitrate>
<!-- Change the bit rate to the desired one -->
</bitrate>
<audio-bitrate>128000</audio-bitrate>
<keyframe-interval>2</keyframe-interval>
</config>
<config resolution="1080p" fps="30">
<bitrate>
<!-- 0.66 form the bitrate above -->
</bitrate>
<audio-bitrate>128000</audio-bitrate>
<keyframe-interval>2</keyframe-interval>
</config>
</profile>
<profile>
<name>Streaming Low</name>
<config resolution="1080p" fps="60">
<bitrate>
<!-- Change the bit rate to the desired one -->
</bitrate>
<audio-bitrate>128000</audio-bitrate>
<keyframe-interval>2</keyframe-interval>
</config>
<config resolution="1080p" fps="30">
<bitrate>
<!-- 0.66 form the bitrate above -->
</bitrate>
<audio-bitrate>128000</audio-bitrate>
<keyframe-interval>2</keyframe-interval>
</config>
</profile>
</profiles>
</service>
</streaming>
- Go back to the Blackmagic Web Presenter Setup utility and click 'Load Streaming Settings'. Now upload the .xml file you created.
- Click the 'Platform' menu and select your Custom Streaming Settings.
- If you are using a streaming service with the SRT streaming protocol, enter the passphrase assigned from your streaming platform account.
Built, tested and written by Mael Ozelley
Comments
0 comments
Please sign in to leave a comment.