mudit
mudit

Reputation: 25536

Playing mp4 video file in Android

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

Upvotes: 0

Views: 1986

Answers (1)

Seifolahi
Seifolahi

Reputation: 929

i solved the problem by getting resumable video from Internet

Upvotes: 1

Related Questions