We have Asp.Net application on Windows 2003 Server. We have requirement that we need to upload mov file in our application. User visit that file we need to run that file on web page. currently we are facing issue that
Full File Downloadeded and then only run. We want that file to to be stream rather than downloaded and then run.
We want HTTP OR RSTP Streaming of file. How it is possible?