Set Path to custom ffmpeg binary

Hello, we're currently encountering issues with the static-ffmpeg module in our Docker container, occasionally resulting in an EAGAIN Error. To address this, we're considering mounting the ffmpeg binary from outside the container and using this path internally. Is there a method for setting the ffmpeg binary path through an environment variable?
2 Replies
d.js toolkit
d.js toolkit5mo ago
- What's your exact discord.js npm list discord.js and node node -v version? - Not a discord.js issue? Check out #other-js-ts. - Consider reading #how-to-get-help to improve your question! - Explain what exactly your issue is. - Post the full error stack trace, not just the top part! - Show your code! - Issue solved? Press the button!
space
space5mo ago
If it still works how I remember it working you can either add the directory of the binary to the path, copy the binary to the cwd, or link the binary to the cwd.