[android-developers] Re: problem in playing mp4 video file

2009-11-02 Thread purvi
Hello, I am having the same problem but with Audio Stream. My Audio stream plays well but just for say a minute, then it start giving me Command PLAYER_PREPARE completed with an error or info PVMFErrNoResources. As such the buffering still continues but donot play the buffering. Is it because too

[android-developers] Re: problem in playing mp4 video file

2009-10-20 Thread loril...@gmail.com
The MediaPlayer / VideoView only support progressive streamable contents Following link helped me in figuring out the problem: http://groups.google.com/group/android-challenge/msg/114f11e31351840d Now I am getting another error playing another mp4 file: Command PLAYER_PREPARE completed with an

[android-developers] Re: problem in playing mp4 video file

2009-10-20 Thread loril...@gmail.com
From the following link I get to know that we get the error 'PVMFErrNoResources' when the resource is not available: http://www.netmite.com/android/mydroid/external/opencore/pvmi/pvmf/include/pvmf_return_codes.h But I am getting this error only on device. When playing the mp4 on emulator, the