Commit 934c6811 authored by Clément Stenac's avatar Clément Stenac

Higher default caching value. Prebuffering should really use the caching value

parent e3aaa2ff
...@@ -61,7 +61,7 @@ vlc_module_begin(); ...@@ -61,7 +61,7 @@ vlc_module_begin();
set_category( CAT_INPUT ); set_category( CAT_INPUT );
set_subcategory( SUBCAT_INPUT_ACCESS ); set_subcategory( SUBCAT_INPUT_ACCESS );
add_integer( "mms-caching", 4 * DEFAULT_PTS_DELAY / 1000, NULL, add_integer( "mms-caching", 12 * DEFAULT_PTS_DELAY / 1000, NULL,
CACHING_TEXT, CACHING_LONGTEXT, VLC_TRUE ); CACHING_TEXT, CACHING_LONGTEXT, VLC_TRUE );
add_bool( "mms-all", 0, NULL, ALL_TEXT, "", VLC_TRUE ); add_bool( "mms-all", 0, NULL, ALL_TEXT, "", VLC_TRUE );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment