I have got FFmpeg compiled (libffmpeg.so) on Android. Now I have to build either an application like RockPlayer or use existing Android multimedia framework to invoke FFmpeg.
-
Do you have steps / procedures / code / example on integrating FFmpeg on Android / StageFright?
-
Can you please guide me on how can I use this library for multimedia playback?
-
I have a requirement where I have already audio and video transport streams, which I need to feed to FFmpeg and get it decoded / rendered. How can I do this on Android, since IOMX APIs are OMX based and cannot plug-in FFmpeg here?
-
Also I could not find documentation on the FFmpeg APIs which need to be used for playback.