]> git.sesse.net Git - vlc/commitdiff
* modules/access/http.c: reverted the change to flag shoutcast streams as non-pace...
authorGildas Bazin <gbazin@videolan.org>
Mon, 25 Oct 2004 10:59:17 +0000 (10:59 +0000)
committerGildas Bazin <gbazin@videolan.org>
Mon, 25 Oct 2004 10:59:17 +0000 (10:59 +0000)
modules/access/http.c

index cd481a78d6ae2e9a2c808c588167d797027851c3..5b726eb85ddd905b9410b495ced6ba1278f9843b 100644 (file)
@@ -315,7 +315,10 @@ static int Open( vlc_object_t *p_this )
         msg_Info( p_access, "ICY server found, %s demuxer selected",
                   p_access->psz_demux );
 
+#if 0   /* Doesn't work really well because of the pre-buffering in shoutcast
+         * servers (the buffer content will be sent as fast as possible). */
         p_sys->b_pace_control = VLC_FALSE;
+#endif
     }
 
     if( p_sys->b_reconnect ) msg_Dbg( p_access, "auto re-connect enabled" );