Skip to content

Commit

Permalink
fix missing parameter on remote track
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohan Totting committed Mar 25, 2024
1 parent 534ef28 commit a0d2158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remotetrack.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func newRemoteTrack(ctx context.Context, track IRemoteTrack, minWait, maxWait, p
onStatsUpdated: onStatsUpdated,
onPLI: onPLI,
onRead: onRead,
packetBuffers: newPacketBuffers(minWait, maxWait, true),
packetBuffers: newPacketBuffers(localctx, minWait, maxWait, true),
}

if pliInterval > 0 {
Expand Down

0 comments on commit a0d2158

Please sign in to comment.