w3c / mediacapture-transform

MediaStreamTrack Insertable Media Processing using Streams
https://w3c.github.io/mediacapture-transform/
Other
44 stars 20 forks source link

What happens when the MediaStreamTrack of the VideoTrackGenerator (and all its clones) get stopped? #93

Closed youennf closed 10 months ago

youennf commented 10 months ago

Would it make sense to notify the write side (via the writable stream) that there is no point writing any additional video frame?

youennf commented 10 months ago

This is done in https://w3c.github.io/mediacapture-transform/#video-generator-stop.