Android 上通过 PhoneGap 播放视频
我一直在尝试在我使用phonegap制作的android应用程序中播放视频。我遇到了几个问题,所以我有几个问题。
首先,html5视频标签可以与phonegap一起使用吗?我无法成功编写html5代码。 其次,android和phonegap支持哪些类型的视频? 第三,我尝试播放一个扩展名为mp4的文件。屏幕上没有任何场景,但我可以听到视频的声音。可能是什么原因?
提前致谢。
I have been trying to play video in my android application that I made using phonegap. I had several problems and so I have several questions.
Firstly, does html5 video tag work with phonegap? I couldn't succeed to write the html5 codes.
Secondly, what types of videos are supported by android and phonegap?
Thirdly, I try to play a file whose extension is mp4. There is no scene on the screen but I can hear the voice of the video. What can be the reason?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,视频标签在大多数(如果不是全部)版本的 Android 中都已损坏。为这些问题加注星标:
http://code.google.com/p/ android/issues/detail?id=22254 和
http://code.google.com/p/android/issues/detail ?id=8272
为了解决 @$$ 中的这个难题,我编写了一个插件,您可以在 Android 上使用它来播放视频。
http://simonmacdonald.blogspot.com/2011/11 /video-player-plugin-for-phonegap.html
Nope, the video tag is broken in most if not all versions of Android. Go star these issues:
http://code.google.com/p/android/issues/detail?id=22254 and
http://code.google.com/p/android/issues/detail?id=8272
In order to work around this pain in the @$$ I've written a plugin you can use on Android to play videos.
http://simonmacdonald.blogspot.com/2011/11/video-player-plugin-for-phonegap.html