From: Gildas Bazin Date: Mon, 25 Oct 2004 10:59:17 +0000 (+0000) Subject: * modules/access/http.c: reverted the change to flag shoutcast streams as non-pace... X-Git-Tag: 0.8.0~56 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=93c03b80760c810591302b04d7da9826bb9d3d34;p=vlc * modules/access/http.c: reverted the change to flag shoutcast streams as non-pace controllable (doesn't work really well). --- diff --git a/modules/access/http.c b/modules/access/http.c index cd481a78d6..5b726eb85d 100644 --- a/modules/access/http.c +++ b/modules/access/http.c @@ -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" );