Re: [Live-devel] (no subject)

2023-11-30 Thread Andy Hawkins
Hi, Apologies. I didn't read the code as thoroughly as I thought I had. I agree that modifying the code just to shut up Valgrind isn't necessarily a good idea. After re-reading the methods mentioned in Valgrind's stack trace, I agree that the structure should be initialised (by a call to recvfr

Re: [Live-devel] (no subject)

2023-11-30 Thread Ross Finlayson
I think ‘valgrind’ is mistaken/confused here, because “sockaddr_storage” is a structure whose contents depend on the address type being stored. E.g., on my FreeBSD system, it’s defined as follows: #define _SS_MAXSIZE 128U #define _SS_ALIGNSIZE (sizeof(__int64_t)) #define _SS_PAD1SIZE(

[Live-devel] (no subject)

2023-11-30 Thread Andy Hawkins
Hi, While testing some of my code, I was running through valgrind, and it has picked up the following: ==18855== Conditional jump or move depends on uninitialised value(s) ==18855==at 0x59A7CE4: Groupsock::wasLoopedBackFromUs(UsageEnvironment&, sockaddr_storage const&) (Groupsock.cpp:319) =

Re: [Live-devel] Getting jitter value

2023-11-30 Thread Ross Finlayson
> On Nov 30, 2023, at 11:27 PM, Ayik Ahmet wrote: > > Hello, I want to get jitter from my RTPSink, but I cant get > RTPTransmissionStatsDB by using > > RTPTransmissionStatsDB& transmissionStatsDB() const { return > *fTransmissionStatsDB; } > > because RTPTransmissionStatsDB doesnot have an

[Live-devel] Getting jitter value

2023-11-30 Thread Ayik Ahmet
Hello, I want to get jitter from my RTPSink, but I cant get RTPTransmissionStatsDB by using RTPTransmissionStatsDB& transmissionStatsDB() const { return *fTransmissionStatsDB; } because RTPTransmissionStatsDB doesnot have any contructor. How can I obtain this class instance to get jitter? Ozg

Re: [Live-devel] VS2022 compilation issue

2023-11-30 Thread Ross Finlayson
Dmitry, Thanks for the report. I’ve just installed a new version (2023.11.30) of the code that fixes this. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/

[Live-devel] VS2022 compilation issue

2023-11-30 Thread Dmitry Bely
Hi, int operator==(TimeCode const& arg2); in liveMedia/include/MPEGVideoStreamFramer.hh needs const qualifier. Without it VS2022 compilation fails: C:\Users\ContainerAdministrator\.conan2\p\b\live5372ee00a453a7\b\src\liveMedia\MPEGVideoStreamFramer.cpp(132,14): error C2666: 'TimeCode::operator ==