[android-developers] H.264 MediaCodec SPS PPS

2015-07-24 Thread Ankur Avlani
Hi All, I am trying to get RAW YV12 frames (from onPreviewFrame) and convert the same the H.264, using MediaCodec class. So far i have not been able to convert the H.264 successfully. The reason being not sure how to extract the NAL (SPS and PPS ) info and add it to the Encoder. My sample

Re: [android-developers] Google Play removed my app, but I have no idea why

2015-07-24 Thread Mathieu De Brito
Hi, Yes, I got it solved : My issue was to use AppBrain library. AppBrain sends some private information to their server. I would suggest you take a look at all your libraries privacy policies to know what they are doing with private information... I removed AppBrain and all got fine again.