web-platform-tests / interop

web-platform-tests Interop project
https://wpt.fyi/interop
308 stars 28 forks source link

MediaStreamTrackProcessor and VideoTrackGenerator #850

Open jgraham opened 1 week ago

jgraham commented 1 week ago

Description

WebRTC is one of the most significant compatibility challenges on the modern web, and Mozilla's experience is that implementation differences in this area are a leading cause of breakage on top sites. The nature of the use cases means that in-the-wild problems are usually very difficult to reproduce, and therefore debug and fix reactively, so this area has even higher than normal dependence on good up-front interoperability.

This feature allows real-time video processing in Javascript off the main thread (to avoid jank). More details are in https://blog.mozilla.org/webrtc/unbundling-mediastreamtrackprocessor-and-videotrackgenerator/

Tests

https://wpt.fyi/results/mediacapture-insertable-streams?q=!legacy%20and%20!audio

Specification

https://www.w3.org/TR/mediacapture-transform/

Additional Signals

No response

nairnandu commented 2 days ago

Looks like this has the same scope as #753? Can we close one of these?