up vote 0 down vote favorite
share [g+] share [fb]

i am trying to play a mp4 video file from remote url in android media player.but i am getting an error code --

Command PLAYER_PREPARE completed with an error or info PVMFErrNoResources error (1, -15)

i hv searched for the error code and found that this error is returned if the resource required in processing of a request is not being available. A typical example is, a socket node connection not available for streaming.

link text

any help would be appreciated...

link|improve this question

31% accept rate
With no code and no URL, it is rather difficult to help you. – CommonsWare Nov 6 '09 at 12:06
feedback

3 Answers

You are trying to access a file which is not present. Are you accessing from Asset or server?

link|improve this answer
i am accessing the file from the server.. – mudit Nov 10 '09 at 10:26
feedback

I have the same issue. My videos are present. I can access them from my Mac using QT. I even copied the link out of the xml that my app is using to be sure I didn't fat finger something. Also interesting to note, other rtsp links parsed from the same xml, hosted on the same server, encoded with the same settings - playback just fine.

link|improve this answer
feedback

I have checked this with SonyEricsson X10 and Samsung and the videos downloaded from a http server do not work if they have a size higher than 1,7 MB. The same videos in the same server work perfectly using SonyEricsson Symbian based, HTC Windows Mobile based and iPhone and iPad.

Has anyone found out the reason of this and the solution?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.