Easy MRSS Feeds
Most Recent Videos [Link href: http://link.brightcove.com/services/mrss/player835199013001/835233035001/new]
Videos tagged "sea" [Link href: http://link.brightcove.com/services/mrss/player835199013001/835233035001/tags/sea/]
Videos tagged "sea", "land", or "air" [Link href: http://link.brightcove.com/services/mrss/player835199013001/835233035001/tags/sea/land/air/]
This is a really simple approach to creating MRSS feeds from your Brightcove video library using the search_videos method of the Media API. The feed links above are simple links pointing to a Brightcove feed generator-- for example:
<a
href="http://link.brightcove.com/services/mrss/player835199013001/835233035001/tags/sea/">
<img src="http://files.brightcove.com/BCLrss-small.png"/> Animal Videos
</a>
You can think of this link as have 4 parts:
- The standard part: http://link.brightcove.com/services/mrss/
- The Player ID for the player that will play the videos: player835199013001
- The account ID for your account: 835233035001
- Parameters to qualify the results returned: /tags/sea/
You can add more tags to search on: /tags/sea/land/air/
You can also use other parameters besides tags:
- /new - returns the most recent videos (the first link above)
- /video[videoID here]/related - videos related to the specified video
- /top/alltime - most viewed videos in the account
- /top/trailingweek - videos most viewed in the previous week
- /playlist[playlistID here] - the videos in the specified playlist

Post new comment
Comments