mirror of
https://github.com/livekit/livekit.git
synced 2026-04-20 22:55:40 +00:00
just use src
This commit is contained in:
@@ -165,7 +165,7 @@ func (f *SimpleForwarder) rtcpWorker() {
|
||||
case *rtcp.PictureLossIndication:
|
||||
if pliOnce {
|
||||
p.MediaSSRC = f.track.LastSSRC()
|
||||
p.SenderSSRC = f.track.LastSSRC()
|
||||
p.SenderSSRC = f.track.SSRC()
|
||||
fwdPkts = append(fwdPkts, p)
|
||||
pliOnce = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user