I am using Android 4.0 Ice Cream Sandwich on Beagleboard XM. We are trying to play video files from sdcard onto BeagleBoard using VideoView. It is giving the following error after playing for say 30mins or so
MediaPlayer went away with unhandled events
This works fine on ICS tablets but gives problems on BeagleBoard. Also, in onCompletion
of videoview or anywhere as such I am not using MediaPlayer object. Didn't find anything related. Some advice would help.