Re: [webrtc-encoded-transform] audio: add rtp sequence number on incoming frames (#154)

most codebases I've seen only expose the short sequence number, e.g.
https://github.com/versatica/mediasoup/blob/61a918664e73f4631bfc0b098fea3c19366da6e2/worker/include/RTC/RtpPacket.hpp#L189
https://github.com/baresip/re/blob/main/include/re_rtp.h#L24
https://github.com/jitsi/jitsi-videobridge/blob/master/rtp/src/main/kotlin/org/jitsi/rtp/rtp/RtpHeader.kt#L107
https://github.com/meetecho/janus-gateway/blob/6e8a3176990c56bf59b730fd440233633afafbda/src/rtcp.c#L836

This, as well as the implications of sequence number arithmetic when comparing are well understood. Not pretty but...

-- 
GitHub Notification of comment by fippo
Please view or discuss this issue at https://github.com/w3c/webrtc-encoded-transform/pull/154#issuecomment-1383804454 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 16 January 2023 10:12:58 UTC