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

What is a valid MediaStreamTrack

Open youennf opened this issue 1 year ago • 1 comments

The spec says:

If init.[track](https://w3c.github.io/mediacapture-transform/#dom-mediastreamtrackprocessorinit-track) is not a valid [MediaStreamTrack](https://www.w3.org/TR/mediacapture-streams/#dom-mediastreamtrack), throw a [TypeError](https://webidl.spec.whatwg.org/#exceptiondef-typeerror).

But a valid MediaStreamTrack is not defined. Is it that this should be a video live track?

youennf avatar Jan 19 '24 15:01 youennf

Chromium seems to throw on ended tracks. Safari is also throwing on audio tracks.

youennf avatar Jan 29 '24 10:01 youennf