On Mon, 3 Nov 2008 15:43:10 +0200, "Antti" <ab[ at ]cd.ef> wrote:
[Quoted Text] >Hello. > >I need to make available thousands of mp3 files so that clients can select >any snippet by name. I can create several publishing points to reflect the >folder structure, but I can't possibly make a publishing point for every >single file. I've made several asx and wsx playlists, but I just haven't >found a way to enable this kind of functionality. Is this possible?
You might want to see if IIS7's media pack "web playlists" has features that meet the bill : http://www.iis.net/media
WMS has a directory playlist parser built in, assuming your content is organised rationally rather than all just dumped in one directory - nobody would ever do that, because sooner or later you'd run out of file handles, of course.
Writing C# code for custom playlist parser might be another approach http://msdn.microsoft.com/en-us/library/ms752511.aspx
HTH Cheers - Neil ------------------------------------------------ Digital Media MVP : 2004-2008 http://mvp.support.microsoft.com/mvpfaqs
|