这几天发了神经又想来搞Android了,实在不知道该做什么,所以就从播放器入手,着手开始把EasyPlayer的代码移植到Android下,到目前为止的确有这么一个版本出来了,但这个版本未做任何优化,无论是ffmpeg解码的汇编指令,也未使用NEON指令,解码后的播放都是由JNI callback到Java来实现的,因此其效率之差可想而知,不过,用老婆的手机(Sumsung 9001)播放QVGA的音视频还算流畅,这起码也算是点安慰,下一步将先把音视频播放部分搞一搞。
先把这个版本放上来。
这几天发了神经又想来搞Android了,实在不知道该做什么,所以就从播放器入手,着手开始把EasyPlayer的代码移植到Android下,到目前为止的确有这么一个版本出来了,但这个版本未做任何优化,无论是ffmpeg解码的汇编指令,也未使用NEON指令,解码后的播放都是由JNI callback到Java来实现的,因此其效率之差可想而知,不过,用老婆的手机(Sumsung 9001)播放QVGA的音视频还算流畅,这起码也算是点安慰,下一步将先把音视频播放部分搞一搞。
先把这个版本放上来。
I like this words: “There’s never a perfect time for anything—you just have go for it and keep your eyes on your […]
最近每次登录上自己的ECS,都屡屡发现这么一个消息,一开始以为是别人搞错了(我这么一个小破服务器不可能会有人来恶意攻击),想想可能过两天就不会有了,没放在心上。 没想到持续了几个星期,一直都这样。 无奈之余,我就下了狠心把这个IP给ban了。 BUT。。。。。。Turned out it’s the IP address from my office……Found that I was banned to access to my ECS from […]
This version is rebuilt by using the source code recovered from the backup svn repository(I’d encountered with a hard disk collapse a […]
As an old coder involved in difference languages, once upon a time, I planned to arrange a FAQ(A.K.A Cheat sheet) for the […]
3 thoughts on “EasyPlayer for Android 预览版 v 0.1 发布”
不错。支持一下!
Hi,Jacky,I am confused about how to coomplie FFMPEG for Android, can you lend me a hand?
Hi Leslie,
There are so manny posts discribing how to compile FFMPEG for Android on the internet, I’m not sure what is the exact problem you are encounting with. Can you be more specific?
BTW: if you know Chinese, you can refer to an old post I wrote years earlier. http://bbs.rosoo.net/thread-9394-1-1.html