I was able to build ffmpeg
library by using rock player build script.
Now I have this .so
file, how do I play video? And I want to display this video inside a small LinearLayout
in my Activity
.
Is it possible?
Update:
I know that it's easy to play video using VideoView
or MediaPlayer
+ SurfaceView
. I just wanted to understand more about ffmpeg
library and how to display the frames inside an Android Activity
.