I have developed an application to play video.I used VideoView view play the Video.It is working fine to play a video from url.But when I am trying to play a video from Internal memory means (app memory), it always shows the following dialog
I am getting this in log cat
11-28 12:09:22.171: E/MediaPlayer(4862): error (1, -2147483648)
11-28 12:09:22.292: E/MediaPlayer(4862): Error (1,-2147483648)
11-28 12:09:22.292: D/VideoView(4862): Error: 1,-2147483648
Any one help me in this