简体   繁体   English

在Android中播放mp4视频文件

[英]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 -- 我正在尝试从android媒体播放器中的远程URL播放mp4视频文件,但出现错误代码-

Command PLAYER_PREPARE completed with an error or info PVMFErrNoResources error (1, -15) 命令PLAYER_PREPARE完成,但出现错误或信息PVMFErrNoResources错误(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... 任何帮助,将不胜感激...

我通过从互联网获取可恢复视频来解决了这个问题

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM