mirror of
https://github.com/bluenviron/mediamtx.git
synced 2026-01-09 11:52:02 -08:00
force all readers to use an asynchronous writer (#2265)
needed by #2255
This commit is contained in:
parent
30a69a7722
commit
5fb7f4e846
26 changed files with 962 additions and 938 deletions
|
|
@ -167,7 +167,7 @@ func (s *sourceStatic) run() {
|
|||
select {
|
||||
case err := <-implErr:
|
||||
innerCtxCancel()
|
||||
s.impl.Log(logger.Info, "ERR: %v", err)
|
||||
s.impl.Log(logger.Error, err.Error())
|
||||
recreating = true
|
||||
recreateTimer = time.NewTimer(sourceStaticRetryPause)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue