@ Dibo : i have seen the code of the open project "Cactus", a player developed in Lazarus.
Nice code but...
That project do not use any sound libraries or web component, it use...
mplayer.exe (

).
See here part of
cactus code how they do internet-streaming :
FMplayerPath := FMplayerPath + 'mplayer.exe';
MPlayerProcess.CommandLine:=FMplayerPath + ' STREAMING_MODE';
MPlayerProcess.Options:= MPlayerProcess.Options + [poUsePipes, poDefaultErrorMode, poNoConsole];
MPlayerProcess.Execute;
So, till now no "real" open source audio player exists in Lazarus or FPC or Delphi...