mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-20 02:00:05 -08:00
parent
c055c13442
commit
c21c969a8c
10 changed files with 79 additions and 287 deletions
|
|
@ -10,7 +10,6 @@ import (
|
|||
"reflect"
|
||||
"sort"
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"github.com/google/uuid"
|
||||
|
||||
|
|
@ -85,7 +84,6 @@ type Server struct {
|
|||
RunOnConnectRestart bool
|
||||
RunOnDisconnect string
|
||||
ExternalCmdPool *externalcmd.Pool
|
||||
TimeNow func() time.Time
|
||||
Metrics serverMetrics
|
||||
PathManager serverPathManager
|
||||
Parent serverParent
|
||||
|
|
@ -218,7 +216,6 @@ outer:
|
|||
wg: &s.wg,
|
||||
nconn: nconn,
|
||||
externalCmdPool: s.ExternalCmdPool,
|
||||
timeNow: s.TimeNow,
|
||||
pathManager: s.PathManager,
|
||||
parent: s,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue