Page 1 of 1

ts warning: Broken stream: ... applying delay

Posted: 17 Sep 2019 23:50
by irootuser
I am trying to get multiple instances of VLC 3.07 to stay in sync latency/buffering wise with a UDP stream, but every so often I get the following error which then results in a stream with a signification amount of delay added:

Code: Select all

ts warning: Broken stream: pid 68 sends packets with dts 888900us later than pcr, applying delay

Good Log (lower latency):
[url]https://pastebin.com/cpS3cPz9[/url]

Bad Log (high latency ~1 second more):
[url]https://pastebin.com/ss3LhaCu[/url]

Does anyone know what kinds of settings I could mess with to possibly resolve/avoid this issue?

Re: ts warning: Broken stream: ... applying delay

Posted: 18 Sep 2019 10:42
by InTheWings
That means your stream PCR for N is set when the data isn't yet.
Check your stream, otherwise that's a bug, but we need to reproduce it