AsterNET.ARI
AsterNET.ARI copied to clipboard
ARI RTPStats fields have wrong data type
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.