Weekly github digest (WebRTC WG specifications)

Issues
------
* w3c/webrtc-extensions (+0/-0/💬1)
  1 issues received 1 new comments:
  - #47 RTP Header Extension Encryption (1 by fippo)
    https://github.com/w3c/webrtc-extensions/issues/47 [PR exists] [April 2022 Virtual Interim] 

* w3c/webrtc-encoded-transform (+2/-0/💬2)
  2 issues created:
  - Web IDL hiccup: `SFrameTransformOptions` still used in constructors (by tidoust)
    https://github.com/w3c/webrtc-encoded-transform/issues/296 
  - Expose an API to turn on per-packet sframe native support (by youennf)
    https://github.com/w3c/webrtc-encoded-transform/issues/292 

  1 issues received 2 new comments:
  - #296 Web IDL hiccup: `SFrameTransformOptions` still used in constructors (2 by tidoust, youennf)
    https://github.com/w3c/webrtc-encoded-transform/issues/296 

* w3c/webrtc-rtptransport (+3/-25/💬22)
  3 issues created:
  - What is the scope of the circuit breaker ? (by steely-glint)
    https://github.com/w3c/webrtc-rtptransport/issues/92 
  - Are HighResTimeStamps allowed? (by steely-glint)
    https://github.com/w3c/webrtc-rtptransport/issues/91 
  - MTU is path dependent (by steely-glint)
    https://github.com/w3c/webrtc-rtptransport/issues/90 

  22 issues received 22 new comments:
  - #87 Expose L4S bits on the receiver side (1 by pthatcher)
    https://github.com/w3c/webrtc-rtptransport/issues/87 
  - #86 Send/Receive PLI/FIR (1 by pthatcher)
    https://github.com/w3c/webrtc-rtptransport/issues/86 
  - #85 Add control over the feedback interval for Custom Congestion Control Use Case (1 by pthatcher)
    https://github.com/w3c/webrtc-rtptransport/issues/85 
  - #83 Packet sender needs to expose a signal about max packet size (1 by pthatcher)
    https://github.com/w3c/webrtc-rtptransport/issues/83 
  - #82 Support L4S RFC8888 (1 by pthatcher)
    https://github.com/w3c/webrtc-rtptransport/issues/82 
  - #78 Per-packet notifications are mandatory, this is not ideal for context switching (1 by pthatcher)
    https://github.com/w3c/webrtc-rtptransport/issues/78 
  - #57 No signal when transport path change. (1 by pthatcher)
    https://github.com/w3c/webrtc-rtptransport/issues/57 
  - #56 Custom BWE without pacing is not well supported. (1 by pthatcher)
    https://github.com/w3c/webrtc-rtptransport/issues/56 
  - #55 Add stats on queued event drops when apps aren't keeping up with reading (1 by pthatcher)
    https://github.com/w3c/webrtc-rtptransport/issues/55 
  - #54 Controls of internal queue lengths (1 by pthatcher)
    https://github.com/w3c/webrtc-rtptransport/issues/54 
  - #38 Packet prioritization is not supported. (1 by pthatcher)
    https://github.com/w3c/webrtc-rtptransport/issues/38 
  - #27 Clarify RTCP use of Use Case 1 (1 by pthatcher)
    https://github.com/w3c/webrtc-rtptransport/issues/27 [Ready for PR] 
  - #20 Not requiring per-packet JS Events (1 by pthatcher)
    https://github.com/w3c/webrtc-rtptransport/issues/20 [Ready for PR] 
  - #15 Examples pipe multiple streams into a single writable (1 by pthatcher)
    https://github.com/w3c/webrtc-rtptransport/issues/15 [PR Exists] 
  - #14 Add/Update examples (1 by pthatcher)
    https://github.com/w3c/webrtc-rtptransport/issues/14 
  - #13 Workers (1 by pthatcher)
    https://github.com/w3c/webrtc-rtptransport/issues/13 
  - #12 Arbitrary RTP Header Extensions (1 by pthatcher)
    https://github.com/w3c/webrtc-rtptransport/issues/12 [rtp] 
  - #11 Arbitrary RTCP messages (1 by pthatcher)
    https://github.com/w3c/webrtc-rtptransport/issues/11 [rtp] 
  - #10 SDP "Bumper lanes" (1 by pthatcher)
    https://github.com/w3c/webrtc-rtptransport/issues/10 
  - #9 Customizing piecemeal (1 by pthatcher)
    https://github.com/w3c/webrtc-rtptransport/issues/9 
  - #8 WHATWG Streams support? (1 by pthatcher)
    https://github.com/w3c/webrtc-rtptransport/issues/8 
  - #7 How does cryptex work? (1 by pthatcher)
    https://github.com/w3c/webrtc-rtptransport/issues/7 

  25 issues closed:
  - Per-packet notifications are mandatory, this is not ideal for context switching https://github.com/w3c/webrtc-rtptransport/issues/78 
  - How does RTCRtpTranport(Processor) work with RTCRtpSendStream/RTCRtpReceiveStream? https://github.com/w3c/webrtc-rtptransport/issues/71 
  - Should RTCRtpTransport(Processor) use event handlers for packet notifications? https://github.com/w3c/webrtc-rtptransport/issues/70 
  - Custom BWE without pacing is not well supported. https://github.com/w3c/webrtc-rtptransport/issues/56 
  - Controls of internal queue lengths https://github.com/w3c/webrtc-rtptransport/issues/54 
  - There are two `readPacketizedRtp` functions. https://github.com/w3c/webrtc-rtptransport/issues/49 
  - RtpTransport and transport re-direction https://github.com/w3c/webrtc-rtptransport/issues/48 
  - Packet forwarding is not supported https://github.com/w3c/webrtc-rtptransport/issues/40 
  - Packet prioritization is not supported. https://github.com/w3c/webrtc-rtptransport/issues/38 
  - Should `RtpSendStream` and `RtpReceiveStream` be removed? https://github.com/w3c/webrtc-rtptransport/issues/47 
  - Should RtpSendStream/RtpReceiveStream be transferable? https://github.com/w3c/webrtc-rtptransport/issues/36 
  - RtpSendStreamInit and RtpReceiveStreamInit are not defined in explainer-use-case-1.md https://github.com/w3c/webrtc-rtptransport/issues/35 
  - Only allow RtpTransport (max-bundle) https://github.com/w3c/webrtc-rtptransport/issues/34 [Ready for PR] 
  - Make RtpTransportProcessor transferable https://github.com/w3c/webrtc-rtptransport/issues/33 [Ready for PR] 
  - How do the two `sendRtp` functions interact? https://github.com/w3c/webrtc-rtptransport/issues/32 
  - Custom extensions not supported https://github.com/w3c/webrtc-rtptransport/issues/29 
  - Clarify RTCP use of Use Case 1 https://github.com/w3c/webrtc-rtptransport/issues/27 [Ready for PR] 
  - Not requiring per-packet JS Events https://github.com/w3c/webrtc-rtptransport/issues/20 [Ready for PR] 
  - Examples pipe multiple streams into a single writable https://github.com/w3c/webrtc-rtptransport/issues/15 [PR Exists] 
  - SDP "Bumper lanes" https://github.com/w3c/webrtc-rtptransport/issues/10 
  - Support L4S RFC8888 https://github.com/w3c/webrtc-rtptransport/issues/82 
  - Send/Receive PLI/FIR https://github.com/w3c/webrtc-rtptransport/issues/86 
  - Customizing piecemeal https://github.com/w3c/webrtc-rtptransport/issues/9 
  - WHATWG Streams support? https://github.com/w3c/webrtc-rtptransport/issues/8 
  - How does cryptex work? https://github.com/w3c/webrtc-rtptransport/issues/7 



Pull requests
-------------
* w3c/mediacapture-screen-share (+1/-0/💬0)
  1 pull requests submitted:
  - 328  (by lutien)
    https://github.com/w3c/mediacapture-screen-share/pull/328 

* w3c/webrtc-encoded-transform (+4/-0/💬0)
  4 pull requests submitted:
  - 297  (by youennf)
    https://github.com/w3c/webrtc-encoded-transform/pull/297 
  - 295  (by youennf)
    https://github.com/w3c/webrtc-encoded-transform/pull/295 
  - 294  (by youennf)
    https://github.com/w3c/webrtc-encoded-transform/pull/294 
  - 293  (by youennf)
    https://github.com/w3c/webrtc-encoded-transform/pull/293 


Repositories tracked by this digest:
-----------------------------------
* https://github.com/w3c/webrtc-pc
* https://github.com/w3c/webrtc-identity
* https://github.com/w3c/webrtc-stats
* https://github.com/w3c/webrtc-charter
* https://github.com/w3c/webrtc-priority
* https://github.com/w3c/webrtc-ice
* https://github.com/w3c/webrtc-nv-use-cases
* https://github.com/w3c/mediacapture-main
* https://github.com/w3c/mediacapture-record
* https://github.com/w3c/mediacapture-image
* https://github.com/w3c/mediacapture-fromelement
* https://github.com/w3c/mediacapture-output
* https://github.com/w3c/mediacapture-screen-share
* https://github.com/w3c/mst-content-hint
* https://github.com/w3c/webrtc-svc
* https://github.com/w3c/webrtc-extensions
* https://github.com/w3c/webrtc-provisional-stats
* https://github.com/w3c/webrtc-encoded-transform
* https://github.com/w3c/mediacapture-automation
* https://github.com/w3c/mediacapture-transform
* https://github.com/w3c/mediacapture-region
* https://github.com/w3c/mediacapture-handle
* https://github.com/w3c/mediacapture-viewport
* https://github.com/w3c/webrtc-rtptransport
* https://github.com/w3c/mediacapture-screen-share-extensions
* https://github.com/w3c/mediacapture-surface-control
* https://github.com/web-platform-tests/wpt


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

Received on Tuesday, 10 February 2026 17:00:31 UTC