pion / example-webrtc-applications

Examples of WebRTC applications that are large, or use 3rd party libraries

Home Page:https://pion.ly/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SFU-WS returns Incoming unhandled RTP ssrc(2333161655), OnTrack will not be fired. mid RTP Extensions required for Simulcast, when running the code on browser

KedwithGod opened this issue · comments

Your environment.

  • Version: Release or SHA
  • Browser: include version
  • Other Information - stacktraces, related issues, suggestions how to fix, links for us to have context

What did you do?

What did you expect?

What happened?

I am getting the same problem, but only with chrome on my mac m1. Browser is receiving infinite offer signals.

Strangely, if I first connect with safari, chrome then joins without a problem. Only when chrome is the first peerConnection.

Hey @KedwithGod @Embiggenerd

This has been fixed! Thanks for the bug report. This repo now uses v3.2.32 that doesn't have the issue

Chrome when answering to a recvonly transceiver will not send a a=ssrc with the MSID. If you are doing multi-track this is noticeable.

A workaround exists and was added to Pion. See https://issues.chromium.org/u/1/issues/328522463?pli=1

thank @Sean-Der i will checked that