increased ring buffer element size

This commit is contained in:
saxon.milton@gmail.com 2018-03-14 08:31:45 +10:30
parent bf78218787
commit 2a0652042b
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ const (
mp2tPacketSize = 188 // MPEG-TS packet size
mp2tMaxPackets = 2016 * clipDuration // # first multiple of 7 and 8 greater than 2000
ringBufferSize = 10000
ringBufferElementSize = 10000
ringBufferElementSize = 100000
maxClipSize = 10000
httpTimeOut = 5 // s
packetsPerFrame = 7