mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-20 02:00:05 -08:00
tidy up logs
This commit is contained in:
parent
bc9cbc8605
commit
9bab230e0d
8 changed files with 22 additions and 18 deletions
2
main.go
2
main.go
|
|
@ -11,12 +11,12 @@ import (
|
|||
|
||||
"github.com/aler9/rtsp-simple-server/internal/conf"
|
||||
"github.com/aler9/rtsp-simple-server/internal/confwatcher"
|
||||
"github.com/aler9/rtsp-simple-server/internal/hlsserver"
|
||||
"github.com/aler9/rtsp-simple-server/internal/logger"
|
||||
"github.com/aler9/rtsp-simple-server/internal/metrics"
|
||||
"github.com/aler9/rtsp-simple-server/internal/pathman"
|
||||
"github.com/aler9/rtsp-simple-server/internal/pprof"
|
||||
"github.com/aler9/rtsp-simple-server/internal/rlimit"
|
||||
"github.com/aler9/rtsp-simple-server/internal/hlsserver"
|
||||
"github.com/aler9/rtsp-simple-server/internal/rtmpserver"
|
||||
"github.com/aler9/rtsp-simple-server/internal/rtspserver"
|
||||
"github.com/aler9/rtsp-simple-server/internal/stats"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue