I am building on my media player app, and am now in the alpha testing stage. I have noticed that battery drain is increased while running my app. When checking battery usage I see that the MediaServer process is the culprit.
I used OSMonitor to investigate and found mediaserver using 15-35%, with the following error message repeating constantly:
MP3Extractor(109)
Unable to resync. Signalling end of stream.
Incidentally, the stock android player usage of this process is similar, and has the same error. Should I write this off as expected result when using the SDK mediaplayer , or should I attempt to troubleshoot this error?
Any opinions are appreciated.
Thank You, Josh McKinney