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

Question.. Running on Raspberry pi #1

Open
ryanlaux opened this issue Feb 2, 2016 · 1 comment
Open

Question.. Running on Raspberry pi #1

ryanlaux opened this issue Feb 2, 2016 · 1 comment

Comments

@ryanlaux
Copy link

ryanlaux commented Feb 2, 2016

I assume since this opens a youtube link thats its written to run on a computer, but If I run it on a raspberry pi would it be easy to play an mp3 file instead?

@rainabba
Copy link

All this does is run on a device which can run Node.js and execute spawn('open', ['https://www.youtube.com/watch?v=oHg5SJYRHA0']) which may not do anything on any given OS. To know for fact, you'd have to look into the spawn/open behavior, but I'd not expect it to work on anything but a full-fledged desktop OS or a web-based one (like Chromebook maybe).

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

No branches or pull requests

2 participants