arsanjani / Video-Stream

Fast HTTP Video Streaming Web API in ASP.NET MVC | C# | SQL Server FileStream
31 stars 9 forks source link
chunk filestreams push-streams streaming streaming-audio streaming-data streaming-video video-streaming

Video Streaming Web API

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

Feautures

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"/>