Is it possible to play RTP stream (ip camera)using AVPlayer?

I want to achieve video streaming from ip camera to ios.

my question is,

1) Is it possible to give rtp packet to AVPlayer? (will it take care decoding h264 video decoding)

2) Is there any open source library available to acheive h264 decoding.


Thank you.

You have access to the Apple H264 decoder with the Video Toolbox framework.

As for RTP itself, you'll have to take care of that with another library.

Is it possible to play RTP stream (ip camera)using AVPlayer?
 
 
Q