Hi! I'm trying to capture udp stream that has some problems with consistency. Some packets seem to be missing and when I plain watch this stream I see glitches and even missing video and audio frames.
When watching live stream it seems that missing frames are replaced with silence or black screen, but when capturing into a file they are just dropped. In result it shortenes resulting file and then I have troubles with synchronising that file to another from good source.
Is there a way to tell vlc not to just drop missing frames and to fill such gaps with silence when capturing into a file? Or with UDP streams there is no way of knowing what frames are missing?
Thank you!