mirror of
				https://github.com/AlexxIT/go2rtc.git
				synced 2025-10-31 11:46:26 +08:00 
			
		
		
		
	Increase ProbeSize up to 5MB
This commit is contained in:
		| @@ -5,7 +5,9 @@ import ( | ||||
| 	"io" | ||||
| ) | ||||
|  | ||||
| const ProbeSize = 1024 * 1024 // 1MB | ||||
| // ProbeSize | ||||
| // in my tests MPEG-TS 40Mbit/s 4K-video require more than 1MB for probe | ||||
| const ProbeSize = 5 * 1024 * 1024 // 5MB | ||||
|  | ||||
| const ( | ||||
| 	BufferDisable       = 0 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Alex X
					Alex X