Post #2416614
2026-04-21 01:23 UTC
Who else has had that problem that they knew they can solve, but it takes them doing an all nighter and recoding every single line of code.
Ok maybe not every line of code but a large majority of it.
I started at 10am yesterday and didn’t get it fixed/solved till 4:30am today.
It was nice to go to bed after I had it working.
Rust might be nice, but memory allocation and debugging needs a little work.
The bug was not my code it was how it handled hls and ffmpeg streams.
Replies (1)
-
@russell@podcastindex.social 2026-04-21 01:25
So basically unless you let go of the stream ffmpeg-next which is the package we use just keeps it all in memory until you drop it. That seems like a really bad way of doing audio streaming if you’re a listener.