I'm using the AudioStreamer class from mattgallagher for quite a few time but only now I am implementing the progress slider with the seconds info.
The label with timePlayed/totalDuration is working like a glove, and the seeker progress is being updated correctly.
The thing is when I move the slider to a new position is starts the streaming from the beginning with the slider on the new position.
I tried to track the AudioStreamer.m to see what I was missing but couldn't find. Is it a problem with the stream missing some info?