2 example of xml backup train to file – EVS XTAccess Version 1.19 - November 2012 User Manual User Manual

Page 88

Advertising
background image

Issue 1.19.A

XTAccess Version 1.19 – User Manual

EVS Broadcast Equipment – November 2012

78

1. An external system, for example IPDirector, sends an XML file to XTAccess to

request the backup of a given train available on an EVS server.

2. XTAccess processes the XML file:

a. It gets the data stream (train) from EVS that has to be backed up.
b. It generates a backup file of the train
c. It stores the backup file in the target folder specified by the external

system. The metadata of the train are either included in the file (in EVS

MXF) or sent via an XML file.

Remarks:
If the backup of the train is not successful, the partial backup file will be saved.

19.2 Example of XML backup Train to File

<?xml version="1.0" encoding="utf-8"?>

<EVS_XFile_Job_List>

<EVS_XFile_Job>

<Job_Id>15</Job_Id>

<Job_Creation_Time>1212733995</Job_Creation_Time>

<Job_Type>20</Job_Type>

<Job_Src_User_Nb>6</Job_Src_User_Nb>

<Job_Src_Cam>A</Job_Src_Cam>

<Job_Train_In_TC>2700000</Job_Train_In_TC>

<Job_Train_Out_TC>2730000</Job_Train_Out_TC>

<Job_Src_TC_System>3</Job_Src_TC_System>

<Job_Dest_File_Format>1</Job_Dest_File_Format>

<Job_Dest_File>G:\</Job_Dest_File>

<Job_Dest_ClipName>benja</Job_Dest_ClipName>

<Job_Train_Priority>1</Job_Train_Priority>

<Job_Dest_Generate_XML_Metadata>1</Job_Dest_Generate_XML_Metadata>

<Job_Src_XT_IP_Address1>1.1.230.230</Job_Src_XT_IP_Address1>

<Job_Src_XT_Port1>21</Job_Src_XT_Port1>

<Job_Src_XT_FTP_Login>evs</Job_Src_XT_FTP_Login>

<Job_Src_XT_FTP_Password>evs!</Job_Src_XT_FTP_Password>

<Job_Src_XT_IP_Address2>128.1.2.22</Job_Src_XT_IP_Address2>

<Job_Src_XT_Port2>21</Job_Src_XT_Port2>

<Job_Src_App_Data>

<AssetGuid>af97b972-d7bb-4ea4-aa9a-

9127274dac19</AssetGuid>

<AssetItemGuid>386881e5-8594-438d-a7d8-

bd49a0dfe9da</AssetItemGuid>

</Job_Src_App_Data>

</EVS_XFile_Job>

</EVS_XFile_Job_List>

The description of each XML tag is described in the ”XML Jobs” document.

Advertising