webrtc / samples

WebRTC Web demos and samples
https://webrtc.github.io/samples
BSD 3-Clause "New" or "Revised" License
13.74k stars 5.69k forks source link

Update video-analyzer to spec. #1646

Open jan-ivar opened 6 months ago

jan-ivar commented 6 months ago

Description

Make insertable-streams/video-analyzer work in all browsers. Relies on https://github.com/webrtcHacks/adapter/pull/1145 spec shim.

See working example https://jan-ivar.github.io/samples/src/content/insertable-streams/video-analyzer/ which works in Chrome, Firefox, and Safari (uses temp shim until https://github.com/webrtcHacks/adapter/pull/1145 is merged)

Purpose

Help web developers write WebRTC encoded-transform code to spec that works across browsers.