Search code examples
androidvideoandroid-videoviewmp4http-live-streaming

Library to support H.264 AVC .mp4 on Android 2.2, 2.3?


I am working on a video application and we are generating videos in H.264 AVC Codec. As per Android Media Formats this codec is supported in Android 3.0+ versions.

I wonder if there is any free library that help us to play this format on 2.2 or 2.3. I found a library but it is not free.

I want to support HTTP live streaming for our application and the issue is same.


Solution

  • I have used ServeStream in my project you can find the description from http://sourceforge.net/projects/servestream/files/

    And you can also check faplayer-android.