1

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 dialogenter image description here

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

Krishna
  • 4,892
  • 18
  • 63
  • 98

1 Answers1

0

On many older phones, pre Android 4.0, videos needed to be written world readable to be played even from an apps internal files directory.

Noah Seidman
  • 4,359
  • 5
  • 26
  • 28