Initial commit, pt. 45

This commit is contained in:
Dmitrii Okunev
2024-07-15 02:27:16 +01:00
parent 806fb12032
commit a37fa68e10
7 changed files with 153 additions and 49 deletions

View File

@@ -58,7 +58,7 @@ func New(
err := ln.Close()
errmon.ObserveErrorCtx(ctx, err)
}()
logger.Infof(ctx, "started RTMP server at %d", cfg.Listen)
logger.Infof(ctx, "started RTMP server at %s", cfg.Listen)
go func() {
for {