Hi at all,
I'm recording 10 stream internet radio that are shoutcasts. I download with this instruction :
stream = Bass.BASS_StreamCreateURL(Url, 0, BASSFlag.BASS_STREAM_DECODE, Nothing, Nothing)
When I start download it is all ok, without problem. Then, after various hours I get this error for some radio :
Bass_Error_format
So, my application try to restart download and I get continuously error Bass_Error_Format.
But I have note that after 12 hours exactly download go well, why ? is it strange ?