We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SFU1 use p.Publisher.Relay() SFU2 receive via sesson.AddRelayPeer()
Should relay.receive() should have onTrack callback, and report via onTrack callback
RTPReceiver for remoteTrack use before onTrack callback set.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Your environment.
https://github.com/pion/ion-sfu/blob/master/pkg/relay/relay.go , at line 428, when I check with onTrack callback it is nil*
What did you do?
SFU1 use p.Publisher.Relay()
SFU2 receive via sesson.AddRelayPeer()
What did you expect?
Should relay.receive() should have onTrack callback, and report via onTrack callback
What happened?
RTPReceiver for remoteTrack use before onTrack callback set.
The text was updated successfully, but these errors were encountered: