html5-video-player

1.0.0 • Public • Published

html5-video-player

var createPlayer = require('html5-video-player');
 
co(function *() {
  var player = yield createPlayer('/tmp/video.avi');
  yield player.start();
  console.log(player.getTranscodedUrl());
});

API

  • [transcoded_url]/ - video
  • [transcoded_url]/info - meta data

Readme

Keywords

none

Package Sidebar

Install

npm i html5-video-player

Weekly Downloads

0

Version

1.0.0

License

ISC

Last publish

Collaborators

  • poying