WhiteGarfield
WhiteGarfield
DIdiscord.js - Imagine ❄
Created by jackasu on 1/18/2025 in #djs-voice
RangeError: offset is out of bounds [@discordjs/opus]
allright please install https://github.com/BtbN/FFmpeg-Builds/releases/tag/latest and remove the old one.
12 replies
DIdiscord.js - Imagine ❄
Created by jackasu on 1/18/2025 in #djs-voice
RangeError: offset is out of bounds [@discordjs/opus]
ok.
12 replies
DIdiscord.js - Imagine ❄
Created by jackasu on 1/18/2025 in #djs-voice
RangeError: offset is out of bounds [@discordjs/opus]
thats a odd version of ffmpeg. could you provide the github from this dependencie?
12 replies
DIdiscord.js - Imagine ❄
Created by Basti 🔮🛡 on 1/8/2025 in #djs-voice
No music playback on arch linux.
no problem. one hand cleans the other one 😉
71 replies
DIdiscord.js - Imagine ❄
Created by MadeBomb on 1/19/2025 in #djs-voice
No audio on Windows 11 when playing mp3 file
yea lemme know
21 replies
DIdiscord.js - Imagine ❄
Created by MadeBomb on 1/19/2025 in #djs-voice
No audio on Windows 11 when playing mp3 file
what you can try is using ffmpeg manually in the console so see if Windows in your case is at least able to get a stream (ffmpeg -i "STREAM_URL" -vf showinfo -f null - ) if this shows nothing, that will mean that you have to install ffmpeg on your windows, and if it shows something, try to run the code without
2025-01-20-git-504df09c34-full_build-www.gyan.dev
2025-01-20-git-504df09c34-full_build-www.gyan.dev
21 replies
DIdiscord.js - Imagine ❄
Created by MadeBomb on 1/19/2025 in #djs-voice
No audio on Windows 11 when playing mp3 file
yea. remove static completely and just install regular ffmpeg
21 replies
DIdiscord.js - Imagine ❄
Created by MadeBomb on 1/19/2025 in #djs-voice
No audio on Windows 11 when playing mp3 file
work*
21 replies
DIdiscord.js - Imagine ❄
Created by MadeBomb on 1/19/2025 in #djs-voice
No audio on Windows 11 when playing mp3 file
dont use the ffmpeg static. <- it only works up to 6.0 ffmpeg everything above does not wirk
21 replies
DIdiscord.js - Imagine ❄
Created by jackasu on 1/18/2025 in #djs-voice
RangeError: offset is out of bounds [@discordjs/opus]
What dependencies you are using?
12 replies
DIdiscord.js - Imagine ❄
Created by MadeBomb on 1/19/2025 in #djs-voice
No audio on Windows 11 when playing mp3 file
first thing that catches my eye, is a old version of ffmpeg. please update it to have the 7.1 build
21 replies
DIdiscord.js - Imagine ❄
Created by Basti 🔮🛡 on 1/8/2025 in #djs-voice
No music playback on arch linux.
glad to help
71 replies
DIdiscord.js - Imagine ❄
Created by Basti 🔮🛡 on 1/8/2025 in #djs-voice
No music playback on arch linux.
wonderfull!
71 replies
DIdiscord.js - Imagine ❄
Created by WhiteGarfield on 1/11/2025 in #djs-voice
No audio on Ubuntu 24.04
but non the less.... the bot finally works now. stupid ffmpeg-static :KEKW:
31 replies
DIdiscord.js - Imagine ❄
Created by WhiteGarfield on 1/11/2025 in #djs-voice
No audio on Ubuntu 24.04
I guess it's not really corrupted but more likely plainly not maintained
31 replies
DIdiscord.js - Imagine ❄
Created by WhiteGarfield on 1/11/2025 in #djs-voice
No audio on Ubuntu 24.04
Edit: Found the suspect. ffmpeg-static This module if used on newer Linux and ffmpeg versions the module makes problems cause it's binaries are only up to ffmpeg version 6.0.0 everything above 6.0.0 will NOT work. Only way to make it work is to install only newest ffmpeg (sudo apt ffmpeg) and get rid of ffmpeg-static completely.
31 replies
DIdiscord.js - Imagine ❄
Created by Basti 🔮🛡 on 1/8/2025 in #djs-voice
No music playback on arch linux.
You can give this a try
71 replies
DIdiscord.js - Imagine ❄
Created by Basti 🔮🛡 on 1/8/2025 in #djs-voice
No music playback on arch linux.
I was finally able to get my bot running.. do you use ffmpeg-static? If so remove it. This module if used on newer Linux and ffmpeg versions the module makes problems cause it's binaries are only up to ffmpeg version 6.0.0 everything above 6.0.0 will NOT work. Only way to make it work is to install only newest ffmpeg (sudo apt ffmpeg) and get rid of ffmpeg-static completely.
71 replies
DIdiscord.js - Imagine ❄
Created by Basti 🔮🛡 on 1/8/2025 in #djs-voice
No music playback on arch linux.
damn
71 replies
DIdiscord.js - Imagine ❄
Created by Basti 🔮🛡 on 1/8/2025 in #djs-voice
No music playback on arch linux.
hey, i have the same problem but instead of Arch its Ubuntu on my side which does not like to work as it should.... have you found something to workaround?
71 replies