Skip to content

Not able to play an mp3 streaming on specific device #3

@matheusss-ufop

Description

@matheusss-ufop

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions