Bug 281406
Summary: | [MediaRecorder/WebM] First frames are missed in a recording | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jean-Yves Avenard [:jya] <jean-yves.avenard> |
Component: | Media | Assignee: | Jean-Yves Avenard [:jya] <jean-yves.avenard> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=281489 |
Jean-Yves Avenard [:jya]
STR:
Open https://jernoble.github.io/samples/bin/media-recorder/bip-bop.html
By default MP4 is selected with. Click on Start wait a few seconds click on stop.
On the right side, it shows the first frame (it has 000001 in the counter).
Now click on reset, select webm/vp8 and repeat the step above.
The frame showing on the right is typically 3, sometimes 4.
The first 2 frames have been dropped.
This occurs when video is received before any audio, we drop the samples as we set that timestamp 0 is the start time of the first audio frame.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/137854083>
Jean-Yves Avenard [:jya]
Pull request: https://github.com/WebKit/WebKit/pull/35136
Jean-Yves Avenard [:jya]
Pull request: https://github.com/WebKit/WebKit/pull/35112
EWS
Committed 285236@main (2562b4f9c893): <https://commits.webkit.org/285236@main>
Reviewed commits have been landed. Closing PR #35136 and removing active labels.