Skip to content

Commit 7c89191

Browse files
authored
Change the log level for PTS in the past message (#1092)
This is something not fully controlable on egress side, egress has a few mechanisms to cope with lagging streams. Error level for this log was too noisy, changing it to warn
1 parent 8d339ea commit 7c89191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/pipeline/source/sdk/appwriter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ func (w *AppWriter) maybeCheckPipelineLag(pts time.Duration) {
550550
}
551551

552552
if pts < pipelineTime-w.conf.Latency.AudioMixerLatency {
553-
w.logger.Errorw(
553+
w.logger.Warnw(
554554
"packet PTS too far in the past compared to the pipeline, mixer will drop the buffer!",
555555
nil,
556556
"pts", pts,

0 commit comments

Comments
 (0)