Skip to content

arsanjani/Video-Stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published