mediacapture-extensions icon indicating copy to clipboard operation
mediacapture-extensions copied to clipboard

Extensions to Media Capture and Streams by the WebRTC Working Group

Results 56 mediacapture-extensions issues
Sort by recently updated
recently updated
newest added

Websites might have to react upon capture ended events. Providing some reasons might help web sites decide whether they should call getUserMedia again to recover.

Hi! This adds capabilities, constraints and settings for background segmentation mask. Those are fairly obvious. For the feature to be useful, the actual background segmentation mask must be provided to...

From a [stackoverflow question](https://stackoverflow.com/questions/59636464/how-to-select-proper-backfacing-camera-in-javascript?noredirect=1#comment105459298_59636464), newer phones have multiple back cameras. How would an app distinguish between them, specifically: avoid or pick the often unsuitable wide-lens camera? While `getUserMedia` does support...

Devices sometimes allow users to disable a camera via various means (e.g, physical camera shutters, ). In many cases users want to use the camera but have forgotten that they...

Following https://github.com/w3c/mediacapture-extensions/pull/80#issuecomment-1406646366, here's my naive attempt to expose changes in the configurationchange MediaStreamTrack event. Live preview: https://pr-preview.s3.amazonaws.com/beaufortfrancois/mediacapture-extensions/pull/83.html#exposing-change-of-mediastreamtrack-configuration @youennf PTAL *** Preview | Diff

Icebox

Current browsers do not add pages that have MediaStreamTrack to the b/f cache. It would be good to get consensus on how we could end up doing so. A possibility...

(Reopen consensus call closed on Sept 30 2021, which had 4 responses): Dicsussion of use cases for MediaStreamTrack transfer in Google uncovered several use cases where the restriction of a...

Transferring a track should transfer its content hint as well. We should probably link to https://w3c.github.io/mst-content-hint/ spec and update this spec to introduce a [[contentHint]] slot.

https://w3c.github.io/mediacapture-extensions/#transferable-mediastreamtrack does not specify any restrictions on transfer of a MediaStreamTrack. When investigating the possibility of implementing this extension, we found that there were fundamental differences in the complexity of...

At the moment, echo cancellation is defined on a MediaStreamTrack, but the source of the signal to be cancelled is not specified, leaving this up to the implementation. Since most...