Youtube-dl & ffmpeg deploy
# help
s
I'm currently building Discord bot using serenity, poise and songbird. I'm wondering that when I
cargo shuttle run
my project, this program execute
youtube-dl
,
yt-dlp
and
ffmpeg
on my local machine. How can I do to make my bot work (Cause the server may not have these command)
a
does ffmpeg, etc require any external libs to be installed?
s
Yes
Did you mean dependency?
a
yeah - so in other words do you need to install external dependencies outside of the project itself for the project to work?
s
Yes
a
In that case there's no official way to do it but @gentle-ice-1561 managed to get something like this to work through a workaround: https://github.com/shuttle-hq/shuttle/issues/703
s
I just read this issue and related issue, so it looks like this will be implemented in the future
Did I say that right
g
It is planned for the future, but I have made a workaround that works currently. Check the comments under the issue.
s
Thanks!!!