Search code examples
androidwarningsmedia-player

Android: Media Player Warning (1,44)


I am developing a soundboard application. In that, I use MediaPlayer to play sounds. I observe this warning in logcat which makes me worried.

WARN/MediaPlayer(340): info/warning (1, 44)

Everytime I play a file, am getting this warning in logcat. Do anyone know what this is about and how to solve it. I googled about this warning, but couldnt find any solution. Any help here is apppreciated. Thanks.


Solution

  • Here's the log line in MediaPlayer's native layer:

    http://www.google.com/codesearch/p?hl=en#C-hc3_GZ7SA/media/libmedia/mediaplayer.cpp&l=571

    If your sounds are playing ok I wouldn't worry too much about it. What format are they?