- From: W3C Webmaster via GitHub API <sysbot+gh@w3.org>
- Date: Tue, 28 Feb 2017 17:01:30 +0000
- To: public-webrtc@w3.org
Issues
------
* w3c/webrtc-pc (+0/-2/💬21)
2 issues closed:
- Indicators of usage and data flow (PING review)
https://github.com/w3c/webrtc-pc/issues/688
- Information available prior to permission prompt (PING review)
https://github.com/w3c/webrtc-pc/issues/690
9 issues received 21 new comments:
- #709 offerToReceiveAudio/offerToReceiveVideo remain in
implementations (likely needed for compat) (6 by foolip, LoonyBean,
alvestrand)
https://github.com/w3c/webrtc-pc/issues/709
- #997 RTCRtcpMuxPolicy of "negotiate" should be marked as an
"at-risk" feature (4 by foolip, ShijunS)
https://github.com/w3c/webrtc-pc/issues/997
- #729 RTCStats timestamp source ambiguous (3 by taylor-b, stefhak)
https://github.com/w3c/webrtc-pc/issues/729
- #959 Advanced Peer-to-peer Example (3 by samdutton, stefhak)
https://github.com/w3c/webrtc-pc/issues/959
- #795 Specify when a data channel's ID is assigned, and what the
`id` attribute returns when no ID is assigned. (1 by aboba)
https://github.com/w3c/webrtc-pc/issues/795
- #526 NetworkError event is not defined and might not be needed (1
by aboba)
https://github.com/w3c/webrtc-pc/issues/526
- #688 Indicators of usage and data flow (PING review) (1 by
dontcallmedom)
https://github.com/w3c/webrtc-pc/issues/688
- #690 Information available prior to permission prompt (PING
review) (1 by dontcallmedom)
https://github.com/w3c/webrtc-pc/issues/690
- #1021 get/setParameters does not have a parameter for
packetization interval (1 by aboba)
https://github.com/w3c/webrtc-pc/issues/1021
* w3c/webrtc-stats (+6/-2/💬18)
6 issues created:
- Need implementation advice on caching (by alvestrand)
https://github.com/w3c/webrtc-stats/issues/175
- Need advice for handling obsolete stats (by alvestrand)
https://github.com/w3c/webrtc-stats/issues/174
- RTCTransportStats packet counters (by henbos)
https://github.com/w3c/webrtc-stats/issues/173
- RTCIceCandidatePairStats packet counters (by henbos)
https://github.com/w3c/webrtc-stats/issues/172
- Unclear if the request encompasses consent checks or not (by
vr000m)
https://github.com/w3c/webrtc-stats/issues/171
- RTCIceCandidatePairStats.writable/readable: redundant? (by henbos)
https://github.com/w3c/webrtc-stats/issues/163
2 issues closed:
- Discrepancies between RTCRtpCodecParameters and RTCCodecStats
naming https://github.com/w3c/webrtc-stats/issues/77
- Need consistent name for RTT estimate on RTCRTPStreamStats and on
ICECandidatePair https://github.com/w3c/webrtc-stats/issues/74
13 issues received 18 new comments:
- #134 Timestamp in the getStats (3 by henbos, alvestrand)
https://github.com/w3c/webrtc-stats/issues/134
- #158 Stats to keep track of sync between audio and video (3 by
henbos, stefanholmer, icydragons)
https://github.com/w3c/webrtc-stats/issues/158
- #162 Add stat to RTCTransportStats for ICE role (controlling or
controlled) (2 by vr000m, taylor-b)
https://github.com/w3c/webrtc-stats/issues/162
- #96 Not clear how to differentiate between received connectivity
checks and consent requests (1 by alvestrand)
https://github.com/w3c/webrtc-stats/issues/96
- #160 Stat for adaptation reason (1 by icydragons)
https://github.com/w3c/webrtc-stats/issues/160
- #131 Consistent marker for "non-active" object? (1 by alvestrand)
https://github.com/w3c/webrtc-stats/issues/131
- #132 Need priority information for MediaStreamTracks (1 by
alvestrand)
https://github.com/w3c/webrtc-stats/issues/132
- #133 Need DSCP information for outgoing RTP streams (1 by vr000m)
https://github.com/w3c/webrtc-stats/issues/133
- #172 RTCIceCandidatePairStats packet counters (1 by henbos)
https://github.com/w3c/webrtc-stats/issues/172
- #144 Stat for how many adaptation changes occur for a video track
(1 by icydragons)
https://github.com/w3c/webrtc-stats/issues/144
- #163 RTCIceCandidatePairStats.writable/readable: redundant? (1 by
henbos)
https://github.com/w3c/webrtc-stats/issues/163
- #74 Need consistent name for RTT estimate on RTCRTPStreamStats and
on ICECandidatePair (1 by vr000m)
https://github.com/w3c/webrtc-stats/issues/74
- #150 Stat for how much time it takes to encode video (1 by henbos)
https://github.com/w3c/webrtc-stats/issues/150
Pull requests
-------------
* w3c/webrtc-pc (+5/-0/💬8)
5 pull requests submitted:
- Clarify which timestamp RTCStats.timestamp represents. (by
taylor-b)
https://github.com/w3c/webrtc-pc/pull/1039
- Make RTCDataChannel.id nullable and describe when it's set. (by
taylor-b)
https://github.com/w3c/webrtc-pc/pull/1038
- Specify when random mid generation happens (by adam-be)
https://github.com/w3c/webrtc-pc/pull/1037
- Specify how transceivers get their mids in setLocal/Remote (by
adam-be)
https://github.com/w3c/webrtc-pc/pull/1036
- Parameters for packetization interval (by aboba)
https://github.com/w3c/webrtc-pc/pull/1035
6 pull requests received 8 new comments:
- #1035 Parameters for packetization interval (3 by aboba, stefhak)
https://github.com/w3c/webrtc-pc/pull/1035
- #1023 Specify how media is centered, cropped, and scaled. Fixes
#305 (1 by stefhak)
https://github.com/w3c/webrtc-pc/pull/1023
- #1000 Separated auth dictionaries for STUN/TURN (issue 714) (1 by
misi)
https://github.com/w3c/webrtc-pc/pull/1000
- #1033 "Hybrid" OAuth solution. (1 by misi)
https://github.com/w3c/webrtc-pc/pull/1033
- #1039 Clarify which timestamp RTCStats.timestamp represents. (1 by
alvestrand)
https://github.com/w3c/webrtc-pc/pull/1039
- #776 Support for OAuth in TURN credentials (Issue 714 patch) (1 by
misi)
https://github.com/w3c/webrtc-pc/pull/776
* w3c/webrtc-stats (+7/-3/💬16)
7 pull requests submitted:
- Issue 97 (by vr000m)
https://github.com/w3c/webrtc-stats/pull/170
- fixes issue with TURN URL protocol (by vr000m)
https://github.com/w3c/webrtc-stats/pull/169
- aligning codec types with webrtc-pc (by vr000m)
https://github.com/w3c/webrtc-stats/pull/168
- moving roundTripTime from outbound to inbound (by vr000m)
https://github.com/w3c/webrtc-stats/pull/167
- removed cancelled and renamed inprogress with in-progress. (by
vr000m)
https://github.com/w3c/webrtc-stats/pull/166
- Remove separation of received consent and connectivity requests.
(by alvestrand)
https://github.com/w3c/webrtc-stats/pull/165
- Adding remoteTimestamp to RTCRtpStreamStats. (by taylor-b)
https://github.com/w3c/webrtc-stats/pull/164
3 pull requests merged:
- aligning codec types with webrtc-pc
https://github.com/w3c/webrtc-stats/pull/168
- removed cancelled and renamed inprogress with in-progress.
https://github.com/w3c/webrtc-stats/pull/166
- frameWidth/frameHeight: use last decoded value
https://github.com/w3c/webrtc-stats/pull/156
8 pull requests received 16 new comments:
- #165 Remove separation of received consent and connectivity
requests. (6 by vr000m, taylor-b, alvestrand)
https://github.com/w3c/webrtc-stats/pull/165
- #168 aligning codec types with webrtc-pc (2 by vr000m, alvestrand)
https://github.com/w3c/webrtc-stats/pull/168
- #164 Adding remoteTimestamp to RTCRtpStreamStats. (2 by
alvestrand)
https://github.com/w3c/webrtc-stats/pull/164
- #156 frameWidth/frameHeight: use last decoded value (2 by fippo,
alvestrand)
https://github.com/w3c/webrtc-stats/pull/156
- #167 moving roundTripTime from outbound to inbound (1 by vr000m)
https://github.com/w3c/webrtc-stats/pull/167
- #170 Related to outgoing and incoming bitrate estimates on a
candidate pair (1 by alvestrand)
https://github.com/w3c/webrtc-stats/pull/170
- #139 Define terminology for "stats object" et al. (1 by
alvestrand)
https://github.com/w3c/webrtc-stats/pull/139
- #138 Make a RTCMediaStreamTrackStats object per track attachment
(1 by alvestrand)
https://github.com/w3c/webrtc-stats/pull/138
Repositories tracked by this digest:
-----------------------------------
* https://github.com/w3c/webrtc-pc
* https://github.com/w3c/webrtc-stats
Received on Tuesday, 28 February 2017 17:01:39 UTC