Q: AudioSteamer sometimes doesn't change to AS_PLAYING state
My Music app need to show real-time when the music is playing.I get the
time value from audioStreamer's progress.But if audioStreamer doesn't
change to AS_PLAYING state, the progress value is always 0.0. OK,if I play
next song by allocating a new audioStreamer with a new Song URL,it may be
work correctly. I am confused about this situation. So,I need help.Thanks!