I m using a VideoView
to play online videos (with streaming, http://... style) in my application.
With 3G connectivity: on some videos (not all), i get immediatly the following error when the video starts : ERROR/PlayerDriver(12039): Command PLAYER_INIT completed with an error or info PVMFFailure
When I switch to Wifi, all videos are fine.
What can I do to prevent this error?
Thanks.
I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...