Hi,

I'm trying to capture a stream (TS content over UDP) on VLC and dump it. I'm observing continuous back-and-forth movement in the streamed content. However, when I play the dumped file, the playback is smooth on the same version of VLC.

What I understand is VLC displays a frame until the next frame is decoded properly. If so,
a. why is a previous frame getting displayed after a new frame was decoded and displayed ?
b. why does it happen only during streaming and not on the dumped file ?

Any help regarding this issue is appreciated

Thanks in advance