Can I use the FFmpeg libraries in an Android app?

After some time on the Internet, I discovered that I should use FFmpeg in my application. I found a lot of things related to Android and FFmpeg. I just want to use FFmpeg, but I can’t create libraries, and also don’t know how I can use them.

I just want to get the RTSP stream, and then somehow put it in a video review or media player. I have an NDK already installed in my eclipse and I know how to use CYGWIN.

+5
source share
2 answers

I tried using the FFmpeg library in my Android application after this tutorial: A link to a tutorial that is really good. I created a library, also called directly in the application. But what I wanted was a streaming connection with the MMS protocol, and I could not do this because I do not know how to work with my own methods, so I use the vitamio plugin . It is very simple. If you learn how to use the FFmpeg library correctly, please share with us.

Sorry for the poor English, not my native language.

+7
source

Android RTSP Streaming Protocol , MediaPlayer Only, RTSP. , Media, , FFMPEG, Vlcj FFMPEG, http://www.roman10.net/how-to-build-ffmpeg-for-android/

vlcj android, . ,

0

All Articles