Good day.
I have a ip camera. From it frame by frame comes stream h264.
On the Internet, in particular on stackoverflow, a lot of information about how to decode h264 on iOS. But this information is not clear. I ask you to show me an example and show right direction of how to decode a frame by frame h264 stream to iOS 7.
What options I have seen and what I know about them:
ffmpeg - not suitable for me, as it has LGPL license.
AVAnimator library - license inappropriate for me.
Hardware decoder - the best solution, but as I understand it, is only available for iOS 8.
For me to be the perfect option if you give me an example for correct decoding h264 stream and display it on the way to the screen.
Regards.