Tagged Questions

1
vote
1answer
365 views

How to Capture a live stream from Windows Media Server 2008

I want to capture the live stream from windows media server to filesystem on my pc I have tried with my own media server with the following code. but when i have checked the out put file i have found ...
0
votes
1answer
321 views

Implementing Web Map Service

I want to create my own tiling service, to be displayed over a base map using ArcGIS silverlight map viewer, and found the best way to do so is to implement my own WMS. I've looked around but things ...
0
votes
1answer
747 views

WMS authentication plugin

I'm trying to create a custom authentication plugin for WMS 2009 in C#. I managed to implement something that for some reason blocks all requests... [ComVisible(true)] ...