chromecast-controller
v0.3.1
Published
Easily cast to Chromecast and control playback
Downloads
77
Maintainers
Readme
chromecast-controller
Easily cast to Chromecast and control playback
Usage Example
var chromecast = require('chromecast-controller');
var media = {
contentId: 'http://commondatastorage.googleapis.com/gtv-videos-bucket/big_buck_bunny_1080p.mp4',
contentType: 'video/mp4',
streamType: 'BUFFERED'
}
chromecast.cast(media, (err) =>
{
if(err)
{
chromecast.close();
return console.log(err.message);
}
console.log('Playing...');
}
Donation
If you like my work please support it by buying me a cup of coffee :-)