I have been working on a C++ app on windows for a while now using the libVLC core. I have a lot of it working great but still having a few problems.
I seem to be getting a lot of pixel break up when seeking in an MP4 file. When I use the VLC app I don’t see the breakup. I have confirmed that I am using the VLC config file so that I get the same settings as the VLC application but I don’t get the same results. One thing I did notice is that when I seek in my app it starts rendering again immediate. The VLC app seems to wait for a full frame before it starts rendering again. I’m assuming that there is some config option that I have to set in the code to get the same result. Like delay to render or something but I’m just not seeing it.
Any help would be greatly appreciated.
-Tommy