Closed
Bug 1010841
Opened 12 years ago
Closed 12 years ago
[B2G][WebRTC] Handle on-demand key frame request in OMX H.264 encoder.
Categories
(Core :: WebRTC: Audio/Video, defect)
Tracking
()
People
(Reporter: jhlin, Assigned: jhlin)
References
Details
Attachments
(1 file, 1 obsolete file)
|
3.45 KB,
patch
|
jhlin
:
review+
|
Details | Diff | Splinter Review |
Request IDR frame from OMX when WebRTC ask for key frame.
| Assignee | ||
Comment 1•12 years ago
|
||
Tried several video calls but haven't seen any key request.
I've verified that requestIDRFrame() does work (i.e., will get I-frame after the call when disabling periodic I-frames).
Attachment #8423094 -
Flags: feedback?(rjesup)
| Assignee | ||
Updated•12 years ago
|
Status: NEW → ASSIGNED
Comment 2•12 years ago
|
||
Comment on attachment 8423094 [details] [diff] [review]
Ask for IDR frame from OMX encoder when key frame requested.
Review of attachment 8423094 [details] [diff] [review]:
-----------------------------------------------------------------
This should be good; if we're not seeing requests that's another issue. Note that except maybe for the first frame (and probably not even there) a self one-way call would see no loss and no requests for iframes unless you artificially induce loss.
Attachment #8423094 -
Flags: feedback?(rjesup) → review+
| Assignee | ||
Comment 3•12 years ago
|
||
Update commit message & carry r+ from jesup.
Attachment #8423094 -
Attachment is obsolete: true
Attachment #8423754 -
Flags: review+
| Assignee | ||
Comment 4•12 years ago
|
||
Keywords: checkin-needed
Comment 5•12 years ago
|
||
Keywords: checkin-needed
Comment 6•12 years ago
|
||
Comment 7•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla32
Updated•12 years ago
|
feature-b2g: --- → 2.0
You need to log in
before you can comment on or make changes to this bug.
Description
•