/Video-Stream

Fast HTTP Video Streaming Web API in ASP.NET MVC | C# | SQL Server FileStream

Primary LanguageC#

Video Streaming Web API

Fast HTTP Media Streaming Web API in ASP.NET MVC | C#

Feautures

  • 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

How to use

  1. Edit ConnectionStrings in web.config file
  2. 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"/>