pion / interceptor

Pluggable RTP/RTCP processors for building real time communication
https://pion.ly/
MIT License
111 stars 58 forks source link

Missing `remote-inbound-rtp` stat in Firefox when sending audio track #165

Open streamer45 opened 1 year ago

streamer45 commented 1 year ago

Your environment.

What did you do?

Sending a single audio track from Firefox to pion webrtc, acting as SFU. It's also reproducible with the basic broadcast example.

What did you expect?

I'd expect a remote-inbound-rtp stat to be available on the client.

What happened?

Only the outbound-rtp stat is available.

Other facts

I agree that on first looks it almost seems like a Firefox issue but just wanted to double check with some experts here in case there's anything that could be done.

streamer45 commented 1 year ago

I did some quick bisecting and it seems that this has stopped working in Firefox 96 so something must have changed on that side, just not sure what exactly.