decreasing verbosity

This commit is contained in:
Saxon Milton 2018-04-25 18:56:43 +09:30
parent 029b2ae3d0
commit 36dea12e7e
1 changed files with 1 additions and 8 deletions

View File

@ -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!")