- From: W3C Webmaster via GitHub API <sysbot+gh@w3.org>
- Date: Tue, 20 Dec 2022 17:00:23 +0000
- To: public-webrtc@w3.org
- Message-Id: <E1p7fyZ-006BA2-DJ@uranus.w3.org>
Issues
------
* w3c/webrtc-pc (+0/-3/💬7)
4 issues received 7 new comments:
- #2806 need more clarifying? about example in MDN WebRTC perfect negotiation pattern (1 by jan-ivar)
https://github.com/w3c/webrtc-pc/issues/2806
- #2805 Unimplementable input validation steps in setCodecPreferences (1 by jan-ivar)
https://github.com/w3c/webrtc-pc/issues/2805
- #2803 is addTrack(track, stream, stream) allowed? (1 by YasserElkersh)
https://github.com/w3c/webrtc-pc/issues/2803
- #2802 scaleResolutionDownBy's odd-resolution requirement trips up HW encoders (4 by Pehrsons, jan-ivar)
https://github.com/w3c/webrtc-pc/issues/2802
3 issues closed:
- Handling of duplicate rids in sRD seems underspecified https://github.com/w3c/webrtc-pc/issues/2780
- What is the intended behavior of rollback of remote simulcast offer? https://github.com/w3c/webrtc-pc/issues/2764 [Ready for PR] [TPAC 2022]
- need more clarifying? about example in MDN WebRTC perfect negotiation pattern https://github.com/w3c/webrtc-pc/issues/2806
* w3c/webrtc-stats (+1/-2/💬7)
1 issues created:
- RTCAudioPlayoutStats::totalSamplesCount should be an unsigned long long rather than double (by Hernqvist)
https://github.com/w3c/webrtc-stats/issues/719
2 issues received 7 new comments:
- #719 RTCAudioPlayoutStats::totalSamplesCount should be an unsigned long long rather than double (1 by henbos)
https://github.com/w3c/webrtc-stats/issues/719
- #718 Add clarifications for when a frame is rendered (6 by alvestrand, drkron, henbos)
https://github.com/w3c/webrtc-stats/issues/718 [Ready for PR]
2 issues closed:
- Align inter-frame delay metrics with pause/freeze metrics by measuring at render time, not decode time https://github.com/w3c/webrtc-stats/issues/716 [PR exists]
- RTCAudioPlayoutStats::totalSamplesCount should be an unsigned long long rather than double https://github.com/w3c/webrtc-stats/issues/719 [Ready for PR] [Editorial]
* w3c/mediacapture-main (+0/-4/💬3)
3 issues received 3 new comments:
- #915 What is the purpose of MediaTrackCapabilities displaySurface? (1 by beaufortfrancois)
https://github.com/w3c/mediacapture-main/issues/915
- #913 Check if we use "Browsing Context" in our specs (1 by jan-ivar)
https://github.com/w3c/mediacapture-main/issues/913
- #911 When device is in use, enumerateDevices() does not show alternatives (1 by jan-ivar)
https://github.com/w3c/mediacapture-main/issues/911
4 issues closed:
- What is the purpose of MediaTrackCapabilities displaySurface? https://github.com/w3c/mediacapture-main/issues/915
- When device is in use, enumerateDevices() does not show alternatives https://github.com/w3c/mediacapture-main/issues/911
- Duplicate text in "Media Flow" subsection https://github.com/w3c/mediacapture-main/issues/914 [editorial]
- Broken foreground detection https://github.com/w3c/mediacapture-main/issues/752
* w3c/mediacapture-record (+0/-0/💬1)
1 issues received 1 new comments:
- #208 More information about timing of recording (start event, blob event, stop event) (1 by happylinks)
https://github.com/w3c/mediacapture-record/issues/208 [enhancement]
* w3c/mediacapture-screen-share (+1/-0/💬1)
1 issues created:
- Auto-pause capture when user switches captured content (by eladalon1983)
https://github.com/w3c/mediacapture-screen-share/issues/255
1 issues received 1 new comments:
- #255 Auto-pause capture when user switches captured content (1 by eladalon1983)
https://github.com/w3c/mediacapture-screen-share/issues/255
* w3c/mediacapture-automation (+1/-0/💬0)
1 issues created:
- Broken references in Media Capture Automation (by dontcallmedom-bot)
https://github.com/w3c/mediacapture-automation/issues/2
Pull requests
-------------
* w3c/webrtc-pc (+3/-5/💬1)
3 pull requests submitted:
- Update to ReSpec version 32.5.1 (by dontcallmedom)
https://github.com/w3c/webrtc-pc/pull/2810
- Remove reference to removed test (by dontcallmedom)
https://github.com/w3c/webrtc-pc/pull/2809 [Editorial]
- Allow encoder resolution alignment in scaleResolutionDownBy. (by jan-ivar)
https://github.com/w3c/webrtc-pc/pull/2808
1 pull requests received 1 new comments:
- #2809 Remove reference to removed test (1 by dontcallmedom)
https://github.com/w3c/webrtc-pc/pull/2809 [Editorial]
5 pull requests merged:
- Update to ReSpec version 32.5.1
https://github.com/w3c/webrtc-pc/pull/2810 [Editorial] [repo-management]
- Update to ReSpec version 32.5.0
https://github.com/w3c/webrtc-pc/pull/2807 [Editorial] [repo-management]
- Prune createAnswer()'s encodings and [[SendEncodings]] in sLD(answer).
https://github.com/w3c/webrtc-pc/pull/2801 [Editors can integrate] [Needs Test]
- Remove duplicate rids in proposedSendEncodings.
https://github.com/w3c/webrtc-pc/pull/2800 [Editors can integrate] [Needs Test]
- Rollback restores ridless encoding trounced by sRD(simulcastOffer)
https://github.com/w3c/webrtc-pc/pull/2797 [Editors can integrate] [Needs Test]
* w3c/webrtc-stats (+2/-2/💬3)
2 pull requests submitted:
- Don't export the informative RTCStats reproduction (by tidoust)
https://github.com/w3c/webrtc-stats/pull/721
- Change RTCAudioPlayoutStats::totalSamplesCount to unsigned long long (by Hernqvist)
https://github.com/w3c/webrtc-stats/pull/720
2 pull requests received 3 new comments:
- #721 Don't export the informative RTCStats reproduction (1 by tidoust)
https://github.com/w3c/webrtc-stats/pull/721 [Editorial]
- #717 Add framesRendered, update totalInterFrameDelay. (2 by alvestrand, henbos)
https://github.com/w3c/webrtc-stats/pull/717
2 pull requests merged:
- Add framesRendered, update totalInterFrameDelay.
https://github.com/w3c/webrtc-stats/pull/717
- Change RTCAudioPlayoutStats::totalSamplesCount to unsigned long long
https://github.com/w3c/webrtc-stats/pull/720
* w3c/mediacapture-main (+3/-4/💬3)
3 pull requests submitted:
- Update to latest ReSpec version 32.5.1 (by dontcallmedom)
https://github.com/w3c/mediacapture-main/pull/921
- Remove duplicate text (by jan-ivar)
https://github.com/w3c/mediacapture-main/pull/920 [editorial]
- Replace use of browsing context with modern constructs. (by jan-ivar)
https://github.com/w3c/mediacapture-main/pull/919 [editorial]
2 pull requests received 3 new comments:
- #918 Update to latest ReSpec version 32.5.0 (1 by dontcallmedom)
https://github.com/w3c/mediacapture-main/pull/918 [editorial] [repo-management]
- #897 Update Privacy and Security Considerations to reflect spec. (2 by alvestrand, jan-ivar)
https://github.com/w3c/mediacapture-main/pull/897 [editorial]
4 pull requests merged:
- Update to latest ReSpec version 32.5.1
https://github.com/w3c/mediacapture-main/pull/921 [editorial] [repo-management]
- Remove duplicate text
https://github.com/w3c/mediacapture-main/pull/920 [editorial]
- Allow gUM prompt ahead of focus + deterministic "visible" enumeration wo/focus
https://github.com/w3c/mediacapture-main/pull/912 [Editors can integrate]
- Update to latest ReSpec version 32.5.0
https://github.com/w3c/mediacapture-main/pull/918 [editorial] [repo-management]
* w3c/webrtc-encoded-transform (+0/-0/💬2)
1 pull requests received 2 new comments:
- #165 make generateKeyFrame take a list of rids and return undefined (2 by dontcallmedom, fippo)
https://github.com/w3c/webrtc-encoded-transform/pull/165
* w3c/mediacapture-automation (+1/-0/💬0)
1 pull requests submitted:
- Fix links with respec autolinks where possible (by dontcallmedom)
https://github.com/w3c/mediacapture-automation/pull/3
* web-platform-tests/wpt (+0/-1/💬0)
1 pull requests merged:
- Add scalabilityMode as outbound rtp stream stat.
https://github.com/web-platform-tests/wpt/pull/37598 [webrtc] [chromium-export] [wg-s_webrtc]
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/web-platform-tests/wpt
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 20 December 2022 17:00:25 UTC