]> git.sesse.net Git - vlc/commitdiff
* Switch default behaviour of --sap-parse. A lot of the streams
authorDerk-Jan Hartman <hartman@videolan.org>
Sun, 18 Apr 2004 09:58:08 +0000 (09:58 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Sun, 18 Apr 2004 09:58:08 +0000 (09:58 +0000)
  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)

modules/misc/sap.c

index 158e0a99521b07064dae47932e1abb32512412c3..73072db08060d5404ef89a97d4d3bb24740ebe4f 100644 (file)
@@ -121,7 +121,7 @@ vlc_module_begin();
                 SAP_SCOPE_TEXT, SAP_SCOPE_LONGTEXT, VLC_TRUE);
     add_integer( "sap-timeout", 1800, NULL,
                  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);
 
     set_capability( "interface", 0 );