Re: [Live-devel] Valgrind uninitialised values inside live555

2021-08-23 Thread Ross Finlayson
Kostromin, Please try again with the latest version - 2021.08.24. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] Valgrind uninitialised values inside live555

2021-08-23 Thread Ross Finlayson
OK, I think I’ve now figured out what’s going on. The call to “recvfrom()” is not filling in the ‘from’ address because - in this case - it’s being called on a stream socket (because you’re receiving RTP/RTCP-over-TCP). We can expect “recvfrom()” to fill in the ‘from’ address only when it’s ca

Re: [Live-devel] Valgrind uninitialised values inside live555

2021-08-23 Thread Костромин Дмитрий Андреевич
23.08.2021 15:07, Ross Finlayson пишет: On Aug 23, 2021, at 4:30 AM, Костромин Дмитрий Андреевич wrote: Hello, i downloaded and build new version - but nothing changed :( - issue still persists - you can use previous log - it's the same OK, I’ve just installed one more version (2021.08.23)

Re: [Live-devel] Valgrind uninitialised values inside live555

2021-08-23 Thread Ross Finlayson
> On Aug 23, 2021, at 4:30 AM, Костромин Дмитрий Андреевич > wrote: > > Hello, i downloaded and build new version - but nothing changed :( - issue > still persists - you can use previous log - it's the same OK, I’ve just installed one more version (2021.08.23) of the “LIVE555 Streaming Medi

Re: [Live-devel] Valgrind uninitialised values inside live555

2021-08-23 Thread Костромин Дмитрий Андреевич
19.08.2021 17:13, Ross Finlayson пишет: On Aug 19, 2021, at 3:31 AM, Костромин Дмитрий Андреевич wrote: I downloaded and build new version again and got last uninitialised value issue (my mistake - it seems i omitted this one last time) OK, I’ve just uploaded a new version (2021.08.19) tha