Reputation: 2688
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 ?
Upvotes: 13
Views: 5040
Reputation: 59
I have done it using stagefright along with ffmpeg. You can refer this. Summary:
1. Get the android source download and build it.(refer this)
2. Get ffmpeg source download and build.
3. Use ffmpeg and stagefright to use android h/w decoder.
Upvotes: 0
Reputation: 2896
Seems ffmpeg since 0.9 supports it http://freecode.com/projects/ffmpeg/releases/339441
How exactly to use/enable it, I have no idea.
Upvotes: 1