Skip to content

An Angular Frontend for Adaptive HLS system using FFMPEG & Node.Js

Notifications You must be signed in to change notification settings

deepeshdm/StreamPlus

Repository files navigation

StreamPlus - Adaptive HTTP Streaming

A simple application built with Angular, Node.js, and FFmpeg for implementing HTTP Live Streaming (HLS) and Adaptive Bitrate Streaming. It allows video conversion to HLS format and seamless playback with adaptive quality switching based on network conditions.

Setup Locally 👩‍🔧

  1. Git clone the project repository on your local system
git clone https://github.com/deepeshdm/StreamPlus.git
  1. Install dependencies in package.json
cd StreamPlus
npm install
  1. Also clone & setup Backend of this project - link . Once backend server is running, change "environment.ts" to point to your backend server
export const environment = {
    nodeapi : 'http://localhost:3000'
};

About

An Angular Frontend for Adaptive HLS system using FFMPEG & Node.Js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published