Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 864 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 864 Bytes

lvod

A Live/VOD system using FFMPEG+MP4Box, generate DASH content supported by most PC/mobile devices.

Prerequisite

Nodejs + FFMPEG + MP4Box

Features

  1. Live static resources
  2. Transcode static resources

Setup

  1. Clone the repository and npm install the dependencies.
  2. Config the lvod\src\server\live\liveconfig.json and lvod\src\server\vod\vodconfig.json, set those dir options using absolute path.
  3. Run gulp
  4. Run/Debug http server
  5. Open dashboard page (localhost:8000/)

Demo

  1. On PC

PC snapshot

  1. On Mobile

mobile snapshot