Commit 01727019 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* Switch default behaviour of --sap-parse. A lot of the streams

  that the module could parse cannot be parsed by live.com
  most are udp announces. We will need to inform Ross about these...
  (on mbone about 1/3 announces is not recognized by live.com)
parent afb9431f
...@@ -121,7 +121,7 @@ vlc_module_begin(); ...@@ -121,7 +121,7 @@ vlc_module_begin();
SAP_SCOPE_TEXT, SAP_SCOPE_LONGTEXT, VLC_TRUE); SAP_SCOPE_TEXT, SAP_SCOPE_LONGTEXT, VLC_TRUE);
add_integer( "sap-timeout", 1800, NULL, add_integer( "sap-timeout", 1800, NULL,
SAP_TIMEOUT_TEXT, SAP_TIMEOUT_LONGTEXT, VLC_TRUE); SAP_TIMEOUT_TEXT, SAP_TIMEOUT_LONGTEXT, VLC_TRUE);
add_bool( "sap-parse", 0 , NULL, add_bool( "sap-parse", 1 , NULL,
SAP_PARSE_TEXT,SAP_PARSE_LONGTEXT, VLC_TRUE); SAP_PARSE_TEXT,SAP_PARSE_LONGTEXT, VLC_TRUE);
set_capability( "interface", 0 ); set_capability( "interface", 0 );
......
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