Multimedia Information Processing and Communications Mini-Project
This is a repository for video streaming over HTTP mini-project.
For a little demo, please enter a link below:
https://hls-web-player.herokuapp.com/
Note: Hence it is deployed for free with Heroku, it needs some time to run for the first time after idle state. Please, be patient.
Please follow these instructions in order to run the project locally.
Things you need to install before running:
Node.js
Npm
Clone a repository onto your local machine:git clone https://github.com/kamkali/HLS_Web_Player.git
Enter the directory, and run:npm install
Next, specify a PORT environmental variable and run with Node.js:PORT=XXXX node server.js