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

Pion WebRTC v4 doesn't work with sfu-ws on Firefox #2888

Open
okyanusoz opened this issue Aug 25, 2024 · 0 comments
Open

Pion WebRTC v4 doesn't work with sfu-ws on Firefox #2888

okyanusoz opened this issue Aug 25, 2024 · 0 comments

Comments

@okyanusoz
Copy link

I'm not sure where to file this bug, so I'm filing it here.

If you try running the sfu-ws sample here and change it to use Pion WebRTC v4 instead:
import (
//...
"github.com/pion/webrtc/v4"
)

It will work on Chrome, but not Firefox. Specifically, it works with 2 participants but not more for some reason. It worked with v3.

Your environment.

  • Version: v4
  • Browser: Firefox 129.0.2 on macOS
  • Other Information - Report below.

What did you do?

Try using Pion WebRTC v4 with sfu-ws or any other SFU-like app.

What did you expect?

I expected 3 participants to work. Instead, one participant successfully connect, but others just freeze or slow down significantly.

What happened?

Taking a look at about:webrtc-internals shows this:
Screenshot 2024-08-25 at 20 01 56

As you can see, only one participant is able to both send and receive VP8 when we have 3 participants.

A full report from a peer who froze is below:
debug.json

Thanks!

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