Bug 184568 - getStats results for inbound RTP have no codec information
Summary: getStats results for inbound RTP have no codec information
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebRTC (show other bugs)
Version: Safari 11
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-12 16:21 PDT by mwilson
Modified: 2018-04-12 16:21 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mwilson 2018-04-12 16:21:01 PDT
The getStats results for inbound RTP have no codec information.

This differs from the outbound stats, where it is possible to map the codecId to the codec using the payload type number in the SDP (e.g. RTCCodec_OutboundVideo_99 can be mapped to a=rtpmap:99 H264/90000 in the SDP).

On the inbound RTP connections, codecId isn't specified and no other codec information is apparent.