Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to redirect video stream in ASP.NET

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?

like image 368
Vipul Avatar asked Aug 22 '12 13:08

Vipul


1 Answers

Still searching for the best answer but below links helped me:

http://www.cctvcamerapros.com/Embedding-IP-Camera-Web-Page-s/326.htm

http://learn.iis.net/page.aspx/620/getting-started-with-iis-live-smooth-streaming/

http://www.red5.org/

like image 69
Vipul Avatar answered Oct 07 '22 10:10

Vipul