Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I just use the libraries from FFmpeg in an Android app?

After some time on the Web, I found that I have to use the FFmpeg in my app. I found a lot of things related with Android and FFmpeg. I just want to use FFmpeg, but I can't create the libraries and also I don't know how I can use them.

I just want to receive an RTSP stream and then somehow put it in a videoview or mediaplayer. I have the NDK already installed in my eclipse, and I know how to use CYGWIN.

like image 490
Lino Avatar asked Jul 03 '12 13:07

Lino


People also ask

What is FFmpeg library?

FFmpeg is a free and open-source software project consisting of a suite of libraries and programs for handling video, audio, and other multimedia files and streams. At its core is the command-line ffmpeg tool itself, designed for processing of video and audio files.


1 Answers

I tried to use the FFmpeg library in my Android app following this tutorial: Tutorial Link which is really good. I created the library, called right in app too. But what I wanted was streaming links with MMS protocol and I couldn't do it, because I don't know how to work with native methods, so I'm using the vitamio plugin. It's very simple. If you discover how to use the FFmpeg library appropriately please share with us.

Sorry for bad English, not my native language.

like image 196
Caique Avatar answered Sep 30 '22 20:09

Caique