add logging to better help the user and moved the stream.go file into a pr for the main package

This commit is contained in:
LilliaElaine
2025-10-21 16:01:28 -04:00
parent 2d367a5685
commit 231d2dd4f6
5 changed files with 26 additions and 127 deletions

3
go.mod
View File

@ -8,8 +8,11 @@ require (
github.com/labstack/echo v3.3.10+incompatible
)
replace github.com/hybridgroup/mjpeg v0.0.0-20250330094202-16d243df0e35 => github.com/LilliaElaine/mjpeg v0.0.0-20251021192541-2c29015ad34b
require (
github.com/google/uuid v1.6.0 // indirect
github.com/hybridgroup/mjpeg v0.0.0-20250330094202-16d243df0e35 // indirect
github.com/labstack/gommon v0.4.2 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect