I don't know why play only first line of M3U, PLS music.
Code
--------------------------------------------------------
if BASS_Init(-1, 44100, 0, Handle, nil) = false then
BASS_SetConfig(BASS_CONFIG_NET_PLAYLIST, 1);
end;
Stream := BASS_StreamCreateURL(PWideChar(AnsiString(URL)), 0, BASS_STREAM_BLOCK or BASS_STREAM_STATUS or BASS_STREAM_AUTOFREE, @StatusProc, 0);
BASS_ChannelPlay(Stream, False);
M3U
------------------------------------------------------------------
#EXTM3U
#EXTINF:152,Armin Van Buuren feat. Justine Suissa - Burned With Desire (Chill Out Mix)
http://localhost/mp3/1.mp3#EXTINF:204,Armin van Buuren feat. James Newman - Therapy (Sebastian Davidson Remix)
http://localhost/mp3/2.mp3#EXTINF:231,Armin van Buuren feat. Fiora - Waiting For The Night (Rodg Chill Mix)
http://localhost/mp3/3.mp3Please let me know if someone knows this probelm