Hello,
I am using BASS_Encode_IsActive to confirm I am connected to an IceCast Stream service. Occationally BASS_Encode_IsActive returns 0
When this occurs I call BASS_ErrorGetCode() which returns 0
I also check BASS_ENCODE_COUNT_CAST and BASS_ENCODE_COUNT_OUT which generally returns a pretty high ratio 1 to 1 or 99.9
Any ideas of how to get a better understanding of why BASS_Encode_IsActive returns 0
In this case I attempt to reconnect to stream server, which works, but I would like to understand why this occurs.
thanks