- From: Tony Herre via GitHub <sysbot+gh@w3.org>
- Date: Wed, 06 Sep 2023 14:59:52 +0000
- To: public-webrtc@w3.org
tonyherre has just created a new issue for https://github.com/w3c/webrtc-encoded-transform: == Move RTP Timestamp to Metadata and rename == Currently both RTCEncodedAudioFrame and RTCEncodedVideoFrame have a `timestamp` field directly on the frame defined as the RTP timestamp, and a `timestamp` in their Metadata dict defined as the Presentation timestamp (to match WebCodecs). This is quite a confusing situation. As discussed during the April Interim and on https://github.com/w3c/webrtc-encoded-transform/pull/173, it makes sense to move the RTP timestamp to the metadata and rename it `rtpTimestamp`. Please view or discuss this issue at https://github.com/w3c/webrtc-encoded-transform/issues/203 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 6 September 2023 14:59:55 UTC