fent/node-ytdl-core

Memory Problem #598

utkuearas posted onGitHub

Hi i am using latest ytdl-core version and i am trying to optimize my code for memory usage .I am working on discord bot and i want to clean buffer of the stream data. How can i do that ?


ytdl-core uses a node readable stream, which reads data in chunks and only keeps the chunk in memory + the highWaterMark

https://nodejs.org/api/stream.html

posted by fent almost 5 years ago

Fund this Issue

$0.00
Funded

Pull requests