The example below demonstrations extracting the media attachments from the enclosure tag in the feed.
$(document).ready(function () {
$('#test').rssfeed('http://demo.blogharbor.com/blog/Podcasting/index.xml', {
limit: 5,
linktarget: '_blank'
});
});