Bug 282320
Summary: | [MediaRecorder] timecode provided in BlobEvent is incorrect | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jean-Yves Avenard [:jya] <jean-yves.avenard> |
Component: | WebRTC | Assignee: | Jean-Yves Avenard [:jya] <jean-yves.avenard> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer, youennf |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Jean-Yves Avenard [:jya]
The timecode provided in the MediaRecorder's BlobEvent is of the time at which the data was requested.
it should be
```
The difference between the timestamp of the first chunk in data and the timestamp of the first chunk in the first BlobEvent produced by this recorder as a DOMHighResTimeStamp [HR-TIME]. Note that the timecode in the first produced BlobEvent does not need to be zero.
```
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/138895100>
Jean-Yves Avenard [:jya]
Pull request: https://github.com/WebKit/WebKit/pull/36393
EWS
Committed 286442@main (ced7f5e2066e): <https://commits.webkit.org/286442@main>
Reviewed commits have been landed. Closing PR #36393 and removing active labels.