9

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?

Vipul
  • 1,563
  • 4
  • 22
  • 46
  • Is that continuos video strem? – Johnny_D Aug 22 '12 at 14:50
  • yes, it is continuous http video stream coming from camera. Edited my question. – Vipul Aug 23 '12 at 06:22
  • Can you explain what "some security reasons" are and how much control over it you have? – Asken Aug 23 '12 at 06:29
  • http://xyz.com/videostream is not accessible by outside world. I have full control on the server & application (including source code which is in ASP.NET) where http://abc.com/y is hosted. – Vipul Aug 23 '12 at 06:39

1 Answers1