Please see the scenario
below..Lets say you have an application which can stream video form PC or IP Video Camera With Streaming Option or Desktop Service with Streaming capability.
For all these situation you can save the video streams form a server installed in a remote place and view it from server. You need to do the following task in order to
develop a solution in the server side..
1. Develop a C#.NET windows service which contain a Streaming client (http cleints, rtsp clients, rtmp
cleints etc)which can receive Video streams and store it in a folder.
2. Develop an ASP.NET application which can read stored videos from this
folder and display the Video on demand. If you want to display the streaming video form video file folder , then you need to install media server like flash media
server or open source media server like red 5 and then interface ASP.NET with these servers..
Hope this
helps..
Tom