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
--- 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