0.2.10 • Published 9 years ago

airplay-xbmc v0.2.10

Weekly downloads
26
License
-
Repository
github
Last release
9 years ago

node-airplay-xbmc

node-airplay-xbmc is a client library for Apple's AirPlay remote playback protocol.

Installation

From npm:

npm intall airplay-xbmc

From source:

git clone https://github.com/guerrerocarlos/node-airplay-xbmc.git
npm link

Usage

// remote video
var browser = require( 'airplay-xbmc' ).createBrowser();
browser.on( 'deviceOn', function( device ) {
    device.play( 'http://remotehost/video.mp4', 0, function() {
        console.info( 'video playing...' );
    });
});
browser.start();
0.2.10

9 years ago

0.2.9

9 years ago

0.2.8

10 years ago

0.2.7

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago