"dreinhard" wrote:
Local file system meaning on the RVP?
Correct. I believe MatchFiles() is expecting the path argument to begin with something like
pkg:/ or
tmp:/. That's why you get the "Invalid or missing PHY" error when you give it a path that starts with
http://"dreinhard" wrote:
Is there a call to enumerate files from a URL location? I have a few dirs. on my system with changing mp4 videos (filename changes with each new recording) and would like to enumerate these files so I can parse out part of the name.
It sounds like the videos are hosted on a machine you control. If that's the case, your best bet is to build an XML file on the server side that contains the list of files and other pertinent data and serve that XML to the box where it can be parsed and acted on appropriately. I have been successful using such a mechanism to serve EyeTV recordings to my Roku. The videoplayer example takes this approach as well.
twitter:nowhereman
http://www.thenowhereman.com/roku
http://www.thenowhereman.com/netflix