Skip to content

Files

Latest commit

 

History

History
13 lines (7 loc) · 389 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 389 Bytes

MediaSourceSample.

This is simple player on the web browser. It is going to use mse (mediasource) and eme(Encrypted Media Extensions ) to play dash streaming protocol, and It contained the basic sample codes about how to play video on the web browser with mediasource.

sample pages was made by ejs format , And It need to install node js.

Start

  1. npm install.
  2. npm start.