omansak / libvideo

A lightweight .NET library to download YouTube videos.
BSD 2-Clause "Simplified" License
553 stars 164 forks source link

Stackoverflow #262

Closed NiTiSon closed 1 year ago

NiTiSon commented 2 years ago

Video.GetStream() + Async Video.GetBytes() + Async and others methods cause stack overflow You download all video into RAM?

You can create stream that continue download during using?

hondek commented 2 years ago

Propably same issue as #255

robotman35126 commented 1 year ago

Worked okay last week for me and haven't touched my project until last night. Now running it, throws the System.StackOverflowException when using the GetBytes method.

omansak commented 1 year ago

270