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

