Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for airplay #26

Open
SamyPesse opened this issue Jul 11, 2013 · 0 comments
Open

Add support for airplay #26

SamyPesse opened this issue Jul 11, 2013 · 0 comments
Labels

Comments

@SamyPesse
Copy link
Owner

Why not using https://github.com/benvanik/node-airplay for adding the option to stream the video to an apple tv (or compatible airplay devices)

var browser = require('airplay').createBrowser();
browser.on('deviceOnline', function(device) {
    device.play('http://192.168.0.19:8888/api/stream', 0);
});
browser.start();

But it will need to convert video stream to mp4.
Some infos about Airplay streaming : Preparing Your Media and Server for AirPlay

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant