node-airplay icon indicating copy to clipboard operation
node-airplay copied to clipboard

Apple AirPlay client library for node.js

Results 13 node-airplay issues
Sort by recently updated
recently updated
newest added

I'd like to get AirPlay working between my iPad and OBS on my Mac. I found another library that might appear to have this functionality, but I'm not sure it's...

I want to make a PR for this. But i'm not really sure if its possible. @benvanik do you know if it is?

step: > 1. play a video and wait for play-end. > 2. play another video, then error occurred. And we could found "device.client_.socket_.destroyed" is "true". socket connection has lost but...

Does it work on ios9?

@benvanik, I've corrected a typographical error in the documentation of the [node-airplay](https://github.com/benvanik/node-airplay) project. Specifically, I've changed compatiable to compatible. You should be able to merge this pull request automatically. However,...

I get this error: > var b = require('airplay').createBrowser(); > undefined > console.log(b.getDevices()); > [] > undefined > b.start(); > undefined > > events.js:72 > throw er; // Unhandled 'error'...

Seems like password support isn't enabled yet - any plans to add that in?

I just want to confirm weather or not this infact will allow me to play audio or video from my iphone or ipad through the computer running the node.js script?...