Commit 19f7be58 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* Up the mms caching from 3200 ms to 5000ms. (unfortunately this is needed for...

* Up the mms caching from 3200 ms to 5000ms. (unfortunately this is needed for a large number of streams)
parent eafa0b84
......@@ -61,7 +61,7 @@ vlc_module_begin();
set_category( CAT_INPUT );
set_subcategory( SUBCAT_INPUT_ACCESS );
add_integer( "mms-caching", 12 * DEFAULT_PTS_DELAY / 1000, NULL,
add_integer( "mms-caching", 19 * DEFAULT_PTS_DELAY / 1000, NULL,
CACHING_TEXT, CACHING_LONGTEXT, 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