- From: W3C Webmaster via GitHub API <sysbot+gh@w3.org>
- Date: Tue, 04 May 2021 17:00:17 +0000
- To: public-webrtc@w3.org
- Message-Id: <E1ldyPB-0003el-LE@uranus.w3.org>
Issues
------
* w3c/webrtc-pc (+1/-1/💬4)
1 issues created:
- [Question] How to recognize a new incomin track as one representing screensharing (by mickel8)
https://github.com/w3c/webrtc-pc/issues/2647
2 issues received 4 new comments:
- #2647 [Question] How to recognize a new incomin track as one representing screensharing (3 by fippo, jan-ivar, mickel8)
https://github.com/w3c/webrtc-pc/issues/2647 [question]
- #2624 Should garbage collecting RTCDataChannels be observable? (1 by Orphis)
https://github.com/w3c/webrtc-pc/issues/2624 [Ready for PR]
1 issues closed:
- [Question] How to recognize a new incomin track as one representing screensharing https://github.com/w3c/webrtc-pc/issues/2647 [question]
* w3c/mediacapture-screen-share (+1/-0/💬3)
1 issues created:
- overconstrained event is referenced in "Constrainable Properties for Captured Display Surfaces" (by guidou)
https://github.com/w3c/mediacapture-screen-share/issues/168
2 issues received 3 new comments:
- #161 Conditional Suppression of Local Audio Playback from Captured Tab (2 by eladalon1983, jan-ivar)
https://github.com/w3c/mediacapture-screen-share/issues/161
- #155 Let pages opt-in to capture. (1 by eladalon1983)
https://github.com/w3c/mediacapture-screen-share/issues/155
* w3c/webrtc-encoded-transform (+3/-0/💬0)
3 issues created:
- Add use cases that require one-ended encoded streams (by alvestrand)
https://github.com/w3c/webrtc-encoded-transform/issues/106
- Document the old API that was removed in #64 (by alvestrand)
https://github.com/w3c/webrtc-encoded-transform/issues/105
- Should there be a RTCConfiguration boolean to prevent data to be sent without being transformed (by youennf)
https://github.com/w3c/webrtc-encoded-transform/issues/104
* w3c/mediacapture-transform (+9/-0/💬19)
9 issues created:
- Is MediaStreamTrackGenerator for audio necessary? (by youennf)
https://github.com/w3c/mediacapture-transform/issues/31
- Memory locality (by aboba)
https://github.com/w3c/mediacapture-transform/issues/30 [question]
- Is MediaStreamTrackProcessor for audio necessary? (by youennf)
https://github.com/w3c/mediacapture-transform/issues/29
- Spec examples do processing on main thread (by youennf)
https://github.com/w3c/mediacapture-transform/issues/28
- MediaStreamTrackProcessor threading model is underspecified (by youennf)
https://github.com/w3c/mediacapture-transform/issues/27
- Should MediaStreamTrackGenerator have an API to fine-tune MediaStreamTrack internal states? (by youennf)
https://github.com/w3c/mediacapture-transform/issues/26
- MediaStreamTrackGenerator is underspecified (by youennf)
https://github.com/w3c/mediacapture-transform/issues/25
- Controlling channel mechanism is unclear (by youennf)
https://github.com/w3c/mediacapture-transform/issues/24
- Out-of-main-thread processing by default (by youennf)
https://github.com/w3c/mediacapture-transform/issues/23
5 issues received 19 new comments:
- #31 Is MediaStreamTrackGenerator for audio necessary? (2 by youennf)
https://github.com/w3c/mediacapture-transform/issues/31
- #30 Memory locality (1 by chcunningham)
https://github.com/w3c/mediacapture-transform/issues/30 [question]
- #29 Is MediaStreamTrackProcessor for audio necessary? (14 by aboba, alvestrand, dogben, guidou, padenot, youennf)
https://github.com/w3c/mediacapture-transform/issues/29
- #24 Controlling channel mechanism is unclear (1 by guidou)
https://github.com/w3c/mediacapture-transform/issues/24
- #23 Out-of-main-thread processing by default (1 by guidou)
https://github.com/w3c/mediacapture-transform/issues/23
Pull requests
-------------
* w3c/webrtc-pc (+3/-0/💬3)
3 pull requests submitted:
- Editorial: don't link in dfns (by marcoscaceres)
https://github.com/w3c/webrtc-pc/pull/2649
- Update to latest ReSpec version (by dontcallmedom)
https://github.com/w3c/webrtc-pc/pull/2648
- Reflect replacement of emptystring WPT test with newer version (by dontcallmedom)
https://github.com/w3c/webrtc-pc/pull/2646 [Editorial]
2 pull requests received 3 new comments:
- #2648 Update to latest ReSpec version (1 by dontcallmedom)
https://github.com/w3c/webrtc-pc/pull/2648 [Editorial]
- #2646 Reflect replacement of emptystring WPT test with newer version (2 by Orphis, fippo)
https://github.com/w3c/webrtc-pc/pull/2646 [Editorial]
* w3c/webrtc-stats (+0/-1/💬3)
1 pull requests received 3 new comments:
- #603 Add RTT stats to RemoteOutboundRtpStreamStats (3 by dontcallmedom, henbos)
https://github.com/w3c/webrtc-stats/pull/603
1 pull requests merged:
- Add RTT stats to RemoteOutboundRtpStreamStats
https://github.com/w3c/webrtc-stats/pull/603
* w3c/mediacapture-main (+1/-1/💬0)
1 pull requests submitted:
- Update to latest ReSpec version (by dontcallmedom)
https://github.com/w3c/mediacapture-main/pull/785
1 pull requests merged:
- Update to latest ReSpec version
https://github.com/w3c/mediacapture-main/pull/785 [editorial]
* w3c/webrtc-encoded-transform (+1/-1/💬5)
1 pull requests submitted:
- Refactor spec to introduce media thread (by youennf)
https://github.com/w3c/webrtc-encoded-transform/pull/107
1 pull requests received 5 new comments:
- #64 Remove CreateEncodedStream variant API (5 by alvestrand, guidou, youennf)
https://github.com/w3c/webrtc-encoded-transform/pull/64
1 pull requests merged:
- Remove CreateEncodedStream variant API
https://github.com/w3c/webrtc-encoded-transform/pull/64
* w3c/mediacapture-transform (+3/-2/💬2)
3 pull requests submitted:
- Add MediaStreamTrack section. (by guidou)
https://github.com/w3c/mediacapture-transform/pull/33
- Update code sample (by tomayac)
https://github.com/w3c/mediacapture-transform/pull/32
- Fix code sample (by tomayac)
https://github.com/w3c/mediacapture-transform/pull/22
1 pull requests received 2 new comments:
- #32 Update code sample (2 by dogben)
https://github.com/w3c/mediacapture-transform/pull/32
2 pull requests merged:
- Update code sample
https://github.com/w3c/mediacapture-transform/pull/32
- Fix code sample
https://github.com/w3c/mediacapture-transform/pull/22
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-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
* 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/web-platform-tests/wpt
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 4 May 2021 17:00:20 UTC