Hi, I'm streaming my desktop capturing audio from pulseaudio using ffmpeg. Then I encapsulate the output in transport stream with VLC.
I have an a/v synchronizaction problem. VLC has options to delay audio or video to synchronize them but this only works if the delay is constant. My problem is that the delay is been increased along the time.
Is there any option to tell VLC something like "delay audio 0.1 seconds every second" or some way to tell dynamically to VLC to use a delay (without GUI) ??
Thanks in advance !!