What is MRSS ?
MRSS is an extension of the RSS format (using XML format), which allows you to aggregate data and media information and automate your content syndication.
The Dailymotion MRSS Importer allows you to upload (and update) your videos, making them viewable and searchable on Dailymotion.com without any manual intervention.
How can I start to use this solution?
To use this feature, you must provide the following information:
- A feed structured in the Media RSS format (with or without login/password)
- Access to the repository hosting your videos (with or without login/password)
- The Dailymotion username associated with your channel
Once you have submitted your video feed to Dailymotion, we will periodically retrieve the items in the feed to identify changes and merge them into our platform (update the content already ingested and upload the new content).
You can define a processing frequency, and the imports will occur according to your desired schedule. The provided feed can contain all items for each import, or only new or updated items.
Preliminary steps for providers
Each MRSS file must contain the following items to be handled by our service:
- Title - Defines the video title displayed on Dailymotion
- Category - Defines the video category (list of categories)
- guid - A unique key set on your database to link the Dailymotion video and your video
- media:content - Direct link to the video hosted on your properties
We invite you to visit our DMRSS guide for a complete reference to Dailymotion's MRSS specifications.
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:dm="http://www.dailymotion.com/dmrss/">
<channel>
<title><![CDATA[Universal Pictures]]></title>
<link>http://www.universalpictures.com/</link>
<description><![CDATA[Universal Pictures is an American motion picture studio]]></description>
<lastBuildDate>Wed, 10 Jul 2013 11:00:00 -0400</lastBuildDate>
<item>
<title><![CDATA[Back to the Future]]></title>
<description><![CDATA[Back to the Future is a 1985 American science fiction film...]]></description>
<media:category scheme="urn:dm:channel">shortfilms</media:category>
<guid isPermaLink="false">12345_back_to_the_future</guid>
<media:content url="http://www.example.com/video/12345_back_to_the_future.mp4" width="1280" height="720" bitrate="3317" filesize="1326739508" duration="6960" type="video/quicktime" lang="en" />
<media:keywords><![CDATA[DeLorean, Time Machine, Back to the Future]]></media:keywords>
</item>
</channel>
</rss>
Final Steps
Once your MRSS feed is ready you can submit the file, along with any additional details, to your Content Manager to begin the migration process.