opencore

Video/Audio frame as input to OpenCore

I am not able to use MediaPlayer/VideoView to make rtsp to work in Android. So I have created a client to interact with RTSP server, I have succeeded in doing this. I am able to get the video/audio frame from RTSP server (MySpace) in Android. Now I want to play the frames. I have searched OpenCore APIs to play the frames, but didn't get ...

How to build opencore and run pv_2way engine test in android simulator?

I want to build opencore source code and run the test application for pv 2way engine.I tried the steps given in ..\opencore\quick_start.txt but I am unable to run 1.I tried building the open core as mentioned in quick_start.txt but there were no libraries installed inside folder opencore/build_config/opencore_dynamic/build/installed_lib...

Is the native AAC decoder available when using Android NDK?

I'm looking for a way to decode AAC natively to PCM on Android. The decoder source code is at http://android.git.kernel.org/?p=platform/external/opencore.git;a=tree;f=codecs_v2/audio/aac/dec;hb=HEAD, but I'm not familiar with NDK at all. 1) There's no way of doing this directly using the Android SDK, but can this be done via the NDK? ...