I'm trying to get a media list to run off of an rss feed. currently I am trying to get the sample one working. I took the sample photo mrss feed available here and changed the link to the location of the xml, but otherwise did not change the xml. I have confirmed that the DNS lookup is good, and I can see the RSS xml from other devices, however the brightsign never picks up the rss images and starts displaying them. I can't seem to find anything in the logs referencing the rss lookup, so I am trying to understand how to move forward troubleshooting this.
<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>Batch Custom Image MRSS template for BrightSign Players</title>
<link>http://<<snip>>/Test/test2/test2.rss</link>
<generator>Image MRSS Generator Batch File</generator>
<ttl>3</ttl>
<item>
<title>image1.jpg</title>
<pubDate>2017- 0-SaT 8:26:27.000z</pubDate>
<link>http://brightsignnetwork.com/download/MRSS/image1.jpg</link>
<description>image1.jpg</description>
<guid isPermalink="false">image1183</guid>
<media:content url="http://brightsignnetwork.com/download/MRSS/image1.jpg" fileSize="1241656" type="image/jpeg" medium="image" duration="20"/>
</item>
<<snip>>