Reputation: 25536
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.
any help would be appreciated...
Upvotes: 0
Views: 1986