mirror of https://bitbucket.org/ausocean/av.git
Fixing something
This commit is contained in:
parent
f3da74a364
commit
efa02c3799
|
@ -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!")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue