Re: [Live-devel] SRTP - uninitialized variable causes multicast to fail

2025-01-17 Thread Ross Finlayson
Christan, Many thanks for the detailed bug report. I have just installed a new version of the code that should fix this (using your proposed solution (b)). > Note: The IDE (CLion) also warns about further, uninitialized members in > SRTPCryptographicContext – though I haven’t followed up on

[Live-devel] SRTP - uninitialized variable causes multicast to fail

2025-01-17 Thread HAAS Christian via live-devel
--- Begin Message --- Hi all, When upgrading to v2024.11.28, multicast streams with SRTP sometimes fail due to an uninitialized variable; Clients are not able to decode SRTP and discard all packets. Short: SRTPCryptographicContext constructor does not initialize fSendingROC. Long: PassiveServe