You'll need to create a
Media RSS feed. I can't find a decent generator online, but they're easy enough to create by hand if you just copy 'n' paste. I've attached one with a working video. Change the <enclosure url="
..." /> link in the RSS to any (direct) video link e.g. .flv, .avi, .mp4 &c.
Once you've downloaded and unzipped the feed, add a link to it to your WEB.conf using a
file:// URI e.g.
WEB.conf wrote:videofeed.Web,hyr191=file://C:\Documents and Settings\<username>\Desktop\hyr191.rss
Adjust the path accordingly. Then restart PMS. (If it doesn't work, try doubling the backslashes or replacing them with forward slashes.)
You can create your own audio and image feeds in the same way. Just replace "videofeed" with "audiofeed", "imagefeed" &c. when you add the feed to your WEB.conf.
To create more entries, copy and paste the <item> ... </item> section in the RSS, and change the enclosure URL, and, optionally, the title, link and description.
If you want to share your feed, upload it to
FeedBurner. You can then replace the file:// URI in your WEB.conf with http://feeds.feedburner.com/... &c.