Page 1 of 1

Web Plugin seek performance vs. VLC

Posted: 22 Dec 2014 00:09
by jn441
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";

Re: Web Plugin seek performance vs. VLC

Posted: 23 Dec 2014 03:35
by jn441
I looked at my vlcrc file. The only option of note is input-fast-seek, which I already enabled in the Web Plugin.

It appears that input-fast-seek just isn't as fast on the plugin for some reason...