windows-server-2003mmswindows-media-serverwms

Windows Media Server Streaming from database


Is it possible to somehow set up WMS to stream the content from a database only using Windows Server 2003 Standard edition?

I know it can be done using custom-plugin data source but that is only enabled with Windows Server 2003 Enterprise Edition.


Solution

  • Sorry to be the bearer of bad news, but your best bet is probably:

    1. Maintain copies of your data outside of the database (I don't know the details of your setup, so this may defeat the purpose of what you're trying to do). Basically, keep a file cache of the content you want to stream and write an application to keep the file cache synchronized with the database.
    2. Switch to Windows Server 2008. The Web Server and Standard editions for 2008 support custom plugins and should be much more affordable than the Enterprise editions (I believe the Web Server edition is under $500).

    Maybe someone else has some clever solution, but these are the only options I'm aware of.