It is possible to publish videos in Fluid Topics as an unstructured document using a control file.
The following code block shows a control file to upload a video:
<?xml version="1.0" ?>
<controlFile>
<resources>
<resource lang="en-US">
<metas>
<meta key="feature">
<value>autocomplete</value>
</meta>
<meta key="audience">
<value>Expert</value>
</meta>
<meta key="product">
<value>Fluid Topics v1.1</value>
</meta>
</metas>
<originId>video-ud-controlfile</originId>
<publishStatus>visible</publishStatus>
<editorialType>article</editorialType>
<filePath>copy.mp4</filePath>
<displayName>Use of a controlfile to add metadata to a video file, via the UD (Unstructured Document) connector.</displayName>
<mimeType>video/mp4</mimeType>
</resource>
</resources>
</controlFile>
See Fluid Topics control file template for more information about the XML elements.