1


In my ndroid application, I need to display H264 streams from a GrandStream IP Camera. I saw some topics about decoding H264 frames with MediaCodec in Android, but I really don't know where to start.
Before searching this topic, I thought that there were planty of open source library for that purpose but It seems there is not!
Can you show me a way where to start? Should I use Android's MediaCodec or is there any open source Java library for that?

Fer
  • 1,962
  • 7
  • 29
  • 58
  • Do you find solution for this displaying video from ip camera ? I am finding solution for this – yusufonderd Feb 01 '16 at 14:40
  • @yusufonder you can have a look at Vitamio library. it is open source project that has free version. And it behaves like android's media player class and can play H264 videos. – Fer Feb 02 '16 at 15:29
  • Yes I know vitamio library but It doesn't work. My question url : http://stackoverflow.com/questions/35134948/video-cannot-be-played-android-vitamio-library. Please help me – yusufonderd Feb 02 '16 at 15:31

1 Answers1

0

You can refer to this site, It has a very thoroughly discussion and sample about Android Media Codec

jobcrazy
  • 1,073
  • 10
  • 16