ionorg / ion-sfu

Pure Go WebRTC SFU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Relay Peer failed due to OnTrack not set

VacronBruce opened this issue · comments

Your environment.

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.