我在我的Android应用程序中集成了videolan.我按照videolan wiki页面中的步骤编译vlc源代码.
我正在播放实时内容,我可以听到音频,但没有视频.我一直在努力找到一个解决方案在线/ videolan论坛,但没有运气.任何帮助将非常感谢.
我覆盖了这个setSurfaceSize方法,我仍然没有看到视频.我只能听到音频,我在日志中看到了这一点.
005-30 23:37:33.085: W/VLC(5099): yuv_rgb_neon filter: can't get output picture
05-30 23:37:33.190: W/VLC(5099): yuv_rgb_neon filter: can't get output picture
05-30 23:37:33.190: W/VLC(5099): core video output: picture is too late to be displayed (missing 31 ms)
05-30 23:37:33.195: W/VLC(5099): yuv_rgb_neon filter: can't get output picture
05-30 23:37:33.300: W/VLC(5099): yuv_rgb_neon filter: can't get output picture
05-30 23:37:33.300: W/VLC(5099): core video output: picture is too late to be displayed (missing 41 ms)
05-30 23:37:33.300: D/VLC(5099): core video …Run Code Online (Sandbox Code Playgroud) 尝试构建项目时出现以下错误。任何帮助将非常感激。谢谢
我在用 -
org.openbakery:xcode-plugin:0.15.4.develop.+
gradle 5.3.1
Xcode 10.2
Build settings from command line:
CODE_SIGN_IDENTITY =
CODE_SIGNING_REQUIRED = NO
DSTROOT = /Users/milfar/build/client/build/dst
OBJROOT = /Users/milfar/build/client/build/obj
SHARED_PRECOMPS_DIR = /Users/milfar/build/client/build/shared
SYMROOT = /Users/milfar/build/client/build/sym
note: Using new build system
note: Planning build
note: Constructing build description
Build system information
error: An empty identity is not valid when signing a binary for the product type 'Application'. (in target 'RRiOSClient')
** BUILD FAILED **
Run Code Online (Sandbox Code Playgroud)