I am going through the streaming playback use case in Android
Stagefright
and quite not clear about the architecture and implementations.
I am requesting readers/experts to explain about the major components which are responsible for streaming use case. I heard about ACodec
is being employed instead of OMXCodec
to realize streaming playback.
What is the extra implementations/features supported by ACodec
and why Stagefright
didn't reuse OMXCodec
.
Could you please point me the important links in Stagefright
code.