800x480 H264 视频无法在某些设备上运行

发布于 2024-10-15 06:35:26 字数 338 浏览 2 评论 0原文

我正在尝试使用 VideoView 播放视频。该视频在大多数设备上都能正常播放,但当我在 HTC Hero 或 HTC Wildfire 上运行时,视频无法播放。它们无法在这些设备上的原生 Android 媒体播放器中运行。

视频设置为 800x480 分辨率,编解码器:H264 - MPEG-4,帧速率 25

Heres Logcat 错误消息:01-28 10:34:48.950: ERROR/MediaPlayer(888): Error (1,-15)

有谁知道 Hero /Wildfire 在播放 800x480 视频时有一些限制吗?

感谢您的所有帮助:)

丹尼尔

I´m trying to play a video using a VideoView. The video plays fine on most devices, but when i run it on the HTC Hero or HTC Wildfire the video does not work. They´re not working in the stock Android mediaplayer either on those devices.

The video settings are 800x480 resolution, Codec: H264 - MPEG-4, framerate 25

Heres the Logcat erromessage: 01-28 10:34:48.950: ERROR/MediaPlayer(888): Error (1,-15)

Does anyone know if Hero/Wildfire have some limitations when it comes to playing 800x480 videos?

Preciate all your help :)

Daniel

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

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

发布评论

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

评论(1

单身情人 2024-10-22 06:35:26

您好,您收到以下错误:
const PVMFStatus PVMFErrNoResources = (-15);// 表示没有可用资源可供播放。我可以建议尝试“提示”这些文件。您还可以阅读

hi you are getting the following error:
const PVMFStatus PVMFErrNoResources = (-15);// means there are no resources available to be played.I can suggest try to 'hint' those files. you can also read this
.

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