Modes & Formats

Media RSS Feeds

9min
you can use any media rss (mrss) feed that contains only rss tags or mrss feeds that contain images, videos, or a mix of both {{brightauthor classic}} doesn't support mrss feeds that contain a mix of rss and html tags feed sources flickr you can subscribe to a flickr photostream using brightauthor classic just add a flickr photostream docid\ fgefx7y8scnszruedh6p8 as an mrss feed note that you cannot add individual flickr sets screenfeed com you can use feeds from digital signage content service, feeds, & templates http //www screenfeed com/ for weather info they have a mix of basic and advanced weather feeds, including weather maps they also offer international weather services brightsign network if you have a {{brightsign network bsn}} account, you can create mrss feeds using the intuitive webui simply log in to your account at brightsignnetwork com , click on the create tab, select dynamic playlist and create a playlist media rss feeds can be distributed to your brightsign players or other networked clients to learn more about dynamic playlists in brightauthor classic, see dynamic playlists docid\ lfmkbxpuqwc5t2osx8gix custom build your own an mrss feed is normally an xml file served by any public web server that points to images or videos if you are creating your own media rss feed, you can download the sample video xml file and sample image xml file here https //archbee doc uploads s3 amazonaws com/tyaqenq txckpox4eakhe l iu0tq0tnace7c5xyzt1 20250422 223215 xml https //archbee doc uploads s3 amazonaws com/tyaqenq txckpox4eakhe qvtk5wcjw6a0ghbdjw61p 20250422 223233 xml the following list outlines the tags that should be included with each media \<item> in a brightauthor classic presentation mrss xml \<title> the title of the media file this text can be displayed on screen if the mrss feed is used with a live text state \<link> a direct url link to the media file this attribute should be identical to the \<media\ url> attribute \<description> a description of the media file this text can be displayed on screen if the mrss feed is used with a live text state \<guid> a unique identifier for the media file if this attribute changes when the mrss xml file updates, the cached file on the player will be updated as well (even if all other media item tags remain unchanged) ispermalink if this attribute is true, the unique identifier also represents a permanent link to the media file \<media> a tag containing several attributes related to the media file url a direct url link to the media file this attribute should be identical to the \<link> attribute filesize the size (in bytes) of the media file this attribute should always be specified to prevent duplicate file downloads type the mime type of the media file with brightauthor presentations, this should be either "image" (followed by "jpeg", "png", or "bmp") or "video" (followed by "ts", "mpg", "vob", "mov", or "mp4") for example, a jpeg image would be tagged as "image/jpeg" and a mov video would be tagged as "video/mov" medium either "image" or "video", depending on the mime type of file duration (images only) the length of time an image file is displayed on screen caching multiple feeds if you are using multiple mrss feeds with brightauthor\ connected, multiple feeds will be cached as long as the mrss xml file includes the size of the files being downloaded if you have several mrss feeds in the same zone and you change from one mrss feed to another, the first feed will not be purged so long as the sizes are included for the downloaded files restrict the cached files pool media files that are no longer referenced by the mrss feed(s) will remain on the storage until all available space is filled the system will then begin removing files that are no longer referenced to make room for new mrss content if you want to ensure that free space is left on the card for other purposes, brightauthor\ connected allows you to define the maximum size allotted to dynamic data (mrss feeds and dynamic playlists) to specify a dynamic data pool size go to admin > preferences > storage select the enable limit storage box (see the image below) choose whether to restrict the dynamic data pool by either absolute (absolute size in mb) or by percent (the percentage of the total storage) when this pool is filled with cached mrss files, the system will begin deleting files that are no longer referenced by the mrss feed(s) hdr data, hlg, and other hdmi ® capabilities are not passed through or ingested the edid that the brightsign player advertises on the hdmi input claims 4k support for platforms which support 4k video output and have a 4k capable display attached if the display doesn't support 4k or the platform doesn't support 4k video output, then the edid reports modes only up to 1920x1080x60p the edids used as the basis for this can be found in the sys drive on the players with the filenames default edid bin and default 4k edid bin by default they report that the brightsign player only supports stereo pcm audio this is so that by default any audio coming in over the hdmi input can be mixed with audio from local playback however, the values can be altered using rovideomode’s configurehdmiinput function which adjusts the edid control image duration you can control the length of time each image plays by editing the media rss feed file for example, the script below sets the duration to 10 seconds in the \<media> tag for an image in a mrss feed file the filesize (in bytes) of each media file must be included to avoid multiple downloads of the same file even when it hasn't changed \<item> \<title>image1\</title> \<link>https //brightsignnetwork com/download/mrss/image1 jpg\</link> \<category>image\</category> \<description>image1 is the best\</description> \<guid ispermalink="false">0624\</guid> \<media\ content url="https //brightsignnetwork com/download/mrss/image1 jpg" filesize="255817" type="image/jpeg" duration="10"/> \</item>