Android 上通过 PhoneGap 播放视频

发布于 2025-01-08 16:17:55 字数 213 浏览 0 评论 0原文

我一直在尝试在我使用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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

恍梦境° 2025-01-15 16:17:57

不,视频标签在大多数(如果不是全部)版本的 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文