-
-
Notifications
You must be signed in to change notification settings - Fork 262
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
Muse joins vc, but doesn't play any music #1166
Comments
I found a fix. According to this other issue, using ffmpeg v4 instead worked for them. I installed ffmpeg v4 with brew, set the path, and now it sort of works. brew install ffmpeg@4
export PATH="/home/linuxbrew/.linuxbrew/opt/ffmpeg@4/bin:$PATH" Sometimes it just completely stops working, at which point I have to kick it from vc and make it join again. Queue and skip also break often. But this is better than nothing! I think this recommendation of using an older ffmpeg should be put in the docs. |
I have this problem but am using ffmpeg 4.4.2 already. It doesn't play at all from YT. No debug logs are quite extensive, can't find any errors or warns |
I wasn't able to find ffmpeg 4.2 because that's from 2018. I used 5.0 and it's working perfectly. Here's the builds I used. Just try every version from 4.1 up until you find one that works. |
What's happening?
Muse joins the vc when I use
/play
and it even shows the song preview and that it is added to the queue. However, it doesn't play any audio. I don't see any error messages in the logs when I played the song. I'm running it through node on wsl from the latest commit. I tried docker before, but the docker version didn't even load the song correctly so I switched to the node version.Logs
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Runtime
I'm running Muse:
Versions
The text was updated successfully, but these errors were encountered: