Increased layer tolerance to improve rendering quality (#283)

This commit is contained in:
David Zhao
2021-12-22 13:05:43 -08:00
committed by GitHub
parent e6543f3b9e
commit c49abf9f28

View File

@@ -35,7 +35,7 @@ var (
const (
lostUpdateDelta = time.Second
connectionQualityUpdateInterval = 5 * time.Second
layerSelectionTolerance = 0.8
layerSelectionTolerance = 0.9
)
// MediaTrack represents a WebRTC track that needs to be forwarded