安卓视频流
我正在使用 MediaPlayer 播放在线视频。我使用的视频链接是“https://”链接。但它显示以下错误:
命令 PLAYER_SET_DATA_SOURCE 已完成,但有错误或信息 PVMFErrNotSupported
当我将此链接更改为“http://”时,视频播放完美开始。 可能是什么问题。
提前致谢。
I am using MediaPlayer to play an online video. The link for the video I use is "https://" link. But it shows the following error:
Command PLAYER_SET_DATA_SOURCE completed with an error or info PVMFErrNotSupported
And when I change this link to "http://" the video playback starts perfectly.
What can be the problem.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Android 3.1之前不支持HTTPS。请查看以下链接
http://developer.android.com/guide/appendix/media-formats.html
HTTPS is not supported before Android 3.1. Please have a look on the following link
http://developer.android.com/guide/appendix/media-formats.html