Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

画面的左边缘有一条锯齿一样的线条,大概3个像素的宽的。这是什么原因? #29

Closed
sprlee opened this issue Jun 10, 2014 · 8 comments
Labels

Comments

@sprlee
Copy link

sprlee commented Jun 10, 2014

我试了好几个版本,都有这样的问题,难道是我用的ffmpeg的版本不对吗?

@sprlee
Copy link
Author

sprlee commented Jun 10, 2014

我在网上找到了别人编译的libijkplayer.so替换掉,问题解决。但是不知道问题出在何处?

@sprlee
Copy link
Author

sprlee commented Jun 10, 2014

是黑白相间的线条,很有整齐的,不知道原因~~~~~~

@bbcallen
Copy link
Contributor

应该是 yuv2rgb 的代码neon代码导致的的,考虑更换为libyuv

@sprlee
Copy link
Author

sprlee commented Jun 10, 2014

已经验证, bbcallen说的没有错就是因为neon代码导致,致谢~~!!!

@bbcallen
Copy link
Contributor

只是出于好奇,顺便问下,你在哪里找到的别人编译好的 libijkplayer.so

@sprlee
Copy link
Author

sprlee commented Jun 10, 2014

我发到你邮箱里了~请过目~~

@bbcallen
Copy link
Contributor

切换视频源需要修改VideoView的代码,先释放旧的播放,然后创建新的播放器。

在 2014年6月10日 下午11:14,sprlee notifications@github.com写道:

Dear bbcallen

其实我也是非常无解,在你没有告诉我之前,我没有想到是yuv2rgb的问题,我试遍了整个git中你上传的版本,然后google.baidu,竟然搜出了这个,我也是出于尝试,就直接替换其中的lib库。竟然成功了!!!!!

并且就只需要替换一个 ibijkplayer.so 这个就好,其他没有影响

可可电视直播回看_1.6.1_1610.apk (本来准备给你附件的,但是邮件提示附件太大~~~,您自己下载一个看看~~~)

这个apk竟然全是用你的开源库~~~~~直接解压,lib里面的库就可以在你的Demo中运行。但是好像没有出现我编译出来的情况。
你可以看看~~~~~

发现了个新的问题。求解答,
现在一切运行正常,我想在播放的过程中,切换播放到下一个视频,应该怎么处理

我的方法是点击button:

findViewById(R.id.button1).setOnClickListener(new OnClickListener() {
@OverRide
public void onClick(View v) {
// TODO Auto-generated method stub
mVideoView.setVideoPath(new File(Environment.getExternalStorageDirectory(),
"m.flv").getAbsolutePath());
mVideoView.start();
}
});

每次点击切换的时候,应用程序直接无响应(没有崩溃)。求指导,切换视频时,我的顺序有问题吗?还是?求指导,我切换的视频肯定没有问题。是不是
播放视频就只需要使用 !!!
谢谢~~~

在 2014-06-10 09:01:06,"bbcallen" notifications@github.com 写道:

只是出于好奇,顺便问下,你在哪里找到的别人编译好的 libijkplayer.so


Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHub
https://github.com/bbcallen/ijkplayer/issues/29#issuecomment-45627076.

@bbcallen bbcallen added the bug label Jun 20, 2014
@bbcallen
Copy link
Contributor

试试最新的master看看行不行

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants