Hi all. I'm totally new to IIS Media Services and was wondering how to use it in an ASP.NET MVC app to display live CCTV video. The video comes across as RTSP, MP4, or H.264. A few questions:
Does IIS Media Services support the formats mentioned above?
How do you set up IIS Media Services to serve the live CCTV video?
How do you then display the media in an ASP.NET page?
6 Posts
IIS Media Services in a web app to display CCTV video
Mar 15, 2018 04:18 PM|oneworld95|LINK
Hi all. I'm totally new to IIS Media Services and was wondering how to use it in an ASP.NET MVC app to display live CCTV video. The video comes across as RTSP, MP4, or H.264. A few questions:
Thank you.
4042 Posts
Re: IIS Media Services in a web app to display CCTV video
Mar 16, 2018 02:58 AM|Yuk Ding|LINK
Hi oneworld95,
IIS media service should support MP4 and H.264. but it doesn't support RTSP.
You could use IIS smooth streaming to server these CCTV video.
https://docs.microsoft.com/en-us/iis/media/smooth-streaming/smooth-streaming-deployment-guide
I think the windows media player control could be used to display the h.264 and mp4 file in asp.net application
Best Regards,
Yuk Ding
MSDN Community Support
Please remember to "Mark as Answer" the responses that resolved your issue.
6 Posts
Re: IIS Media Services in a web app to display CCTV video
Mar 16, 2018 11:33 AM|oneworld95|LINK
Thanks, Yuk. We have some CCTV cameras sending RTSP streams. Is there any way to support these on the same server?
4042 Posts
Re: IIS Media Services in a web app to display CCTV video
Mar 20, 2018 09:15 AM|Yuk Ding|LINK
Hi oneworld95,
I didn't find any feature to allow the IIS for RTSP. So maybe you need to convert the stream to support IIS.
Best Regards,
Yuk Ding
MSDN Community Support
Please remember to "Mark as Answer" the responses that resolved your issue.