Adobe Media Player is an aggregator for Flash-based FLV and H.264 video content. Adobe Media Player uses RSS to help deliver content for subscription. It allows viewers to discover and subscribe to Internet TV shows and video podcasts, and manage those assets on their computer.
Additionally, Adobe Media Player is tightly integrated with new features of Flash Media Server 3 to support audience measurement, and Flash Media Rights Management Server to support content integrity capabilities. Adobe Media Player also supports an extended XML namespace that facilitates custom branding and advertising features.
Adobe Media Player enables you to deliver:
In a Feed, you can deliver your video to Adobe Media Player in a branded experience (see Figure 1). The branding elements in a Feed, however, are static—they are not subject to change as the viewer watches the video content. Using AMODs in an Enhanced Feed, you can orchestrate the entire viewing experience by changing elements as the viewer watches your video content to, for example, deliver dynamic advertising:

Figure 1. Feed display in Adobe Media Player
For more information on Feeds, see "An overview of Feeds" later in this article. For information on Enhanced Feeds, see "An overview of Enhanced Feeds" in Delivering your advertising in Adobe Media Player.
Perform the following steps to prepare your content for display in Adobe Media Player:
Note: Advanced features are also available for advertisements (see Delivering your advertising in Adobe Media Player), measurement (see Measurement basics in Adobe Media Player), content protection (see Applying content protections in Adobe Media Player), and for distributing content over the web (see Distributing content in Adobe Media Player using a website badge). Before attempting to use these advanced features, take some time to ensure you have a good grasp of how to work with basic Feeds.
Adobe Media Player supports downloads of the H.264 enclosures and file formats listed in Table 1, along with their corresponding MIME types.
Table 1. Adobe Media Player supported H.264 enclosures and file formats
| File extension | MIME type |
|---|---|
| FLV | video/x-flv |
| F4V | video/x-f4v |
| MP4 | video/mp4 |
| MP4V | video/mp4v-es |
| M4V | video/x-m4v |
| 3GP | video/3gpp |
| 3G2, 3GPP2 | video/3gpp2 |
| MOV | video/quicktime |
The following checklist provides suggestions for creating and customizing your content into a Feed that could be successfully added to the Adobe Media Player Catalog:
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:amp="http://www.adobe.com/amp/1.0" xmlns:media="http://search.yahoo.com/mrss">
<channel>
<title></title>
<link></link>
<description></description>
<copyright></copyright>
<item>
<title></title>
<guid isPermaLink="false"></guid>
<description></description>
<pubDate></pubDate>
<enclosure url="" type=""/> <media:thumbnail url=""/>
</item>
</channel>
</rss> Fill in the channel-level fields (title, link, description, copyright), which define the core metadata for the Feed.
Important:Strings for show titles must not exceed 31 characters.
After creating and publishing your branding assets, add the appropriate extension elements to the Feed. For more information on adding branding to your Feed, see Customizing your branding in Adobe Media Player.
Advanced Metadata and Extensions: Add any additional fields which are relevant to your show:
Note: Adobe Media Player does not support Syndication feed extensions, nor does it support RSS 2.0 skipDays and skipHours variables.
Tip: If all episodes have the same date, set the download order by episode name media:title alphabetically, not description. If valid dates are not included for the episodes, Adobe Media Player lists them in the order they are listed in the Feed.
Tip: If your Feed is an RSS 2.0 feed, specify dates using three-character month representations. For example, the pubDate format is:
<pubDate>Fri, 17 Oct 2006 12:21:30 -500</pubDate>.