-
I am using input.http to download two streams, add them together, compress, and stream back out. My sources dynamic and I am using an input.harbor internally so I can shutdown and change the dynamic sources internally. When I look at the buffer debug file output, I get two numbers like this. 1.468109 51570 What do these mean? Is the first one buffer contents in seconds duration? Mark |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Hi Mark, Yes, this the buffer content duration. Are you getting the data from a real-time source such as a icecast source or from a regular file served over http? In the latter case, liquidsoap will download as fast as it can, leading to be buffer being filled up as you are seeing. In this case, you should set the s = input.http(self_sync=false, ...) |
Beta Was this translation helpful? Give feedback.
-
Issue was resolved by using Ubuntu Server 20.04 OS instead of Ubuntu Server 18.4 OS. |
Beta Was this translation helpful? Give feedback.
Issue was resolved by using Ubuntu Server 20.04 OS instead of Ubuntu Server 18.4 OS.