Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
mitchstein
Roku Guru

help with an xml file (prob. a dumb mistake)

when the example player tries to load this leaf xml it just hangs "retrieving"..

I have other leafs working perfectly. So I know it's just an xml issue (at least logically should be). I'm probably doing something or missing something simple that just needs a second pair of eyes on it. Been working on this since noon today (4am now) I'm at my wits end :(..

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<feed>
<resultlength>1</resultlength>
<item sdimg="http://www.tvbydemand.com/roku/images/vintage-tv-sd.jpg" hdimg="http://www.tvbydemand.com/roku/images/vintage-tv-sd.jpg">
<title>Bat Masterson - The Fighter</title>
<contentid>1</itemid>
<contenttype>video</contenttype>
<contentquality>SD</contentquality>
<media>
<streamformat>ISM</streamformat>
<streamquality>SD</streamquality>
<streambitrate>3000</streambitrate>
<streamurl>http://www.tvbydemand.com/media2/iis/tv_sh............er/finished.ism/manifest</streamurl>
</media>
<synopsis>synopsis</synopsis>
<genres>VintageTV</genres>
<runtime>1800</runtime>
<rating>G</rating>
</item>
</feed>
http://www.TVByDemand.com
0 Kudos
2 REPLIES 2
destruk
Binge Watcher

Re: help with an xml file (prob. a dumb mistake)

<contentid>1</itemid>

The xml validator here says those tags don't match. http://www.xmlvalidation.com/
0 Kudos
mitchstein
Roku Guru

Re: help with an xml file (prob. a dumb mistake)

That was it, thanks so much, needed another set of eyes to look at it!! Like I said stupid mistake I kept missing!
http://www.TVByDemand.com
0 Kudos