Android 虚拟设备上的视频?
我已经安装了 Android SDK Manager 来测试 Android 虚拟设备上的网站。
我在观看视频时遇到问题: 我正常听到音频,但我只看到黑色而不是视频(控制栏没问题)。 该视频采用 H264/AAC 1Mbs 编码,在浏览器和 iPhone 模拟器上播放良好。
我是否必须添加新的硬件属性? 您可以查看我的配置这里
感谢您的帮助 保罗
I have installed Android SDK Manager to test web sites on Android Virtual Devices.
I have problem in seeing videos on it:
I hear audio normally but I see only black instead of video (controllbar is OK).
The video is encoded H264/AAC 1Mbs and plays well on browsers and iPhones emulator.
Do I have to add new hardware properties ?
You can see my configuration here
Thanks for your help
Paul
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不需要,视频播放不需要特定的硬件属性。模拟器将仅播放视频编码的有限子集,而真实设备将支持更全面的集。如果您的模拟器速度太慢而无法播放视频,GPU 模拟可能会有所帮助,但这不是必需的。
确保您的视频使用可在 Android 模拟器中播放的基线配置文件进行编码。这个答案可能会有所帮助:哪些格式的视频将在模拟器中播放?
No, there are no specific hardware properties that are required for video playback. The emulator will only play a limited subset of video encodings while a real device will support a more comprehensive set. GPU emulation might help if your emulator is too slow to play back the video, but is not required.
Make sure your video is encoded using a baseline profile that can be played back in the Android emulator. This answer might help: What formats of video will play in emulator?