We are having certain hardware installed with ICS operating system where we need to play secure m3u8 (using key files just like how IOS handles).
We need to control playback in many ways like fast forward,rewind,manipulating stream on the fly and show Ad's in between etc.
We think that this all can be solved if we are able to play .ts files using android player, this way we can access many m3u8 one time and write our own (which can act as proxy) and serve the ts streams to player.Here we can even manipulate many m3u8 ts streams and combine on the fly.
Need to understand is it possible or not? How Stagefright framework is handling internally? Anybody has knowledge of Stagefright framework?
We just want it to play on our hardware, we dont need other OS support.Let me know any pointers for same.