Hi guys,
I'm trying to solve an issue that is happening with just some audios when I try to play an mp3 streaming..
I'm testing in two different devices and android versions:
- Samsung GT-I9082 and Android 4.4.4
- Alcatel One Touch 4033E and Android 4.2.2
The problem is that everytime it tries to dequeueOutputBuffer it just returns -1 and it looks like that I dont have access to this native code, so what could be the problem ? I really dont have a clue..
int res = codec.dequeueOutputBuffer(info, kTimeOutUs);
My app is playing podcasts from different sources, and I'm facing this problem with just some audios and just on Alcatel device. For example, these audios are problematics:
Does anyone else is facing the same problem and know a way to workaround ?
Ps: I dont think this problem is related to audio source, because it was playing correctly on Alcatel and Samsung device using android MediaPlayer before I change to OpenMXPlayer..
Thanks in advance,
Regards,
Matheus
Hi guys,
I'm trying to solve an issue that is happening with just some audios when I try to play an mp3 streaming..
I'm testing in two different devices and android versions:
The problem is that everytime it tries to dequeueOutputBuffer it just returns -1 and it looks like that I dont have access to this native code, so what could be the problem ? I really dont have a clue..
My app is playing podcasts from different sources, and I'm facing this problem with just some audios and just on Alcatel device. For example, these audios are problematics:
Does anyone else is facing the same problem and know a way to workaround ?
Ps: I dont think this problem is related to audio source, because it was playing correctly on Alcatel and Samsung device using android MediaPlayer before I change to OpenMXPlayer..
Thanks in advance,
Regards,
Matheus