Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
streamer45 opened this issue Dec 15, 2022 · 1 comment
Open

Comments

@streamer45
Copy link

Your environment.

  • Version: v0.1.11
  • Browser: Firefox 108

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

  • This works nicely on Chrome where the remote-inbound-rtp stat is correctly returned.
  • Publishing a video track works as expected and correctly generates the stat report, even on Firefox.
  • Doing a simple peer-to-peer test on Firefox and sharing a single audio track correctly generates the missing stat.

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
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant