MY Understanding:
1) OpenCore / Stagefright both are multimedia frameworks in Android.
2) OpenCore was replaced with Stagefright.
What i do not understand?
Where can i find information like which version supports which media framework?
For example: I am not sure if Jelly Bean has support for both OpenCore and Stagefright?
Kindly Help!!!.
OpenCorewas a multimedia framework developed by a company, Packet Video.OpenCorehas been with Android from the first releases viz.,Cupcaketill the last release ofFroyo.In the later releases of
Froyo,Stagefrightwas introduced under a build flagBUILD_WITH_FULL_STAGEFRIGHT. There was an additional control to enable/disable theStagefrightplayer through a system property.Please have a look at line no. 629 of this file: https://android.googlesource.com/platform/frameworks/base/+/android-2.1_r2/media/libmediaplayerservice/MediaPlayerService.cpp
From
GingerBreadi.e. Android 2.3 onwards, onlyStagefrightis present in theAOSPdistribution. Hence,JellyBeanalso has only theStagefrghtplayer.