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

Implement more RTP packets

Open 3alisaki opened this issue 2 years ago • 1 comments

for example VP8 Packet, VP9 Packet, AV1 Packet, H264 Packet, H265 Packet, ..., implementations of the packets exist in "pion/rtp" go lang package

3alisaki avatar Nov 24 '23 13:11 3alisaki

rtp.js is a RTP stack written in TypeScript. It's not intended to be an audio/video encoder/decoder. Honestly I don't think we are gonna do that. I will leave the feature request open just in case.

ibc avatar Mar 07 '25 11:03 ibc