0.3.0 • Published 8 years ago

airplay-js v0.3.0

Weekly downloads
554
License
-
Repository
-
Last release
8 years ago

node-airplay

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

Installation

From npm:

npm install airplay-js

Usage

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

Testing

npm install
npm test

...then, turn on your AppleTV!

Help

API

0.3.0

8 years ago

0.2.16

9 years ago

0.2.15

9 years ago

0.2.13

9 years ago

0.2.12

9 years ago

0.2.11

9 years ago

0.2.10

9 years ago

0.2.9

9 years ago

0.2.8

9 years ago

0.2.7

9 years ago

0.2.6

9 years ago

0.2.5

10 years ago

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago