AsterNET.ARI icon indicating copy to clipboard operation
AsterNET.ARI copied to clipboard

ARI RTPStats fields have wrong data type

Open marcelwgn opened this issue 4 years ago • 0 comments

Similar to https://github.com/ari4java/ari4java/issues/180, this library also uses a 32 bit integer for a (remote_)ssrc in the RTP_Stats struct. The problem is that this value is actually an unsigned int and can exceed the normal values for the datatype int.

marcelwgn avatar Dec 26 '21 13:12 marcelwgn