Specifications

284 Chapter 17 Configuring the Podcast Producer Service
You can submit multiple files and specify metadata (submission description) and
upload buffer size (optional).
For example, to specify a .plist file containing a description of the submission and to
specify a smaller upload size than the default 128 KB, enter:
$ podcast --submit --file
file_path
--workflow
workflow_name
--upload_buffer_size 64
The following is an example of a .plist file containing metadata describing a job
submission:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://
www.example.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Author</key>
<string>Professor Rick Fernwood</string>
<key>Comment</key>
<string>Strangely, things fall together.</string>
<key>Copyright</key>
<string>Copyright (c) 2007 Rick Fernwood</string>
<key>Description</key>
<string>Gravitation is a phenomenon through which all
objects attract each other.</string>
<key>Keywords</key>
<string>gravitation phys13</string>
<key>Title</key>
<string>Lecture 4 -- The theory of gravitation</string>
</dict>
</plist>
Viewing Cameras and Workflows
To view available cameras for capturing video:
$ podcast --listcameras
To view available workflows for using when submitting content:
$ podcast --listworkflows
Viewing and Clearing Uploads
To view upload status and a list of uploaded movies:
$ podcast --list_uploads
To clear workflows from the list of uploaded workflows:
$ podcast --clear_completed_workflows