How to redirect video stream in ASP.NET

2.3k views Asked by At

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?

1

There are 1 answers

0
Vipul On BEST ANSWER