mirror of https://bitbucket.org/ausocean/av.git
revid: adjust ringBuffer element size for flv
This commit is contained in:
parent
ab97bcb6d1
commit
cb206ff92b
|
@ -54,7 +54,7 @@ const (
|
|||
mtsRbSize = 100
|
||||
mtsRbElementSize = 150000
|
||||
flvRbSize = 1000
|
||||
flvRbElementSize = 10000
|
||||
flvRbElementSize = 100000
|
||||
writeTimeout = 10 * time.Millisecond
|
||||
readTimeout = 10 * time.Millisecond
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue