Folks, In the project that I am working on, a mpeg-4 file is encrypted and stored on the Android device. To play this file, I am thinking the best way would be to write a pseudo video decoder that simply decrypts the data on the fly and pipes it to the mpeg-4 decoder shipped with the OS. I am wondering if you can help me with the following questions.
Q1. Is my approach feasible? Do you feel there is a better way to achieve on the fly decryption? Q2. Is there any example or link on how to write a video decoder for Android? Q3. How do I load the mpeg-4 decoder and pipe my output to it? Thank you in advance for your help. Regards, Peter -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

