http://www.rssboard.org/media-rss[/url:13n1m8si], but it doesn’t look like they’ve been updated for a while and I cannot find how to add such a background image.[/font][/color]
And as per the .xml above, I have included the required media:thumbnail but it is not displaying, hence my question.
I have tried included it both inside media:content and outside it, but still cannot get it to show.
In the .xml supplied, when the item is selected, the audio plays correctly, but no image is displayed. My desired outcome is that the audio plays and the image shows at the same time while the audio is playing, but I get the audio only, no image.
Hi Omega 1,
It looks like https://github.com/rokudev/feed-specifications/blob/master/mrss-feed-specification.md.
One thing that I have found is that Roku Direct Publisher does not like images unless they are very specific in size, and if your code is right and your image is wrong, then you might as well just hang it up.
To quote from that document : media:thumbnail
Required The thumbnail is used within your application and in the search results. The image size must be 800x450 (width x height) or larger, with a 16x9 aspect ratio. Supported formats are JPG or PNG. Flag(s): Flag Required Description url Required The URL of the thumbnail
So if the image is not at least 800x450 with an aspect ration of 16x9 it will not display. I don’t know that is the issue but I do know that image sizes were a big pain point when I was trying to put up my first channel.
Is this a background image when the item is playing, or is this a background image on the main screen of the channel? I think there are limitations on DP for main page background images. (But I am no expert, so someone else will know better)
Really appreciate your reply, very helpful, thank you.
This is the image that should display when the audio is playing, rather than the image before you press the logo to play it (if that makes sense). What I’m hoping to achieve is that when you click to load and play the asset (which is audio only), I am able to display a background image while it is playing.