0.2.3 • Published 8 years ago

chromecast-player v0.2.3

Weekly downloads
94
License
MIT
Repository
github
Last release
8 years ago

chromecast-player

simple chromecast player. Relies on the castv2-client lib from thibauts, all credits go to him.

Usage Samples

Start Playback of some video file:

var player = require('chromecast-player')();
var media = 'http://commondatastorage.googleapis.com/gtv-videos-bucket/ED_1280.mp4';
player.launch(media, function(err, p) {
  p.once('playing', function() {
    console.log('playback has started.');
  });
});

Attach to a currently playing session:

var player = require('chromecast-player')();
player.attach(function(err, p) {
  p.pause();
});

Installation

npm install chromecast-player

License

Copyright (c) 2014 Simon Kusterer Licensed under the MIT license.

0.2.3

8 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.10

9 years ago

0.1.9

9 years ago

0.1.8

9 years ago

0.1.7

9 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago