Commit 93c03b80 authored by Gildas Bazin's avatar Gildas Bazin

* modules/access/http.c: reverted the change to flag shoutcast streams as...

* modules/access/http.c: reverted the change to flag shoutcast streams as non-pace controllable (doesn't work really well).
parent c9bcebfb
......@@ -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" );
......
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