Implement the [VideoTrackGenerator](https://w3c.github.io/mediacapture-transform/#track-processor-interface) API. It accepts a ReadableStream<VideoFrame> from JS in a DedicatedWorker, and feeds it into the browser's realtime media stack in the form of a MediaStreamTrack object.
Bug 1749533 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Implement the [VideoTrackGenerator](https://w3c.github.io/mediacapture-transform/#video-generator-interface) API. It accepts a ReadableStream<VideoFrame> from JS in a DedicatedWorker, and feeds it into the browser's realtime media stack in the form of a MediaStreamTrack object.