"Chris P." <msdn[ at ]chrisnet.net> wrote in message news:1pujshghvh43g$.dy3nwbx5r3zr.dlg[ at ]40tude.net...
[Quoted Text] > On Wed, 6 Jun 2007 10:08:07 +0600, Aruna Tennakoon wrote: > >> I am new to windows media development. I am looking for a sample code to do >> some thing like this. >> >> When clients hit my URL (eg mms://xxx.xxx.xxx.xxx/radio.wmv) I want to pop >> up a user name and password dialog and that dialog will validate client's >> user name and password from an access databases resides in the server. How >> can I do this.? any sample codes in C# or VB.NET ? > > You can't do that. Either you use a DRM solution which is complicated and > costly or you authenticate the clients through a web page before giving > them the streaming URL. You would then have to write some kind of plug-in > for the Windows Media Server they registers the IP address of the client.
Or start/stop the publishing point via the web interface, assuming one user per stream.
|