1.1.0 • Published 9 years ago

hls-endless v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
9 years ago

HLS Endless

Travis CI Code Climate Test Coverage

HLS server that delivers live streams in a loop. It has four audio/video bitrates and one audio-only.

##Install HLS-Endless

npm install hls-endless -g

##Starting the application

hls-endless start

##Stop the application

hls-endless stop

##The resources are avaiable:

##Video provided by Apple 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.

How I Set It Up To Run Locally?

Requirements: Confirm you have Node v0.10 or superior installed.

####Step 1: install all required npm modules

Within the project directory:

npm install .

####Step 2: Run the tests

npm test