From 93c03b80760c810591302b04d7da9826bb9d3d34 Mon Sep 17 00:00:00 2001 From: Gildas Bazin Date: Mon, 25 Oct 2004 10:59:17 +0000 Subject: [PATCH] * modules/access/http.c: reverted the change to flag shoutcast streams as non-pace controllable (doesn't work really well). --- modules/access/http.c | 3 +++ 1 file changed, 3 insertions(+) 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" ); -- 2.39.2