In this post we are going to create a video server that can serve videos with multiple bit-rate also known as adaptive bit-rate streaming. We are going to implement the technique by using Apple HTTP Live Streaming (HLS) with Video on Demand (VOD) using a desktop application and IIS.
Category: IIS
Install & Configure FTP Server on IIS 10
In this post we are going to install and configure FTP server on IIS 10. FTP stands for “File Transfer Protocol”, which can perform operation like upload, download files between client and server computers through TCP/IP connection.
Custom Code-Generator Using ASP.Net Core
In this post we will get overview and generate a basic label code using our database table column that help in development. The main thought behind the sample was to generate the common types of code easily. The Single page application is built with ASP.Net Core & AngularJS, here’s the execution environment & API service is in .Net […]
Single Page Application Using ASP.Net Core-AngularJs
In this post we are going to create a Single Page Application (SPA) with AngularJS and ASP.Net Core. We will use Angular-UI-Router for our application routing instead of MVC routing. If you are new to ASP.Net Core, get a complete startup overview here: https://shashangka.com/2016/11/26/net-core-startup/ Prerequisites: Before getting started make sure development environment is prepared properly. These are listed […]