[vlc-devel] [RFC PATCH 1/3] options: add stream-cache

Thomas Guillem thomas at gllm.fr
Wed Oct 21 16:21:32 CEST 2015


On Wed, Oct 21, 2015, at 15:48, Rémi Denis-Courmont wrote:
> Le 2015-10-21 16:40, Thomas Guillem a écrit :
> > ---
> >  src/input/access.c  | 36 ++++++++++++++++++++++++++++++++++--
> >  src/input/var.c     |  1 +
> >  src/libvlc-module.c |  6 ++++++
> >  3 files changed, 41 insertions(+), 2 deletions(-)
> 
> Every time someone tried to second guess the module probing string 
> parser, something went wrong. Moreover this patch is insanely 
> complicated just to override a setting for testing purpose. I don't want 
> to see more of these things.

OK, I don't like to probe for modules in that places too.

And what about a --blacklist-modules="<module_list>" option to prevent
some modules to be stored in the bank at init time ?
This will be much more generic than my stream-cache. Users will be able
to blacklist any modules from commandline.

> 
> Besides, I think François already preemptively solved the problem at 
> hand with accesstweaks.
> 
> -- 
> Rémi Denis-Courmont
> http://www.remlab.net/
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list