Android 虚拟设备上的视频?

发布于 2025-01-04 03:21:09 字数 312 浏览 0 评论 0原文

我已经安装了 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 技术交流群。

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

发布评论

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

评论(1

多彩岁月 2025-01-11 03:21:09

不需要,视频播放不需要特定的硬件属性。模拟器将仅播放视频编码的有限子集,而真实设备将支持更全面的集。如果您的模拟器速度太慢而无法播放视频,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?

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