You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The description of pause and resume is not very clear to me. The spec says that:
Stop gathering data into blob (but keep it available so that recording can be resumed in the future).
This could be either understood as:
continue encoding but do not add data to that blob (but added back to the blob on resume or added to the next blob once requestData is created)
pause encoding so no new encoded data is generated at all (but keep any already encoded data). Encoding will be restarted once resume is called, which probably needs proper handling of timestamps.
WPT tests seem to be lacking in that area as well.
The text was updated successfully, but these errors were encountered:
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)
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.
The text was updated successfully, but these errors were encountered: