Is there any sort of guaranteed consistency in the use of Stagefright
across manufacturers and/or devices?
Although Android introduced Stagefright
in 2.x, is there anything that keeps manufacturers from making changes to it? As of ICS, Android has officially added native API support for (at least a subset of) OpenMAX AL 1.0.1
, but I would like to be able to support older devices.
I'm trying to get at SEI
(NAL
) user data from H.264 video, and I am trying to figure out the best way to get at it. Is Stagefright
a decent way to do it, or is it not guaranteed across devices?