Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试从 android 媒体播放器中的远程 url 播放 mp4 视频文件。但我收到错误代码 -
命令 PLAYER_PREPARE 完成但出现错误或信息 PVMFErrNoResources 错误 (1, -15)
我已经搜索了错误代码,发现如果处理请求所需的资源不可用,则会返回此错误。一个典型的例子是,一个套接字节点连接不可用于流式传输。
链接文本
任何帮助,将不胜感激...
我通过从 Internet 获取可恢复的视频解决了这个问题