HLS server that delivers live streams in a loop. It has four audio/video bitrates and one audio-only.
HLS server that delivers live streams in a loop. It has four audio/video bitrates and one audio-only.
npm install hls-endless -g
hls-endless start
hls-endless stop
The video used is Apple’s 4x3 basic stream example with 4 bitrates. The full video is around 30 minutes long but since I didn’t want the repo to be huge, I only used 3 minutes and 30 seconds of it. This should be fine since the video will loop forever.
Requirements: Confirm you have Node v0.10 or superior installed.
Within the project directory:
npm install .
npm test