图片为时已晚,无法显示VLC Android

发布于 2025-01-23 00:58:18 字数 188 浏览 3 评论 0原文

我在Android应用程序中使用了libvlc,然后才能使用它。现在的问题是,它一直给我一个错误:

core video output: picture is too late to be displayed (missing 29787 ms)

使用VLC播放器,我没有任何滞后。似乎有什么问题?

I used libvlc in my android application and I got it to work. The problem now is, it keeps giving me an error of:

core video output: picture is too late to be displayed (missing 29787 ms)

Using the VLC player, I don't get any lags. What seems to be the problem?

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

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

发布评论

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

评论(1

披肩女神 2025-01-30 00:58:18

您是否正在使用任何LIBVLC选项?如果没有,您应该。这是Android的VLC使用 https://github.com/videolan/videolan/vlc-android/blob/master/master/application/resources/src/src/main/java/java/org/org/org/videolan/resources/vlcoptions/vlcoptions.kt.kt

我的猜测您是否尚未正确配置硬件解码,这会导致视频输出比预期的时间更晚。

Are you using any LibVLC options? If not, you should. Here is what VLC for Android uses https://github.com/videolan/vlc-android/blob/master/application/resources/src/main/java/org/videolan/resources/VLCOptions.kt

My guess is you have not properly configured hardware decoding, which leads to the video output displaying the picture later than it should.

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