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

can't handle the retransmission RTP packet #1697

Closed
legal-username opened this issue Mar 5, 2021 · 1 comment
Closed

can't handle the retransmission RTP packet #1697

legal-username opened this issue Mar 5, 2021 · 1 comment

Comments

@legal-username
Copy link

Your environment.

  • Version: v3.0.12
  • Browser: chrome M88 (newest)
  • Other Information - web publish steam(audio,video, datachannel) to pion.

What did you do?

When the first nack triggers the sender to retransmit, a new stream will be called back up in PeerConnection.undecaredMediaProcessor(), and pc.api.mediaEngine.negotiatedHeaderExtensions is nil in handleUndeclaredSSRC() function, so you can got a error report: "pc ERROR: 1999/10/14 09:14:23 Incoming unhandled RTP ssrc(1184720791), OnTrack will not be fired. mid RTP Extensions required for Simulcast"

What did you expect?

did i miss some? should i create mediaEngine add to peerconnection?

@Sean-Der
Copy link
Member

Sean-Der commented Mar 5, 2021

Hey @pig-peppa

Thanks for a report, this is a known issue #1675. It would be great if someone offered to take it! I am currently working on WebRTC for the Curious for a few weeks.

thanks

@Sean-Der Sean-Der closed this as completed Mar 5, 2021
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

2 participants