Bernard Aboba

Results 27 issues of Bernard Aboba

In [PR2757](https://github.com/w3c/webrtc-pc/pull/2757), Jan-Ivar said: "I've written some tentative WPT tests in https://jsfiddle.net/jib1/opsv1ugf/ with console.log statements instead of asserts in places, and the results are in. Chrome, Safari and Edge pretty...

TPAC 2022

A few RTP header extensions are worth mentioning: 1. [Dependency Descriptor](https://aomediacodec.github.io/av1-rtp-spec/#dependency-descriptor-rtp-header-extension): Provides information for forwarding of AV1 and VP9 2. [Video Layer Allocation](https://webrtc.googlesource.com/src/+/52b9e1ecfbc83e92cee06594d18febc0d1f944d7/modules/rtp_rtcp/source/rtp_video_layers_allocation_extension.cc): Provides information on layer drop and add...

The current sample throws when attempting to send over a uni-directional stream.

Currently statistics relating to video tracks do not measure video device errors, such as: o Video Camera: Count of frames dropped due to wrong format received o Video Camera: Count...

Icebox
Submitter input needed

Currently in RTCAudioHandlerStats we have audioLevel and totalAudioEnergy, but no estimate of the level of noise and signal. In Edge, we collect the following stats: https://rawgit.com/aboba/edgertc/master/msortc-rs4.html#msaudiorecvsignal*

Icebox
Submitter input needed

Transferred from https://github.com/w3c/webrtc-svc/issues/72 It would be nice to have SVC-related fields in WebRTC stats. For example, adding the DOMString scalabilityMode field of RTCOutboundRtpStreamStats to indicate which scalability mode is used...

enhancement

Section 4.4.2 says: "If a system has limited resources (e.g. a finite number of decoders), createOffer needs to return an offer that reflects the current state of the system, so...

Ready for PR

### WebKittens @marcoscaceres ### Title of the spec AV1 WebCodecs Registration ### URL to the spec https://www.w3.org/TR/webcodecs-av1-codec-registration/#av1-encoder-config ### URL to the spec's repository https://github.com/w3c/webcodecs/blob/main/av1_codec_registration.src.html ### Issue Tracker URL _No response_...

topic: media
venue: W3C Media WG

How is timing information carried across the pipeline (between VideoFrames and encodedChunks, serialization/deserialization on the wire, between encodedChunks and VideoFrames)? What timing information is provided in VideoFrames generated in mediacapture-transform,...

`VideoTrackGenerator` (the successor to MSTG) converts a stream of `VideoFrame`s to a `MediaStreamTrack`. `VideoFrame`s may have been "transformed" by a process that generates jitter. For example, they may have been...