Files
android_development/ndk/platforms/android-14/samples/native-media/README.txt
Glenn Kasten e14b1a23af Native media sample app for NDK API level 14
Change-Id: I72de0406eefb7ccf1a39944e814aa7c240d8184b
2011-11-02 18:04:54 -07:00

9 lines
303 B
Plaintext

This sample app requires an MPEG-2 Transport Stream file to be
placed in /sdcard/NativeMedia.ts and encoded as:
video: H.264 baseline profile
audio: AAC LC stereo
For demonstration purposes we have supplied such a .ts file.
Any actual stream must be created according to the MPEG-2 specification.