mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-20 02:00:05 -08:00
add missing Start() call; fix wrong sprintf (#4369)
This commit is contained in:
parent
986e270862
commit
f851cb6961
7 changed files with 10 additions and 7 deletions
|
|
@ -78,7 +78,7 @@ func (s *Source) runReader(sconn srt.Conn) error {
|
|||
|
||||
decodeErrors := &counterdumper.CounterDumper{
|
||||
OnReport: func(val uint64) {
|
||||
s.Log(logger.Warn, "%s decode %s",
|
||||
s.Log(logger.Warn, "%d decode %s",
|
||||
val,
|
||||
func() string {
|
||||
if val == 1 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue