versatica / rtp.js

RTP stack for Node and browser written in TypeScript
https://versatica.github.io/rtp.js/
ISC License
39 stars 3 forks source link

getPayload return wrong value #26

Open 3alisaki opened 9 months ago

3alisaki commented 9 months ago

the getPayload methid of RtpPacket is returning the same data view that was passed to RtpPacket constructor, what i know is that it should return rtp payload without headers, pleas fix that.