mirror of https://bitbucket.org/ausocean/av.git
Merge branch 'master' into start-in-paused-state
This commit is contained in:
commit
9c59c5b9d3
|
@ -315,7 +315,6 @@ func (s *rtmpSender) restart() error {
|
|||
break
|
||||
}
|
||||
s.log(logger.Error, err.Error())
|
||||
s.conn.Close()
|
||||
if n < s.retries-1 {
|
||||
s.log(logger.Info, pkg+"retry rtmp connection")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue