![Juniper MEDIA FLOW CONTROLLER 2.0.4 - Administrator'S Manual Download Page 259](http://html1.mh-extra.com/html/juniper/media-flow-controller-2-0-4/media-flow-controller-2-0-4_administrators-manual_2032854259.webp)
Creating Assets Using an SaaS
259
Media Flow Controller Administrator’s Guide
SmoothFlow Deployment
jobid.xml
The SFAssetGenerator.py script run with the setup.xml and asset.xml files, outputs this file,
jobid.xml, listing IDs provided by encoding.com and used as input to SFSegment.py. It also
provides the number of profiles (equals number of job IDs) and the bitrates of each profile. The
parameters for jobid.xml are described in
Table 24
, followed by an example file.
<?xml version="1.0"?>
<!-- video list -->
<video_list>
<!-- video name -->
<video_details video_name="sf-enc.mp4">
<profile_count>2
</profile_count>
<!-- profile info -->
<profile_list>
<profile_info p="1" audiobit="64" videobit="128"></profile_info>
<profile_info p="2" audiobit="64" videobit="256"></profile_info>
</profile_list>
</video_details>
</video_list>
Verify that Encoding has Completed
In order to verify that the requested encoding has completed, you can look at your account
with
encoding.com
; use the Job ID given in the output of the python command to verify a
particular set of encoding requests.
Or, by setting the <status_polling_duration> element in the setup.xml file, the
SFAssetGenerator script can provide real time status updates about the encoding progress.
You will see status messages being displayed:
profile id: 1 status: downloading
profile id: 1 status: waiting for encoder
profile id: 1 status: processing
profile id: 1 status: saving
The status messages signify the following:
•
downloading—Transferring the original source files into encoding.com local storage.
Table 24
jobid.xml File Parameters
Parameters
Tags and Descriptions
<video_list>
<video_details – Video name.
<profile_count> – Number of multi bitrate files that were generated.
<profile_list> — Information regarding the output profiles.
<profile_info> — Information regarding the output profiles with following
attributes.
•
p – profile number
•
audiobit – audio bitrate for profile
•
videobit – video bitrate for profile
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...