Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 625 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 625 Bytes

adaptive bitrate video on demand

Requirements

  • FFMPEG
  • Nodejs

Getting started

  • install ffmpeg
sudo apt update
sudo apt install ffmpeg
./hls jam.mp4 jam
  • start Nodejs server
npm start