Removing mpeg-4 closed captions – VBrick Systems Portal Server ETV v4.1 User Manual

Page 124

Advertising
background image

114

© 2007 VBrick Systems, Inc.

<Command>ingest</Command>
<Ingest>
<MCSTitle>/VODFolder/Spiderman Returns</MCSTitle>
<Keywords>Ingest001</Keywords>
<Description>My ingested Video</Description>
<Expiration>20060430-1130</Expiration>
<SourceFileName>Ingest002.wmv</SourceFileName>
<MaxViewers>-1</MaxViewers>
<FileLink filename="myfile.ppt" url="http://www.google.com/" />
<FileLink filename="myother.ppt" url="http://www.google.com/" />
<CustomFields>
<Field name="CustomTextField1" value="Value1" />
<Field name="CustomTextField2" value="Value2" />
<Field name="CustomDropField1" value="one" />
<Field name="CustomDropField2" value="two" />
</CustomFields>
</Ingest>
</AutoIngestCmd>

Table 14. AutoIngestXML Tags

Removing MPEG-4 Closed Captions

MPEG-4 files with closed captions cannot be added to the EtherneTV-VOD Video-on-
Demand server until the closed caption track is removed. The ETV Portal Server will display

Tag

Description

Command

Required. Must be set to

ingest

.

MCSTitle

Required. Cannot be blank. Must begin with "/" and contains fully
qualified path to destination VOD folder/title on the Portal Server.
The autoingest user name must have publishing rights for VOD target
folder.

Keywords

Optional. Keywords associated with this video. Used for search.

Description

Optional. Description of the video. Used for search.

Expiration

Optional. Content expiration specifier, e.g.

20060430-1130

. Format:

yyyymmdd-hhmm

Used for copyright protection.

SourceFileName

Required. Contains the source video file name to be ingested. This file
must reside in the

AutoIngestXML

directory (it must be FTPed first) on

the Portal Server when the ingest command is received. This file will
ultimately be copied to one or more VOD servers.

MaxViewers

Optional. Maximum number of concurrent viewers allowed. -1 =
unlimited. If unspecified, -1 (unlimited) is assumed.

FileLink

Optional. 0–n file reference links to associate with this video. Each
file link requires a filename (e.g.

"myfile.ppt"

) and a URL.

CustomFields

Optional. 0–n custom fields to associate with this video. See Custom
Fields on page 27
for more information. Each custom field must
contain:

• name – must be already defined in Portal Server or field will be

ignored.

• value – dropdown list boxes only; must be already defined in

Portal Server or field will be ignored.

Advertising