Changes between Version 40 and Version 41 of Getting-Started/Android
- Timestamp:
- Jan 27, 2015 10:11:17 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Getting-Started/Android
v40 v41 56 56 - native OpenGL ES 2.0 renderer (requires Android 2.2 (API level 8) or higher). 57 57 - H.263 codec (via ffmpeg library, see below) 58 - H.264 codec ( via OpenH264 library, see below)58 - H.264 codec (optional, via OpenH264 library, see below) 59 59 60 60 === Requirements === 61 61 62 ==== ffmpeg ====62 ==== ffmpeg (required) ==== 63 63 64 64 1. Follow the instructions from the web on how to build ffmpeg for android. We followed the instructions provided [http://www.roman10.net/how-to-build-ffmpeg-with-ndk-r9/ here] and successfully built with Android NDK !r10. … … 68 68 }}} 69 69 70 ==== OpenH264 ====70 ==== OpenH264 (optional) ==== 71 71 72 72 1. Follow the instructions in ticket #1758