Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/210.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在Android中集成videolan以实现实时流媒体_Android - Fatal编程技术网

在Android中集成videolan以实现实时流媒体

在Android中集成videolan以实现实时流媒体,android,Android,我已经在我的android应用程序中集成了videolan。我按照videolan wiki页面中的步骤编译vlc源代码 我正在直播内容,我可以听到音频,但没有视频。我一直在努力寻找在线/可视局域网论坛的解决方案,但运气不佳。任何帮助都将不胜感激 我重写了setSurfaceSize方法,但仍然看不到视频。我只能听到音频,我在日志中看到了这一点 005-30 23:37:33.085: W/VLC(5099): yuv_rgb_neon filter: can't get output pict

我已经在我的android应用程序中集成了videolan。我按照videolan wiki页面中的步骤编译vlc源代码

我正在直播内容,我可以听到音频,但没有视频。我一直在努力寻找在线/可视局域网论坛的解决方案,但运气不佳。任何帮助都将不胜感激

我重写了
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 output: picture might be displayed late (missing 8 ms)
05-30 23:37:33.305: W/VLC(5099): yuv_rgb_neon filter: can't get output picture
05-30 23:37:33.310: W/VLC(5099): yuv_rgb_neon filter: can't get output picture
05-30 23:37:33.415: W/VLC(5099): yuv_rgb_neon filter: can't get output picture
05-30 23:37:33.420: W/VLC(5099): core video output: picture is too late to be displayed (missing 24 ms)

我让它工作了。我必须设置这两个字段。mLibVLC.setHardwareAcceleration(LibVLC.HW_加速度_FULL);mLibVLC.eventVideoPlayerActivityCreated(真);