RESOLVED DUPLICATE of bug 189792 172680
codecId missing in RTCRTPStreamStats and the corresponding RTCCodecStats
https://bugs.webkit.org/show_bug.cgi?id=172680
Summary codecId missing in RTCRTPStreamStats and the corresponding RTCCodecStats
Michael Leaney
Reported 2017-05-27 07:59:25 PDT
There is no codecId field on the RTCRTPStreamStats and the corresponding RTCCodecStats objects. Steps to Reproduce: Head to: https://webrtc.github.io/samples/src/content/peerconnection/constraints/ Click "Get media" Click "Connect" Observe there is no codecId in the inbound-rtp stats objects Expected Results: Expect to see codecId in these stat objects. They exist in Chrome and Firefox. Observed Results: No codecId is observed
Attachments
Radar WebKit Bug Importer
Comment 1 2017-05-27 10:24:32 PDT
Jon Lee
Comment 2 2017-05-29 15:45:03 PDT
Ahmad Saleem
Comment 3 2024-03-11 18:15:46 PDT
It is working for me in Safari 17.4 on macOS Sonoma. @Youenn & @Karl - is it reproducible for you or we can mark this as 'RESOLVED CONFIGURATION CHANGED'. On Chrome Canary 124, I get similar codecId.
Karl Dubost
Comment 4 2024-03-11 20:58:31 PDT
I see in Report type=outbound-rtp id OT01A4292911247 time 1710215716331 codecId: COT01_111_minptime=10;useinbandfec=1 kind: audio but I don't see it in Report type=inbound-rtp on the other hand in chrome I can see it in inbound-rtp Firefox behaves like Safari.
youenn fablet
Comment 5 2024-03-12 00:22:56 PDT
Our code supports codecId in both outbound and inbound stats. I just tried with https://webrtc.github.io/samples/src/content/peerconnection/constraints/ and I can see codecId in both. Marking as Configuration changed.
youenn fablet
Comment 6 2024-03-12 00:24:04 PDT
Probably fixed in https://bugs.webkit.org/show_bug.cgi?id=189792 *** This bug has been marked as a duplicate of bug 189792 ***
Note You need to log in before you can comment on or make changes to this bug.