w3c / mediacapture-fromelement

API to create a MediaStream from Media Element
https://w3c.github.io/mediacapture-fromelement
Other
21 stars 15 forks source link

Blocking on pause #2

Closed martinthomson closed 9 years ago

martinthomson commented 9 years ago

Firefox implements an extension to what is described in the current draft for paused media elements.

When the media element is paused, the captured stream enters a "blocking" state, and progress on the output streams halts. There is no similar concept in the real-time MediaStream, so if a similar concept was introduced, then there would need to be patches to MediaStream(Track) to support that.

padenot commented 9 years ago

We (Mozilla) are thinking of removing blocking because it's not a useful concept. The spec as it is is probably what we'll end up doing.

martinthomson commented 9 years ago

I will ask, but @padenot is right, we are ripping out the code. I'm going to close this.