Creating Assets Using an SaaS
257
Media Flow Controller Administrator’s Guide
SmoothFlow Deployment
< ?xml version="1.0"?>
<!—Global Setup Configuration Parameters-->
<setup_info>
<!—Provide URI and login credentials to access encoding service provider-->
<service_provider>
<name pre_process="1"> {name_of_encoding_service} </name>
<login userid={value} userkey={value}> </login>
</service_provider>
<!—Provide the source and destination locations for the FTP folders where the
files will be picked up, encoded, and the results transferred to-->
<ftp_source_location>
<username> {username} </username>
<password> {password} </password>
<server_ip> {ftp_source_server_IP} </server_ip>
<path> {/in} </path>
</ftp_source_location>
<ftp_dest_location>
<username> {username} </username>
<password> {password} </password>
<server_ip> {ftp_dest_server_IP} </server_ip>
<path> {/out} </path>
</ftp_dest_location>
<!-- polling interval for status messages at the command line, in seconds-->
<status_polling_duration> {9000} </status_polling_duration>
</setup_info>
<ftp_source_location>
<ftp_dest_location>
Information regarding the output profiles with following attributes
<username> – the authorized FTP user
<password> – the authorized FTP user password
<server_ip> – FTP server IP address, source and destination, respectively, (if
different)
<path> – path in or out, respectively
<status_polling_duration>
How often you want progress status messages to display at the command line.
Table 22
setup.xml File Parameters (Continued)
Parameters
Tags and Descriptions
Summary of Contents for MEDIA FLOW CONTROLLER 2.0.4 -
Page 6: ...Media Flow Controller Administrator s Guide VI Copyright 2010 Juniper Networks Inc...
Page 24: ...LIST OF FIGURES XXIV Copyright 2010 Juniper Networks Inc...
Page 37: ...Copyright 2010 Juniper Networks Inc 37 PART 1 Media Flow Controller Administration...
Page 38: ...Media Flow Controller Administrator s Guide 38 Copyright 2010 Juniper Networks Inc...
Page 285: ...Copyright 2010 Juniper Networks Inc 285 PART 2 Media Flow Controller Command and MIB Reference...
Page 286: ...Media Flow Controller Administrator s Guide 286 Copyright 2010 Juniper Networks Inc...