Hi, seems like we have a finite stream support only.
When there is a streaming mp3 file read out from a network resource then adding data to stream seems to be ignored by the decoder.
After some time spent, I found out that data needs to be read in such way that it's always had one frame of mpeg data ahead. Otherwise, it will read all stream data till EOF is reached.
Hi, seems like we have a finite stream support only. When there is a streaming mp3 file read out from a network resource then adding data to stream seems to be ignored by the decoder.