mirror of https://bitbucket.org/ausocean/av.git
slowed down generator further
This commit is contained in:
parent
386beaf1c8
commit
de56364c0c
|
@ -252,7 +252,7 @@ func (g *flvGenerator) generate() {
|
|||
g.outputChan <- tag.ToByteSlice()
|
||||
}
|
||||
default:
|
||||
time.Sleep(time.Duration(1)*time.Millisecond)
|
||||
time.Sleep(time.Duration(5)*time.Millisecond)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue