项目作者: kamkali

项目描述 :
Multimedia Information Processing and Communications Mini-Project
高级语言: CSS
项目地址: git://github.com/kamkali/HLS_Web_Player.git
创建时间: 2020-05-23T20:02:11Z
项目社区:https://github.com/kamkali/HLS_Web_Player

开源协议:

下载


HLS Web Player

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.

Local Deployment

Please follow these instructions in order to run the project locally.

Prerequisites

Things you need to install before running:

  1. Node.js
  2. Npm

Running the project

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

Built With

  • Node – JavaScript runtime to run on Heroku
  • Npm – Package manager
  • Express – Framework for js to easily serve files

Author