Fast HTTP Media Streaming Web API in ASP.NET MVC | C#
- Customizable chunk size
- Accept HTTP byte range header
- Compatible with almost every Video Player
- Used SQL Server FileStream as back end source
- Fast & efficient implemention
- Edit ConnectionStrings in web.config file
- While SQL Server FileStram just work in windows authentication mode, you have to create same user in IIS and SQL machine if they are different with same name & password and then impersonate web.config as below
<identity impersonate="true" userName="myuser" password="mypass"/>