Media RSS (MRSS)

You all are familiar with RSS feeds, and you know it’s importance in the current web world.
It has a structure like
<rss version=”2.0″ >
<channel>
<title>Your Title</title>
<link>http://www.yourdomain.com/</link>
<description>Your website details</description>
<item>
<title>First Item</title>
<link>http://www.url.com</link>
<description>Detaisl of that item</description>
<pubDate>Thursday 1st of January 1970 06:03:28 AM</pubDate>
</item>
</channel>
</rss>
An error has occurred. Please try again later. |
An error has occurred. Please try again later. |
An error has occurred. Please try again later. |
An error has occurred. Please try again later. |
But yahoo introduced new rss which includes media content and its details including video, audio, medium, bitrate, channel, duration, frame, adult, rating, keywords, category, thumbnails, url , width, height, credit , role etc
Its format sample is:
|
1 2 3 4 5 6 7 8 9 10 11 |
<<span class="start-tag">media:content</span><span class="attribute-name"> duration</span>=<span class="attribute-value">"180" </span><span class="attribute-name">medium</span>=<span class="attribute-value">"video" </span><span class="attribute-name">isDefault</span>=<span class="attribute-value">"true"</span>><<span class="start-tag">media:title</span>>Art of Survival</<span class="end-tag">media:title</span>>
<<span class="start-tag">media:description</span>>Very interesting funny video</<span class="end-tag">media:description</span>>
<<span class="start-tag">media:player</span><span class="attribute-name"> url</span>=<span class="attribute-value">"http://www.amvizone.com/e/121980757950516" </span><span class="error"><span class="attribute-name">/</span></span>>
<<span class="start-tag">media:thumbnail</span><span class="attribute-name"> url</span>=<span class="attribute-value">"http://dolphinthumb.s3.amazonaws.com/121980757950516.jpg"</span>
<span class="attribute-name">height</span>=<span class="attribute-value">"240" </span><span class="attribute-name">width</span>=<span class="attribute-value">"320"</span><span class="error"><span class="attribute-name">/</span></span>>
</<span class="end-tag">media:content</span>> |
An error has occurred. Please try again later. |
An error has occurred. Please try again later. |
We can insert this tag inside the item tag.
Using media rss you can insert embedded videos , audios, images inside an rss feed.
In normal rss we used RSS enclosure for inserting media content. But it has a lot of limitations. It is not sufficient for these much of informations.
|
1 |
<code><enclosure url="http://example.com/media.mp3" </code> |
|
1 |
<code>length="123456789" type="audio/mpeg" /></code> |
For more about media rss visit: http://search.yahoo.com/mrss
I implemented this media rss in http://amvizone.com/feed


I don’t see any multimedia content in your feed. I only get links that I must click to end up at your site where the media is really played. Why do you say you have embedded the media?
I am trying to achieve the same thing, but I find it difficult to find working examples, and to test them.
Hi,
How can I create Media RSS feed? Do I need to write some code for that r there are some service providers for generating that feed?
hi,
yep! looks interesting…but how to create an MRSS feed? can a standard RSS be converted into MRSS (i mean by means of automation)? any help will be appreciated:-). Thanks in advance guys 8-).
RSS Feeds are really very helpful and you could get site and news updates from it.:;:
RSS feeds are really great if you want to stay updated :.-