- From: Jeremy via GitHub <sysbot+gh@w3.org>
- Date: Thu, 18 Apr 2024 14:29:13 +0000
- To: public-webrtc-logs@w3.org
Exactly, however, it's possible to add the extensions we want to the SDP and to accept these same extensions during the negotiation. When we receive a frame, we could simply have a list of all the header extensions present in the frame with their ID and other useful information. Alternatively, we could allow the reception of individual RTP packets and not just complete frames. We can receive the data of the encoded frame but not the data from the header extensions. In my opinion, this information is just as useful, if not more, than the data of an frame. -- GitHub Notification of comment by destructeur Please view or discuss this issue at https://github.com/w3c/webrtc-encoded-transform/issues/227#issuecomment-2064012598 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 18 April 2024 14:29:14 UTC