diff --git a/revid/Revid.go b/revid/Revid.go index 6faefacc..e3f8bd84 100644 --- a/revid/Revid.go +++ b/revid/Revid.go @@ -394,10 +394,10 @@ func (r *revid) outputClips() { // we will add some delay to slow things down until we have a connection again time.Sleep(time.Duration(sendFailedDelay) * time.Second) r.Log(Error, err2.Error()) - if r.config.Output == NativeRtmp { - r.rtmpInst.EndSession() - err = r.rtmpInst.StartSession() - } + //if r.config.Output == NativeRtmp { + //r.rtmpInst.EndSession() + //err = r.rtmpInst.StartSession() + //} } // let the ringbuffer know that we're done with the memory we grabbed when // we call ringBuffer.Get()