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?
Asked
Active
Viewed 2,479 times
1

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