Media RSS (MRSS)

Media Rss

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
&lt;<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>&gt;&lt;<span class="start-tag">media:title</span>&gt;Art of Survival&lt;/<span class="end-tag">media:title</span>&gt;
&lt;<span class="start-tag">media:description</span>&gt;Very interesting funny video&lt;/<span class="end-tag">media:description</span>&gt;
&lt;<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>&gt;
&lt;<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>&gt;
&lt;/<span class="end-tag">media:content</span>&gt;

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>&lt;enclosure url="http://example.com/media.mp3" </code>

1
<code>length="123456789" type="audio/mpeg" /&gt;</code>

For more about media rss visit: http://search.yahoo.com/mrss

I implemented this media rss in http://amvizone.com/feed

5 Comments , , , , , ,

5 Responses to “Media RSS (MRSS)”

  1. Eivind November 10, 2008 at 8:45 pm #

    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.

  2. Rahul Joshi March 20, 2009 at 2:12 pm #

    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?

  3. shashank sharma March 31, 2009 at 1:57 pm #

    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-).

  4. Kayla Hernandez May 21, 2010 at 12:36 am #

    RSS Feeds are really very helpful and you could get site and news updates from it.:;:

  5. Emma Hill September 14, 2010 at 9:14 pm #

    RSS feeds are really great if you want to stay updated :.-

Leave a Reply

More in webworld (24 of 63 articles)


Google Pagerank is updated this week. www.sajithmr.com page rank is still 3. But most of the posts got 3 ...