Skip to content

Confirm java bitwise shift is supporting RFC #180

@jaimecasero

Description

@jaimecasero

https://github.com/RestComm/mediaserver/blob/master/io/rtp/src/main/java/org/mobicents/media/server/impl/rtp/JitterBuffer.java#L143

this code is using Java ">>" which use sign bit for filling. The RFC may be refering to normal shift where "0" is used for filling. In that case java code must use ">>>"

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions