I want my video streaming application to utilize hardware acceleration in android. I'm limited to udp video broadcasting so I can't use Android media player, so I plan to use ffmpeg. Is there a way to make ffmpeg utilize hardware acceleration on android ?
Asked
Active
Viewed 4,693 times
13
-
2I have similar problem, I've done some research and found [these examples](http://www.splitted-desktop.com/static/libva/hwdecode-demos/) most useful, but I'm still not 100% sure how to do that and would like to see someone with more experience to write minimal hardware accelerated player to show us how that is made. – 10robinho Dec 30 '11 at 22:48
-
2GSoC 2011 had a project, [Hardware Accelerated H264 Decoding on Android](http://wiki.multimedia.cx/index.php?title=FFmpeg_Summer_Of_Code#Hardware_Accelerated_H264_Decoding_on_Android) – Abid Rahman K Jan 30 '12 at 07:09
-
What about other codecs? BSPlayer seems to be able to do hardware accelerated decoding on Android – Kevin Parker May 27 '12 at 02:01
-
http://stackoverflow.com/questions/7869907/hardware-accelerated-ffmpeg-on-android – Ciro Santilli OurBigBook.com Feb 03 '16 at 15:17
2 Answers
1
Seems ffmpeg since 0.9 supports it http://freecode.com/projects/ffmpeg/releases/339441
How exactly to use/enable it, I have no idea.

Tõnu Samuel
- 2,877
- 2
- 20
- 30