1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-16 16:02:54 +02:00

livehttp: downgrade priority to zero

I don't want this plugin selected by default, only "file".
This commit is contained in:
Rémi Denis-Courmont 2011-07-14 23:36:58 +03:00
parent 10a1ac8269
commit e6f62b353e

View File

@ -84,7 +84,7 @@ vlc_module_begin ()
set_description( N_("HTTP Live streaming output") )
set_shortname( N_("LiveHTTP" ))
add_shortcut( "livehttp" )
set_capability( "sout access", 50 )
set_capability( "sout access", 0 )
set_category( CAT_SOUT )
set_subcategory( SUBCAT_SOUT_ACO )
add_integer( SOUT_CFG_PREFIX "seglen", 10, SEGLEN_TEXT, SEGLEN_LONGTEXT, true )