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

2025-05-08 Thread Eric Beuque
Thank you for the fix integration Eric BEUQUE - Software architect / developer T. 03 81 50 51 50 | www.jet1oeil.com 5 rue Victor Considérant, Parc d’Activités de l’Echange 25770 Chemaudin et Vaux Le jeu. 8 mai 2025 à 07:46, Ross Finlayson a écrit : > Eric, > > Thanks for the report. > > I s

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