mirror of https://bitbucket.org/ausocean/av.git
decreasing verbosity
This commit is contained in:
parent
029b2ae3d0
commit
36dea12e7e
|
@ -314,14 +314,7 @@ func (r *revid) packClips() {
|
|||
// Keep clearing output chan until out buffer has some space
|
||||
for clip, err = r.ringBuffer.Get(); err != nil; {
|
||||
r.flushData()
|
||||
err2 := r.rtmpInst.EndSession()
|
||||
if err2 != nil {
|
||||
r.Log(Error, err2.Error())
|
||||
}
|
||||
err3 := r.rtmpInst.StartSession()
|
||||
if err3 != nil {
|
||||
r.Log(Error, err3.Error())
|
||||
}
|
||||
|
||||
clip, err = r.ringBuffer.Get()
|
||||
}
|
||||
r.Log(Debug, "Finally got mem from ringbuffer!")
|
||||
|
|
Loading…
Reference in New Issue