We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
how can I configure the binary (mplayer.exe) location? Or do I need to add mplayer to the PATH?
mplayer.exe
The text was updated successfully, but these errors were encountered:
You put the mplayer.exe in the same location as your app.js (or main run code)
const mplayer = require('mplayer') let debug = {debug: false, verbose: false} //to get debug output on a console) let player = new mplayer(debug);
Your sources can be anywhere (that your server can access!)
player.openFile('path/to/my/test/mp3])
Did I understand your question correctly?
Sorry, something went wrong.
No branches or pull requests
Hi,
how can I configure the binary (
mplayer.exe
) location? Or do I need to add mplayer to the PATH?The text was updated successfully, but these errors were encountered: