input.ffmpeg - "We must catchup xx seconds!" #3863
JonathanThorpe
started this conversation in
User Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
I have two instances of LiquidSoap running (2.2.4 and also a rolling release from a couple of weeks ago but I've seen this on earlier releases too) which exhibits:
[clock.main:2] We must catchup xx seconds!
which seems to increment as you might expect.I have two hosts that are running Liquidsoap - a production one and a staging one. Each host runs two instances of Liquidsoap - one using
input.ffmpeg
as the source for a UDP stream coming from a Barix Instreamer and the other usinginput.external.rawaudio
which runs a VBAN Receptor (Voicemeeter). Only theffmpeg.input
one (on both hosts) exhibits the "We must catch up" hehaviour and I'm at a loss to fix it.For reference, the input for input.ffmpeg is configured as follows:
Where the SDP file referenced above is as follows:
The working VBAN configuration is as follows:
I finally tried wrapping input.ffmpeg around a
buffer.adaptative
as follows, however it made no difference:It's worth mentioning that I do occasionally get this in the logs, so this could be an ffmpeg / source issue:
This has as of yet, caused any noticeable issues, but I'm concerned what might happen long term.
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions