vote up 0 vote down star

hello..

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...

flag

44% accept rate
With no code and no URL, it is rather difficult to help you. – commonsware.com Nov 6 at 12:06

1 Answer

vote up 0 vote down

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

link|flag
i am accessing the file from the server.. – mudit Nov 10 at 10:26

Your Answer

Get an OpenID
or

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