Question

let suppose there is a continuous http video stream (encoding is H.264) comming from a camera which URL is

http://xyz.com/videostream

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.

http://abc.com/y

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?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top