workflow#
Create Story in MediaMind.#
There are several methods for creating a story within MediaMind:1.
Automated XML Upload: An XML file placed in a designated SFTP directory can be automatically scanned and processed by MediaMind.<?xml version="1.0" encoding="utf-8"?>
<story>
<story_id>story_20240423_1</story_id>
<title>Story Title</title>
<slug>Story Description-Details</slug>
<type>Video/Audio</type>
<creator>journal@abc.com</creator>
<assign> Pack PID </assign>
<create_time>1736717690000 - in milliseconds since the Epoch</create_time>
<alert>Repeat Story Title</alert>
</story>
2.
API Integration: Our well-documented API allows for programmatic story creation within your existing workflows.
story_id will be sent back to user's system to help user binds the PD file with story.Story Distribution and Selection on TVU One#
Once a story is created in MediaMind, it is automatically distributed to all TVU One devices within the designated fleet. On the TVU One touch screen, users can:1.
Select the desired story from the available list.
2.
Click the "TAG" button to save the story ID and TVU Receiver Peer ID within a sidecar file. All subsequently generated Progressive Download (PD) files will be linked to this story.

Progressive Download and Content Delivery#
The PD workflow is initiated, transferring the PD files along with the associated sidecar file to the designated TVU Receiver. The format of the sidecar file:<?xml version="1.0" encoding="UTF-8"?>
<TVUMetaData xmlns="http://www.tvunetworks.com">
<FileName>filelive/camcorder_FCF30B70D9AB9306_[VALIDADE TVU INTEGRACAO]20210930184015.ts</FileName>
<Duration>0</Duration>
<Time>1633027215</Time>
<Title>
</Title>
<Crew>
</Crew>
<Description>
</Description>
<StoryName>VALIDADE TVU INTEGRACAO</StoryName>
<StoryId>48F1FAAA0FF4029E</StoryId>
<ExternalStoryId>story_20240423_1</ExternalStoryId>
<Location>
<lat>0</lat>
<lng>0</lng>
<accuracy>0</accuracy>
<address>
</address>
</Location>
</TVUMetaData>
TVU Receiver Processing and Delivery Options#
Upon receiving the PD files and sidecar file, TVU Receiver automatically transcodes the PD files into the MXF format, ensuring compatibility with various editing and delivery systems.
The final MXF file and sidecar file can be delivered to our users through several methods:1.
Upload to a designated FTP server.
2.
Save to a pre-configured Samba folder.
Seamless User Integration through Sidecar File#
The sidecar file plays a crucial role in seamlessly linking the delivered content with your users' systems. By parsing the sidecar file, specifically the ExternalStoryId field, your user's system can effortlessly associate the media file with their established content structure.By selecting the most appropriate delivery method based on your specific requirements, you can achieve a seamless integration between TVU One and your user's systems. This streamlines the entire process, encompassing story creation, distribution, and content delivery.Modified at 2024-11-22 05:40:48