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

Not sure what payload_ms is

Open InsaneZulol opened this issue 6 years ago • 1 comments

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?

InsaneZulol avatar Nov 06 '18 13:11 InsaneZulol

payload_ms is the size of the audio in milliseconds contained in the associated packet.

alpartis avatar Nov 08 '18 02:11 alpartis