Closed
Bug 1071009
Opened 11 years ago
Closed 10 years ago
Expose bitrate, frames dropped and frame delay to applications via TB library
Categories
(Firefox OS Graveyard :: Gaia::Loop, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: oteo, Assigned: opatinobugzilla)
References
Details
Attachments
(1 file)
Partners are using these three parameters:
- bitrate
- frames dropped
- frame delay
to measure WebRTC performance by invoking getStats directly in other WebRTC reference apps.
We need to expose them via TB library so that they can also measure them in Loop.
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → opatinobugzilla
| Assignee | ||
Updated•11 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8530253 -
Flags: review?(carmen.jimenezcabezas)
Attachment #8530253 -
Flags: review?(borja.bugzilla)
Comment 2•10 years ago
|
||
Comment on attachment 8530253 [details] [review]
proposed patch
I've left some comments on the PR, please re-request review after addressing them.
Attachment #8530253 -
Flags: review?(carmen.jimenezcabezas)
| Assignee | ||
Comment 3•10 years ago
|
||
removed unnecessary code from call_manager.js and added patch file for tokbox changes
| Assignee | ||
Updated•10 years ago
|
Attachment #8530253 -
Flags: review?(carmen.jimenezcabezas)
Comment 4•10 years ago
|
||
Comment on attachment 8530253 [details] [review]
proposed patch
I've left a nit comment on the PR
Attachment #8530253 -
Flags: review?(carmen.jimenezcabezas)
| Assignee | ||
Updated•10 years ago
|
Attachment #8530253 -
Flags: review?(carmen.jimenezcabezas)
Comment 5•10 years ago
|
||
Comment on attachment 8530253 [details] [review]
proposed patch
I think Carmen's review is more than enough here! :)
Attachment #8530253 -
Flags: review?(borja.bugzilla)
Comment 6•10 years ago
|
||
After the last change we have only changed the TB library, and we don't use the changes in the loop app at all. So I think this bug should not be landed as it is now. It would be better to land this when/if if's finally used in loop. For this reason, I'm closing it as invalid for now.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Attachment #8530253 -
Flags: review?(carmen.jimenezcabezas)
You need to log in
before you can comment on or make changes to this bug.
Description
•