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

Unable to receive simulcast tracks #2293

Closed
sweetbasil-bill opened this issue Aug 10, 2022 · 1 comment
Closed

Unable to receive simulcast tracks #2293

sweetbasil-bill opened this issue Aug 10, 2022 · 1 comment

Comments

@sweetbasil-bill
Copy link

sweetbasil-bill commented Aug 10, 2022

Your environment.

  • Version: v3.1.43
  • Browser:

What did you do?

  • [Succeed]Deployed a pion SFU server (with webRTC v3.1.43)
  • [Succeed]On Mac, create a peerConnection (using pion-go-sdk), join (use webRTC json protocol)
  • Try to publish a track, with two simulcast tracks (the same streamID, trackID and different RID - h, q, f).
  • See error Incoming unhandled RTP ssrc(XXXXXXX), OnTrack will not be fired. incoming SSRC failed Simulcast probing on SFU server (3 times, one for each track), and in a web viewer subscriber side can't see the tracks.
  • If only publish one track, everything works fine.

Track type:
video track: h264/90000

What did you expect?

Simulcast tracks pass down to subscriber side and won't show the failure warning

What happened?

I tried with the latest version, but still see the error. Suspecting maybe race condition (but the failure is consistent) or not support simulcast features?

@sweetbasil-bill
Copy link
Author

Seems I figured it out myself....I was using webrtc.NewTrackLocalStaticSample but seems I have to write my own localTrack and Packetizer to set proper RTP.HEADER.Extensions for using simulcast (RID)

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

No branches or pull requests

1 participant