Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 802 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 802 Bytes

Dashling Build Status Coverage Status

Dashling is a client implementation for the playback of MPEG DASH via JavaScript and compliant browsers.

Quick Start

See example page for a demo of playback.

Run unit tests.

Install Dependencies

  1. install nodejs
  2. [Install dependencies from npm]
    • npm install -g gulp
    • npm install
  3. Type "gulp" to build and run tests.

Build / Run tests:

gulp