Bug 206645 - Add missed WebRTC media-source and remote-inbound-rtp stats
Summary: Add missed WebRTC media-source and remote-inbound-rtp stats
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebRTC (show other bugs)
Version: Safari 13
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: youenn fablet
URL:
Keywords: InRadar
Depends on:
Blocks: 212668
  Show dependency treegraph
 
Reported: 2020-01-23 00:51 PST by olsviate
Modified: 2022-03-31 13:53 PDT (History)
17 users (show)

See Also:


Attachments
Patch (33.87 KB, patch)
2020-06-08 06:39 PDT, youenn fablet
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description olsviate 2020-01-23 00:51:44 PST
Please add media-source and remote-inbound-rtp stats at similar level as Chrome or at least the following stats:


- media-source (both Audio and Video):
width
height
framesPerSecond
totalAudioEnergy
audioLevel
totalSamplesDuration


- mediaSourceId to outbound-rtp


- remote-inbound-rtp:
jitter
packetsLost
roundTripTime
localId
Comment 1 Radar WebKit Bug Importer 2020-01-23 07:11:05 PST
<rdar://problem/58833958>
Comment 2 youenn fablet 2020-06-08 06:39:14 PDT
Created attachment 401328 [details]
Patch
Comment 3 EWS 2020-06-08 11:10:06 PDT
Committed r262726: <https://trac.webkit.org/changeset/262726>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 401328 [details].
Comment 4 German Goldenstein 2020-11-20 12:48:04 PST
Hello! Is this bug already fixed? I'm not able to see packetsLost in "remote-inbound-rtp" for audio nor for video.

Also, kind and mediaType are empty.
Comment 5 jaimiedaly 2021-06-25 09:59:26 PDT
Hello - I wanted to follow up about this bug as well - does safari plan to implement these data points on 
remote-inbout-rtp stats?
jitter
packetsLost
roundTripTime
localId

Right now there is not data associated with these four like there is in Chrome and firefox
Comment 6 Diego Mendoza 2021-09-19 13:50:06 PDT
Hello, any updates on this bug? Jitter and packetsLost are still not present in Safari 15

Thanks
Comment 7 Charlie 2022-03-31 13:53:14 PDT
Why is this issue marked as fixed? packetsLost is still missing from remote-inbound-rtp stats.