I am getting following player while playing a video in VideoView. ERROR/PlayerDriver(35): Command PLAYER_SET_DATA_SOURCE completed with an error or info PVMFErrNotSupported ERROR/MediaPlayer(6738): error (1, -4) ERROR/MediaPlayer(6738): Error (1,-4)
I need to trap this error and show a custom dialog box when this occurs. Now the system is showing its own dialog box. The error does not occur at any particular point in the code but randomly in thread. I already have try catch blocks in place but now able to get this error. Any suggestions? Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

