mirror of https://bitbucket.org/ausocean/av.git
increased ring buffer element size
This commit is contained in:
parent
bf78218787
commit
2a0652042b
|
@ -60,7 +60,7 @@ const (
|
||||||
mp2tPacketSize = 188 // MPEG-TS packet size
|
mp2tPacketSize = 188 // MPEG-TS packet size
|
||||||
mp2tMaxPackets = 2016 * clipDuration // # first multiple of 7 and 8 greater than 2000
|
mp2tMaxPackets = 2016 * clipDuration // # first multiple of 7 and 8 greater than 2000
|
||||||
ringBufferSize = 10000
|
ringBufferSize = 10000
|
||||||
ringBufferElementSize = 10000
|
ringBufferElementSize = 100000
|
||||||
maxClipSize = 10000
|
maxClipSize = 10000
|
||||||
httpTimeOut = 5 // s
|
httpTimeOut = 5 // s
|
||||||
packetsPerFrame = 7
|
packetsPerFrame = 7
|
||||||
|
|
Loading…
Reference in New Issue