Commit 0d65e1f8 authored by Laurent Aimar's avatar Laurent Aimar

Do not try rtmp access unless requested (as all other network modules).

parent ac15b24b
......@@ -57,7 +57,7 @@ vlc_module_begin();
add_integer( "rtmp-caching", DEFAULT_PTS_DELAY / 1000, NULL, CACHING_TEXT,
CACHING_LONGTEXT, true );
set_capability( "access", 10 );
set_capability( "access", 0 );
set_callbacks( Open, Close );
add_shortcut( "rtmp" );
vlc_module_end();
......
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