mirror of
https://github.com/pion/webrtc.git
synced 2025-10-04 14:53:05 +08:00
Fix bandwidth-estimation-from-disk timestamping
Set the frameHeader when reading the file so the currentTimestamp actually gets set
This commit is contained in:
@@ -225,7 +225,7 @@ func main() {
|
||||
|
||||
// Adjust outbound bandwidth for probing
|
||||
default:
|
||||
frame, _, err = ivf.ParseNextFrame()
|
||||
frame, frameHeader, err = ivf.ParseNextFrame()
|
||||
}
|
||||
|
||||
switch {
|
||||
|
Reference in New Issue
Block a user