chore: fit engine udpate

This commit is contained in:
langhuihui
2023-08-14 10:04:37 +08:00
parent 035c3647eb
commit 943ba46f70
5 changed files with 85 additions and 61 deletions

View File

@@ -96,7 +96,7 @@ func (p *RTSPPublisher) SetTracks() error {
}
p.Tracks[track] = p.AudioTrack
} else {
p.Error("unknown format", zap.Any("format", f.String()))
p.Warn("unknown format", zap.Any("format", f.Codec()))
}
}
}