w3c / mediacapture-record

MediaStream Recording
https://w3c.github.io/mediacapture-record/
Other
104 stars 21 forks source link

pause/resume are not very well defined #191

Open youennf opened 4 years ago

youennf commented 4 years ago

The description of pause and resume is not very clear to me. The spec says that:

This could be either understood as:

WPT tests seem to be lacking in that area as well.

jesup commented 4 years ago

The intention was the second: pause encoding, with the possibility of resuming it (with any new source data between 'pause' and 'resume' ignored). If you specifically define 'it' in "but keep it available" to be "the blob", it becomes more clear. (in formal english 'it' would refer to 'blob', but I can see how it can be confusing)