rtp.jitter
rtp.jitter copied to clipboard
Not sure what payload_ms is
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 together with packet struct from JRTPLib instead of rtp.h and I'm stuck as to what exactly I should pass instead of payload_ms variable in these sections of code. Is payload_ms a whole length of payload, but in ms instead of bytes?
payload_ms
is the size of the audio in milliseconds contained in the associated packet.