let suppose there is a continuous http video stream (encoding is H.264) comming from a camera which URL is
due to some security reasons I can not expose this URL to my users (or assume this is accessible only with in intranet) so now I want to redirect this stream to another URL using ASP.Net application which is accessible to my users.
Suggest a way to achieving this using ASP.NET 4.0 & IIS 7.5 or with any other open source plugin or with Expression Encoder. Is it possible to use some URL masking for this?