mirror of
				https://github.com/pion/webrtc.git
				synced 2025-10-31 18:52:55 +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 | 		// Adjust outbound bandwidth for probing | ||||||
| 		default: | 		default: | ||||||
| 			frame, _, err = ivf.ParseNextFrame() | 			frame, frameHeader, err = ivf.ParseNextFrame() | ||||||
| 		} | 		} | ||||||
|  |  | ||||||
| 		switch { | 		switch { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Yang Hau
					Yang Hau