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.
any help would be appreciated...