Fixing something

This commit is contained in:
Unknown 2018-03-14 20:24:26 +10:30
parent f3da74a364
commit efa02c3799
1 changed files with 0 additions and 3 deletions

View File

@ -249,9 +249,6 @@ func (r *revidInst) Stop() {
if r.cmd != nil && r.cmd.Process != nil {
r.cmd.Process.Kill()
}
if r.config.RtmpMethod == LibRtmp {
r.rtmpInst.EndSession()
}
} else {
r.Log(Warning, "revidInst.Stop() called but revid not running!")
}