Weekly github digest (WebRTC WG specifications)

Issues
------
* w3c/webrtc-pc (+4/-1/💬20)
  4 issues created:
  - Timing of setRemoteDescription's identity validation is unclear (by jan-ivar)
    https://github.com/w3c/webrtc-pc/issues/2173 
  - Clarify the definition of "playout" for `RTCRtpContributingSource`. (by chxg)
    https://github.com/w3c/webrtc-pc/issues/2172 
  - Clarify "multiple sources of media **stitched together**" at Note describing replaceTrack (by guest271314)
    https://github.com/w3c/webrtc-pc/issues/2171 
  - data channel default binaryType value is 'blob' (by youennf)
    https://github.com/w3c/webrtc-pc/issues/2170 

  6 issues received 20 new comments:
  - #2167 {iceRestart: true} works poorly with negotiationneeded (10 by henbos, fippo, jan-ivar, aboba)
    https://github.com/w3c/webrtc-pc/issues/2167 [PR exists] 
  - #2026 Should WPT webrtc folder be renamed to webrtc-pc (3 by alvestrand)
    https://github.com/w3c/webrtc-pc/issues/2026 [April 2019 Interim] [Editorial] 
  - #2170 data channel default binaryType value is 'blob' (3 by lgrahl, jesup, youennf)
    https://github.com/w3c/webrtc-pc/issues/2170 
  - #2171 Clarify "multiple sources of media stitched together" at Note describing replaceTrack (2 by fippo, guest271314)
    https://github.com/w3c/webrtc-pc/issues/2171 
  - #2080 Simulcast: Which layer gets dropped first? (1 by aboba)
    https://github.com/w3c/webrtc-pc/issues/2080 [April 2019 Interim] [Ready for PR] [Simulcast] 
  - #2141 Missing specification on how to assign bandwidth between encodings and/or drop simulcast layers (1 by alvestrand)
    https://github.com/w3c/webrtc-pc/issues/2141 [April 2019 Interim] 

  1 issues closed:
  - Remove stopped transceivers from getTransceivers() https://github.com/w3c/webrtc-pc/issues/2092 [PR exists] 

* w3c/webrtc-stats (+4/-1/💬11)
  4 issues created:
  - Additional Audio/Video Quality Metrics (by aboba)
    https://github.com/w3c/webrtc-stats/issues/431 
  - RTCVideo*Stats: Video Device Errors (by aboba)
    https://github.com/w3c/webrtc-stats/issues/430 
  - RTCSenderAudioTrackAttachmentStats: Audio Device Errors (by aboba)
    https://github.com/w3c/webrtc-stats/issues/429 
  - Request to add neteq waiting time to stats report (by wssjwl)
    https://github.com/w3c/webrtc-stats/issues/427 

  3 issues received 11 new comments:
  - #427 Request to add neteq waiting time to stats report (9 by henbos, wssjwl)
    https://github.com/w3c/webrtc-stats/issues/427 
  - #429 RTCSenderAudioTrackAttachmentStats: Audio Device Errors (1 by jan-ivar)
    https://github.com/w3c/webrtc-stats/issues/429 
  - #383 RTCAudioHandlerStats: Signal/Noise Ratio (1 by aboba)
    https://github.com/w3c/webrtc-stats/issues/383 [Submitter input needed] 

  1 issues closed:
  - Additional Audio/Video Quality Metrics https://github.com/w3c/webrtc-stats/issues/431 

* w3c/mediacapture-main (+0/-4/💬8)
  5 issues received 8 new comments:
  - #575 Proposal: DecodeConcatVideoData (input multiple files or streams) => Output: single webm file (4 by guest271314, alvestrand)
    https://github.com/w3c/mediacapture-main/issues/575 [question] 
  - #559 Spec does no handle fingerprinting related to exposing non default capture devices (1 by youennf)
    https://github.com/w3c/mediacapture-main/issues/559 [April 2019 Interim] 
  - #561 enumerateDevices can be used to track user devices in background pages (1 by youennf)
    https://github.com/w3c/mediacapture-main/issues/561 [April 2019 Interim] 
  - #562 What constraint name should be exposed in case of a getUserMedia query with multiple failing constraints (1 by youennf)
    https://github.com/w3c/mediacapture-main/issues/562 [April 2019 Interim] [PR exists] 
  - #563 enumerateDevices is exposing devices labels for origins that are granted access once (1 by youennf)
    https://github.com/w3c/mediacapture-main/issues/563 

  4 issues closed:
  - Spec does no handle fingerprinting related to exposing non default capture devices https://github.com/w3c/mediacapture-main/issues/559 [April 2019 Interim] 
  - enumerateDevices is exposing devices labels for origins that are granted access once https://github.com/w3c/mediacapture-main/issues/563 
  - What constraint name should be exposed in case of a getUserMedia query with multiple failing constraints https://github.com/w3c/mediacapture-main/issues/562 [April 2019 Interim] [PR exists] 
  - enumerateDevices can be used to track user devices in background pages https://github.com/w3c/mediacapture-main/issues/561 [April 2019 Interim] 

* w3c/mediacapture-record (+0/-0/💬2)
  1 issues received 2 new comments:
  - #4 MediaRecorder needs to define effect of adding / removing tracks in its input MediaStream (2 by guest271314)
    https://github.com/w3c/mediacapture-record/issues/4 



Pull requests
-------------
* w3c/webrtc-pc (+2/-3/💬5)
  2 pull requests submitted:
  - Add pc.restartIce() method. (by jan-ivar)
    https://github.com/w3c/webrtc-pc/pull/2169 
  - Add stopping state (transceiver.stop() queues to stable). Rename old unsafe stop to reject() (by jan-ivar)
    https://github.com/w3c/webrtc-pc/pull/2168 

  3 pull requests received 5 new comments:
  - #2169 Add pc.restartIce() method. (3 by henbos, jan-ivar)
    https://github.com/w3c/webrtc-pc/pull/2169 
  - #2152 Remove redundant steps in setCodecParameters (1 by henbos)
    https://github.com/w3c/webrtc-pc/pull/2152 [Needs submitter action] 
  - #2160 Remove stopped transceivers after negotiation (1 by henbos)
    https://github.com/w3c/webrtc-pc/pull/2160 [Editors can integrate] [Needs Test] 

  3 pull requests merged:
  - Restore firing of track event when there are no streams (editorial mistake)
    https://github.com/w3c/webrtc-pc/pull/2163 
  - Fix prose indicating reasons why sender may be missing in removeTrack (Editorial)
    https://github.com/w3c/webrtc-pc/pull/2162 
  - Remove stopped transceivers after negotiation
    https://github.com/w3c/webrtc-pc/pull/2160 [Editors can integrate] [Needs Test] 

* w3c/webrtc-stats (+1/-0/💬0)
  1 pull requests submitted:
  - Audio Noise metric (by aboba)
    https://github.com/w3c/webrtc-stats/pull/428 

* w3c/mediacapture-main (+0/-0/💬1)
  1 pull requests received 1 new comments:
  - #576 Remove "onoverconstrained" (Fix for #573) (1 by armax00)
    https://github.com/w3c/mediacapture-main/pull/576 


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, 16 April 2019 17:02:03 UTC