rafaelm
7 years agoVisitor
Unable to publish MRSS feed using <media:group>
Hello, I have the following MRSS feed:
After uploading the feed, the system displays the following error message:
2 items have error: No valid items were found in the feed: No content found in given stream
» 261067.pending.en
» 261067.pending.en
After lots of attempts using trial and error method, I realized that the media:group element is not allowed.
The question is, how do I set several content bitrates for a single media item?
Thank you,
Rafael
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<atom:link href="https://admin.endavomedia.com/mrss/7203?roku" rel="self" type="application/rss+xml" />
<title>Voice America - The American BusinessPerson TV</title>
<link>https://admin.endavomedia.com/mrss/7203?roku</link>
<description>example</description>
<generator>EMMS</generator>
<language>en-us</language>
<item>
<media:group>
<media:content bitrate="1842" duration="1185" fileSize="273039735" height="720" type="video/mp4" url="https://3cb741408d.site.internapcdn.net/00/mp4/248C2CF2FA_MP4_250155_1842kbps.mp4" width="1280" />
<media:content bitrate="549" duration="1185" fileSize="81439890" height="270" type="video/mp4" url="https://3cb741408d.site.internapcdn.net/00/mp4/248C2CF2FA_MP4_250155_549kbps.mp4" width="480" />
<media:keywords>VoiceAmerica.tv, kids, fitness, handstands, handwalking, Katrina, Sloane, gymnastics, Fit Fun TV</media:keywords>
<media:category>iFamily</media:category>
<media:thumbnail url="https://dummyimage.com/16:9x450/"/>
<media:title>How to do Handstands - Ep 2</media:title>
<media:description><p> From Beginner to Advanced learn how to do handstands and handwalking with Katrina and Sloane. They show you tips for getting into a handstand, holding it, different advanced poses, as well as working with a partner or a wall. Impress your friends and get your handstand with this complete handstand tutorial show!</p></media:description>
</media:group>
<title>How to do Handstands - Ep 2</title>
<guid isPermaLink="false">250155-11296</guid>
<pubDate>2014-04-30T15:51:03-04:00</pubDate>
</item>
</channel>
</rss>
After uploading the feed, the system displays the following error message:
2 items have error: No valid items were found in the feed: No content found in given stream
» 261067.pending.en
» 261067.pending.en
After lots of attempts using trial and error method, I realized that the media:group element is not allowed.
The question is, how do I set several content bitrates for a single media item?
Thank you,
Rafael