Viz Channel Branding User Guide

Version 5.0 | Published July 10, 2023 ©

Vizrt Data Format (VDF)

To implement an external update service, you need to parse and return a Vizrt Data Format (VDF) document to Media Sequencer. The document is posted to the update service by Media Sequencer.

Working with the data formats requires knowledge on how the data is structured when sent from Media Sequencer to Viz Engine. You can do this by, for example, looking at the Media Sequencer’s console, and then work with the data that is sent.

Vizrt recommends that you contact your local Vizrt Support representative and obtain the current version of the VDF.

Example of a VDF document

<?xml version="1.0" encoding="utf-8"?>
<payload xmlns="http://www.vizrt.com/types">
<field name="foo">
<value>bar</value>
</field>
<field name="otherfoo">
<value>otherbar</value>
</field>
</payload>

Field Names refer to Field Identifiers, a property available to all Viz Artist control plugins.