Closed phorcys420 closed 1 year ago
If you don't need to play the video, there is an alternative for you https://github.com/aiko-chan-ai/discord.js-selfbot-v13/blob/main/Document/VoiceCall.md
If you don't need to play the video, there is an alternative for you https://github.com/aiko-chan-ai/discord.js-selfbot-v13/blob/main/Document/VoiceCall.md
oh alright, thanks! I'll try this ASAP.
I'm trying to play a mp3 in a group dm, hence why I can't simply use
@discordjs/voice
.The file that I'm using is BigBuckBunny.mp4 converted to mp3 using
ffmpeg -i BigBuckBunny.mp4 BigBuckBunny.mp3
.I checked and using
BigBuckBunny.mp4
in the JS I gave you works properly. The client is able to play without streaming/sending a video but it can't take videoless files as an input.