Twilight

Results 57 comments of Twilight

@kaloyanBozhkov you probably need to do it for svg canvas also https://github.com/Brooooooklyn/canvas/blob/f88b8fe6328d39b80d142c6ed43706b1b12c3819/src/ctx.rs#L54

> ``` > echarts.setPlatformAPI({ > createCanvas() { > return createCanvas(); > }, > loadImage(src, onload, onerror) { > const img = new Image(); > // No need to bind context,...

@Drilmo discord-player indeed pauses the playback when bot is alone in a voice channel, which is most likely the reason for these events to get triggered. Though `pause` event kind...

> > @Drilmo discord-player indeed pauses the playback when bot is alone in a voice channel, which is most likely the reason for these events to get triggered. Though `pause`...

> Until the slow seek problem is fixed, it would be great if we could at least determine the moment when a track actually starts playing after seek(), because the...

I'm marking this as resolved, I've made some changes to ffmpeg stream and it seems to be faster than before.

for regular tracks, this could be related to https://github.com/Androz2091/discord-player/issues/1639 for yt live, it could be due to corrupted packet being received by ffmpeg or the stream url getting expired. let's...