Closed
Bug 1908245
Opened 2 years ago
Closed 1 year ago
Implement support for including WebRTC specific values in HTMLVideoElement.requestVideoFrameCallback
Categories
(Core :: Audio/Video, enhancement)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
132 Branch
| Tracking | Status | |
|---|---|---|
| firefox132 | --- | fixed |
People
(Reporter: aosmond, Assigned: aosmond)
References
(Depends on 1 open bug)
Details
Attachments
(1 file)
This includes captureTime, receiveTime and rtpTimestamp:
https://wicg.github.io/video-rvfc/#dom-videoframecallbackmetadata-capturetime
| Assignee | ||
Updated•1 year ago
|
Assignee: nobody → aosmond
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•1 year ago
|
||
This patch adds support for exposing the capture time, receive time,
processing duration and RTP timestamp parameters on the callback for
rVFC for WebRTC related elements.
It also improves the accuracy of the media time paramater for normal
playback.
Pushed by aosmond@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ba640de8df47
Add support for missing requestVideoFrameCallback parameters. r=media-playback-reviewers,webidl,padenot,saschanaz
Comment 3•1 year ago
|
||
Backed out changeset ba640de8df47 (Bug 1908245) for causing build bustages in HTMLVideoElement.cpp CLOSED TREE
Log: https://treeherder.mozilla.org/logviewer?job_id=474254185&repo=autoland&lineNumber=18850
Backout: https://hg.mozilla.org/integration/autoland/rev/c042cd678f96c8bf87fe7d8424ba1c75d6034557
Flags: needinfo?(aosmond)
Pushed by aosmond@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/35d86243cb45
Add support for missing requestVideoFrameCallback parameters. r=media-playback-reviewers,webidl,padenot,saschanaz
Comment 5•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox132:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 132 Branch
| Assignee | ||
Updated•1 year ago
|
Flags: needinfo?(aosmond)
Updated•1 year ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•