Android 上的视频无法播放
我已经用框架 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
直到版本 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.