Hello. This is my first post. I just wanted to say PS3 Media Server is awesome!
Will there be future support for RSS enclosures? I'm trying to add a videofeed.Web entry in my WEB.conf file for the RSS feed at http://revision3.com/tekzilla/feed/quic ... efinition/. PMS reads the feed but tries to pass the value for <link> to mencoder.exe instead of the value of the url attribute of the <enclosure> element.
Here's a sample <item> from the feed:
------------------------------------------
<item>
<title>Tekzilla Daily Tip - Windows: One-Touch Folder Access</title>
<link>http://revision3.com/tzdaily/2009-01-27links</link>
<description>
Make opening your favorite folders a one click affair.
</description>
<content:encoded>
Make opening your favorite folders a one click affair.
</content:encoded>
<author>webmaster@revision3.com (Revision3)</author>
<pubDate>Tue, 27 Jan 2009 12:00:00 GMT</pubDate>
<cnettv:lastModDate>Tue, 27 Jan 2009 12:00:00 GMT</cnettv:lastModDate>
<itunes:explicit>no</itunes:explicit>
<itunes:keywords>tip, secret, hack, hint, windows, xp, vista, folder, toolbar, shortcut, shortcut, windows tip, efficient</itunes:keywords>
<itunes:author>Revision3</itunes:author>
<itunes:subtitle>
Make opening your favorite folders a one click affair.
</itunes:subtitle>
<guid isPermaLink="false">/tekzilla/tzdaily/0276/tekzilla--tzdaily--0276--2009-01-27links--hd.h264.mp4</guid>
<enclosure url="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/tekzilla/tzdaily/0276/tekzilla--tzdaily--0276--2009-01-27links--hd.h264.mp4" length="15882461" type="video/mp4" />
<media:content duration="61" medium="video" fileSize="15882461" url="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/tekzilla/tzdaily/0276/tekzilla--tzdaily--0276--2009-01-27links--hd.h264.mp4" cnettv:aspectRatio="16x9" type="video/mp4">
<media:title>Tekzilla Daily Tip - Windows: One-Touch Folder Access</media:title>
<media:description>
Make opening your favorite folders a one click affair.
</media:description>
<media:thumbnail url="http://bitcast-a.bitgravity.com/revision3/images/shows/tekzilla/tzdaily/0276/tekzilla--tzdaily--0276--2009-01-27links--mini.thumb.jpg" width="100" height="100" />
<media:player url="http://revision3.com/tzdaily/2009-01-27links" />
<media:rating>nonadult</media:rating>
<media:keywords>tip, secret, hack, hint, windows, xp, vista, folder, toolbar, shortcut, shortcut, windows tip, efficient</media:keywords>
</media:content>
</item>
------------------------------------------
The debug.log file shows:
[win32/mencoder.exe] INFO 20:29:09.714 Starting C:\Program Files\PS3 Media Server\win32\mencoder.exe http://revision3.com/tzdaily/2009-01-27links -prefer-ipv4 -quiet -oac lavc -of lavf -lavfopts format=dvd -ovc lavc -lavcopts vcodec=mpeg2video:vbitrate=4096:threads=2:acodec=mp2:abitrate=128 -ofps 24000/1001 -o \\.\pipe\mencoder1233116949663
So of course this results in an error "mencoder.exe has a return code of 1! "
Am I doing something wrong?
EDIT: This occurred in version 1.03
