Re: [Live-devel] Possible crash on BufferedPacket deallocation

2025-05-07 Thread Ross Finlayson
Eric, Thanks for the report. I suspect that most other peoples' compiler is smart enough to replace the tail recursion here with iteration, but just in case, I’ve released a new version (2025.05.08) of the code that does this explicitly, as you suggested. Ross Finlayson Live Networks, Inc. ht

[Live-devel] Possible crash on BufferedPacket deallocation

2025-05-07 Thread Eric Beuque
Hello, I found a crash that can be caused in some circonstance. I use a RTSPClient reading a video stream from Dahua camera. I selected a too small MediaSink buffer to get frame, so i stopped the stream when receiving truncated bytes. But during 30 seconds (delay for my activity check handler), t