rtp.jitter icon indicating copy to clipboard operation
rtp.jitter copied to clipboard

jitter buffer for RTP using c++ and STL only. Has no external dependencies. Suitable for Android NDK as well as other typical platforms.

Results 2 rtp.jitter issues
Sort by recently updated
recently updated
newest added

Hello, i'm tried to use this jitter buffer for handling out-of-order and dropped packets. Case is following: when buffer is empty, it will simply accumulate all RTP packets for specified...

Thank you for this project. It's pretty easy to integrate thanks to great comments and structure. I'm right now having trouble interpreting what payload_ms is. I integrate your jitter buffer...