Weekly github digest (WebRTC WG specifications)

Issues
------
* w3c/webrtc-pc (+2/-1/💬5)
  2 issues created:
  - Negotiation methods are vestigial, racy with a pushy SFU. (by jan-ivar)
    https://github.com/w3c/webrtc-pc/issues/2221 
  - Encode and Decode error event (by drkron)
    https://github.com/w3c/webrtc-pc/issues/2219 

  2 issues received 5 new comments:
  - #2219 Encode and Decode error event (4 by henbos, drkron, aboba)
    https://github.com/w3c/webrtc-pc/issues/2219 [July 2019 Virtual Interim] 
  - #2150 transceiver.stop() needs more work (avoid BUNDLE footgun) (1 by jan-ivar)
    https://github.com/w3c/webrtc-pc/issues/2150 [April 2019 Interim] [July 2019 Virtual Interim] [PR exists] 

  1 issues closed:
  - Example 11 expects event.streams[0] from streamless tracks https://github.com/w3c/webrtc-pc/issues/2217 [PR exists] 

* w3c/webrtc-stats (+7/-4/💬17)
  7 issues created:
  - Clarify period for framesDropped / FramesLost (by stefhak)
    https://github.com/w3c/webrtc-stats/issues/458 
  - Definitions missing - rtcreceiveraudiotrackattachmentstats and rtcreceivervideotrackattachmentstats (by karthikbr82)
    https://github.com/w3c/webrtc-stats/issues/457 
  - Respec citing issues (by vr000m)
    https://github.com/w3c/webrtc-stats/issues/455 
  - Clarify that remote-[in/out]bound-rtp.ssrc refers to the localId's ssrc (by henbos)
    https://github.com/w3c/webrtc-stats/issues/454 [Editorial] 
  - Add remoteSource to "media-source" (by henbos)
    https://github.com/w3c/webrtc-stats/issues/453 
  - Add receiving "track" stats to the obsolete section (by henbos)
    https://github.com/w3c/webrtc-stats/issues/452 
  - Outbound audio levels (by henbos)
    https://github.com/w3c/webrtc-stats/issues/449 

  8 issues received 17 new comments:
  - #391 audioLevel can be removed from "track"|"receiver"|"sender" stats (4 by henbos, vr000m)
    https://github.com/w3c/webrtc-stats/issues/391 
  - #455 Respec citing issues (3 by henbos, karthikbr82)
    https://github.com/w3c/webrtc-stats/issues/455 
  - #439 Clarify the lifetime of remote-* stats objects (3 by henbos, karthikbr82)
    https://github.com/w3c/webrtc-stats/issues/439 
  - #399 Remove RTC[Audio/Video][Sender/Receiver]Stats.remoteSource (2 by vr000m)
    https://github.com/w3c/webrtc-stats/issues/399 [PR exists] 
  - #440 Clarify qualityLimitationReason when limited by multiple reasons (2 by henbos, vr000m)
    https://github.com/w3c/webrtc-stats/issues/440 [CR blocker] [Ready for PR] 
  - #449 Outbound audio levels (1 by henbos)
    https://github.com/w3c/webrtc-stats/issues/449 
  - #452 Add receiving "track" stats to the obsolete section (1 by vr000m)
    https://github.com/w3c/webrtc-stats/issues/452 
  - #393 Correlating RTCInboundRtpStreamStats with simulcast streams (1 by vr000m)
    https://github.com/w3c/webrtc-stats/issues/393 

  4 issues closed:
  - Outbound audio levels https://github.com/w3c/webrtc-stats/issues/449 [PR exists] 
  - Clarify the lifetime of remote-* stats objects https://github.com/w3c/webrtc-stats/issues/439 
  - Add RTCInboundRtpStreamStats.totalDecodeTime https://github.com/w3c/webrtc-stats/issues/434 [CR blocker] [Ready for PR] 
  - Remove RTC[Audio/Video][Sender/Receiver]Stats.remoteSource https://github.com/w3c/webrtc-stats/issues/399 [PR exists] 



Pull requests
-------------
* w3c/webrtc-pc (+1/-2/💬5)
  1 pull requests submitted:
  - Add reject() + make stop() safe. New stopping state affects createOffer only. (by jan-ivar)
    https://github.com/w3c/webrtc-pc/pull/2220 

  3 pull requests received 5 new comments:
  - #2220 Add reject() + make stop() safe. New stopping state affects createOffer only. (3 by henbos, jan-ivar)
    https://github.com/w3c/webrtc-pc/pull/2220 
  - #2209 Read [[LastCreatedOffer/Answer]] at the right time in SLD (1 by henbos)
    https://github.com/w3c/webrtc-pc/pull/2209 
  - #2218 Don't rely on event.streams in Example 11. (1 by stefhak)
    https://github.com/w3c/webrtc-pc/pull/2218 [Editorial] 

  2 pull requests merged:
  - Use WHATWG references for HTML
    https://github.com/w3c/webrtc-pc/pull/2216 [Editorial] 
  - Don't rely on event.streams in Example 11.
    https://github.com/w3c/webrtc-pc/pull/2218 [Editorial] 

* w3c/webrtc-stats (+3/-3/💬15)
  3 pull requests submitted:
  - fixing most of the respec issues. (by karthikbr82)
    https://github.com/w3c/webrtc-stats/pull/456 
  - Move audio levels to "media-source" and "receiver" (by henbos)
    https://github.com/w3c/webrtc-stats/pull/451 
  - Add RTCInboundRtpStreamStats.totalDecodeTime (by drkron)
    https://github.com/w3c/webrtc-stats/pull/450 

  4 pull requests received 15 new comments:
  - #447 Replace RTCVideo{Sender,Receiver}Stats::keyFrames{Sent,Received} with RTC{Out,In}boundRtpStreamStats::keyFrames{En,De}coded (8 by henbos, rasmusbrandt, vr000m, alvestrand)
    https://github.com/w3c/webrtc-stats/pull/447 
  - #451 Move audio levels to "media-source" and "receiver" (4 by henbos, vr000m)
    https://github.com/w3c/webrtc-stats/pull/451 [Editors can integrate] 
  - #450 Add RTCInboundRtpStreamStats.totalDecodeTime (2 by vr000m)
    https://github.com/w3c/webrtc-stats/pull/450 
  - #442 Deprecate remoteSource (1 by vr000m)
    https://github.com/w3c/webrtc-stats/pull/442 

  3 pull requests merged:
  - Move audio levels to "media-source" and "receiver"
    https://github.com/w3c/webrtc-stats/pull/451 [Editors can integrate] 
  - Add RTCInboundRtpStreamStats.totalDecodeTime
    https://github.com/w3c/webrtc-stats/pull/450 
  - Replace RTCVideo{Sender,Receiver}Stats::keyFrames{Sent,Received} with RTC{Out,In}boundRtpStreamStats::keyFrames{En,De}coded
    https://github.com/w3c/webrtc-stats/pull/447 

* w3c/mediacapture-main (+1/-0/💬0)
  1 pull requests submitted:
  - Reference to WHATWG HTML LS (by caribouW3)
    https://github.com/w3c/mediacapture-main/pull/606 

* w3c/mediacapture-record (+2/-0/💬6)
  2 pull requests submitted:
  -  Define behavior for all bitsPerSecond attributes (by Pehrsons)
    https://github.com/w3c/mediacapture-record/pull/175 
  - (Editorial) Make timeslice unsigned everywhere (by Pehrsons)
    https://github.com/w3c/mediacapture-record/pull/174 

  2 pull requests received 6 new comments:
  - #172 Input width, height MUST be recorded and playable (5 by Pehrsons, guest271314)
    https://github.com/w3c/mediacapture-record/pull/172 
  - #175  Define behavior for all bitsPerSecond attributes (1 by Pehrsons)
    https://github.com/w3c/mediacapture-record/pull/175 


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-dscp-exp
* 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-depth
* 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

Received on Tuesday, 2 July 2019 17:01:23 UTC