lavalink-devs / Lavalink

Standalone audio sending node based on Lavaplayer.
https://lavalink.dev/
MIT License
1.58k stars 668 forks source link

Sound emitted only on Windows #1063

Closed Fizayy closed 3 months ago

Fizayy commented 3 months ago

Hello,

I'm testing my bot on Windows 11 with local Lavalink, the sound is emitted correctly, I can hear the song. But on my Debian 12 VPS, song is starting but the sound is not emitted, I can't hear something. It's the same configuration, but I noticed these logs that they are not appearing on my VPS but on Windows:

2024-07-04T19:49:16.993+02:00 INFO 4208 --- [back-1-thread-1] c.s.l.c.natives.NativeLibraryLoader : Native library libmpg123-0: loading with filter com.sedmelluq.discord.lavaplayer.natives.ConnectorNativeLibLoader$$Lambda/0x00000265b8815a28@1b756c14 2024-07-04T19:49:17.025+02:00 INFO 4208 --- [back-1-thread-1] c.s.l.c.natives.NativeLibraryLoader : Native library libmpg123-0: successfully loaded. 2024-07-04T19:49:17.026+02:00 INFO 4208 --- [back-1-thread-1] c.s.l.c.natives.NativeLibraryLoader : Native library connector: loading with filter null 2024-07-04T19:49:17.189+02:00 INFO 4208 --- [back-1-thread-1] c.s.l.c.natives.NativeLibraryLoader : Native library connector: successfully loaded.

Thanks for help.