derekmartinez18 / discord.js-music

Music Plugin for Discord.js
ISC License
1 stars 0 forks source link

Video stops playing mid-playback #2

Open derekmartinez18 opened 7 years ago

derekmartinez18 commented 7 years ago

This appears to be an issue with the library ytdl-core and isn't very consistent, especially on higher performance systems. This issue is known and has been reported to the developer.

Solution: I will implement a "download cache" option which will pre-download the entire video before playing it.

This is mainly a note-to-self.