Android 上的视频无法播放

发布于 2024-12-14 21:06:30 字数 741 浏览 2 评论 0原文

我已经用框架 Sencha Touch 做了一个应用程序,其功能为 xtype:Video

在苹果系列上一切正常。 但在 Android 上,它打开播放器,屏幕是黑色的,无法播放视频。 我尝试过很多格式...mp4、webm 等...

nothink 有效。

我还使用 Programm Any Video Converter Pro 和 Android 转换器。没有机会...

有人知道问题是什么吗?格式错误? 请帮助我。

vpanel = new Ext.Panel({
                fullscreen: true,
                id:'vvideo',
                dock:'center',
                items: [
                    {
                        xtype    : 'video',
                        width    : '100%',
                        height   : '100%',
                        url      : 'http://xxxxx,
                        posterUrl: 'xxx.jpg'
                    }
                ],
            }); 

i have do a app with the framework Sencha Touch with the function xtype:Video.

all works fine on the Apple Series..
but on android it open the player and the screen is black no Video play.
i have try many formats... mp4,webm etc....

nothink works.

I use also the Programm Any Video Converter Pro and Android converter. no chance...

anyone knows whats the problem ist? wrong format?
please help me guys.

vpanel = new Ext.Panel({
                fullscreen: true,
                id:'vvideo',
                dock:'center',
                items: [
                    {
                        xtype    : 'video',
                        width    : '100%',
                        height   : '100%',
                        url      : 'http://xxxxx,
                        posterUrl: 'xxx.jpg'
                    }
                ],
            }); 

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

瑾兮 2024-12-21 21:06:30

直到版本 2.3 之前,Android 才完全支持 HTML5 媒体元素。 2.2 版本有一些支持,但你应该忽略它,因为它很可怜。我假设您正在运行至少 2.3 版本的 Android 设备上进行测试。

HTML5 Media elements are not fully supported on Android until version 2.3. Version 2.2 has SOME support, but you should pretty much just ignore it because its pitiful. I assume that you are testing on an Android device that isn't running at least 2.3.

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