W3AXL
W3AXL
It's the same issue - with `MediaRecorder` in the above-mentioned program, memory usage runs away, exceeding the memory available in my VM after a few days. Replacing that with a...
I'd agree with you, it looks like the [`_container.mux(packet)`](https://github.com/aiortc/aiortc/blob/d7fe37f42e66f5919a4c3a997777b54713012ef7/src/aiortc/contrib/media.py#L488) function call is the last stop for the memory leak chain inside `aiortc`. To my untrained eye it doesn't appear you're...
Just for kicks, I upgraded my PyAV version to 10.0.0 to see if the issue still exists.
This would also be useful for my application, where the RTC connection can sometimes be running for days at a time. Currently the user must manually reconnect the stream when...
Adding in my request for this as well. Super handy if you've got an SDR cluster running off-premises.
I am able to test this as soon as changes are ready - unfortunately my C isn't terribly good otherwise I'd take a crack at writing the PR myself. The...
Issue still exists with my script as well. If I had to guess, there's probably some kind of bit quantization going on when pydub reads in the audio samples. but...
The problem lies in how we handle HTTP TCP data today. We try to read out the content of an HTTP request using the `content-length` header, regardless of whether or...
b343473a87c87a9b24f4d8e53237c9c140538aff fixes this (hopefully) in DFSI
The demo behaves the same way. SamplesAvailable is never called. 