I have an mp4 that seeks over the network in VLC instantly.
If I seek it in the Web Plugin, there is about a 10 second delay where the picture is frozen but the audio continues.
Are there options I can set in the Web Plugin to make it seek as fast as VLC? I have been recompiling with different options but still slow.
Tried some of these...
ppsz_argv[ppsz_argc++] = "--avcodec-fast";
ppsz_argv[ppsz_argc++] = "--avcodec-skiploopfilter=4";
ppsz_argv[ppsz_argc++] = "--avcodec-hurry-up";
ppsz_argv[ppsz_argc++] = "--avcodec-error-resilience=1";
ppsz_argv[ppsz_argc++] = "--avcodec-workaround-bugs=1";