Iris C
@isoscele
biopolitical surveillance
Hi everyone, I'm running a bot in discord.py and trying to get it to stream audio with youtube. I have PyNaCl, libopus and ffmpeg in my requirements.t
a5rocks As far as I know, the ffmpeg module only installs a wrapper around ffmpeg. However, you can't install ffmpeg, so this won't work. However if I am wrong, and you managed to get ffmpeg the commandline utility on your repl, I applaud you on figuring out how to make a music bot on repl.
As for opus, repl doesn't allow modules to create files (as far as I know, e.g. selenium doesn't work AFAIK), so that's why. You might be able to use virtualenv to make opus not install in the root folder though.4 years ago