Open GoogleCodeExporter opened 8 years ago
Issue happends most of the time while stopping the streaming while buffering.
Original comment by bpvela...@gmail.com
on 17 Sep 2014 at 4:29
I have manage this issue by locking the stop button until it totally started to
play or returns error. I hope you could figure out this way.
Original comment by amf...@gmail.com
on 19 Sep 2014 at 2:08
Hi,
How do you know "it totally started" ??
i tried a lot of things but i didn't succeed :/
thanks in advance,
Original comment by sepasgr...@gmail.com
on 5 Oct 2014 at 1:29
You can implement PlayerCallback as per the aacdecoder wiki
Original comment by bij...@phenomtec.com
on 7 Oct 2014 at 9:16
Thanks a lot.
I've already implement a PlayerCallBack but i guess my tests were not Ok so i
try another way to fast ^^
Is it better to use the boolean playerStarted in the playerStarted() method or
is it better to do the vérification in the playerPCMFeedBuffer with the
boolean isPlaying ?
Thanks ;)
Original comment by sepasgr...@gmail.com
on 16 Oct 2014 at 1:11
Original issue reported on code.google.com by
bpvela...@gmail.com
on 17 Sep 2014 at 4:27