You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have this app that has a chat screen and I'm adding audios like WhatsApp and IOS generates m4a audio and android generates mp4 audios. IOS can play both, but android will only play mp4 it doesn't play m4a audios. The log generated is down below (that log is generated when I call play(). An observation: The same play() method works like a charm in IOS for both m4a and mp4 (generated in the android version).
I have this app that has a chat screen and I'm adding audios like WhatsApp and IOS generates m4a audio and android generates mp4 audios. IOS can play both, but android will only play mp4 it doesn't play m4a audios. The log generated is down below (that log is generated when I call play(). An observation: The same play() method works like a charm in IOS for both m4a and mp4 (generated in the android version).
Thanks in advance.
[ +19 ms] E/MediaPlayerNative( 6119): error (1, -1007)
[ ] E/MediaPlayerNative( 6119): Attempt to call getDuration in wrong state: mPlayer=0x8c1ac1a0, mCurrentState=0
[ ] E/MediaPlayerNative( 6119): error (-38, 0)
[ ] E/MediaPlayer( 6119): Error (1,-1007)
[ ] E/MediaPlayerNative( 6119): stop called in state 0, mPlayer(0x8c1ac1a0)
[ ] E/MediaPlayerNative( 6119): error (-38, 0)
[ ] V/MediaPlayer( 6119): resetDrmState: mDrmInfo=null mDrmProvisioningThread=null mPrepareDrmInProgress=false mActiveDrmScheme=false
[ ] V/MediaPlayer( 6119): cleanDrmObj: mDrmObj=null mDrmSessionId=null
[ ] V/MediaPlayer( 6119): resetDrmState: mDrmInfo=null mDrmProvisioningThread=null mPrepareDrmInProgress=false mActiveDrmScheme=false
[ ] V/MediaPlayer( 6119): cleanDrmObj: mDrmObj=null mDrmSessionId=null
The text was updated successfully, but these errors were encountered: