Search code examples
iosstreamingavfoundationrtmp

iOS playback RTMP with AVFoundation


I need to implement an iOS app that playback RTMP with AV. Exists any library for this propose? I have bean searched on Internet but I didn't found nothing or any example.

I think that I must capture frames and decodec because iOS don't playback rtmp.

I haven't got idea to where start


Solution

  • There are few providers i had come across few months back. You might want to refer them.

    1. cine.io
    2. VideoStream SDK for iOS
    3. Brightcove Player SDK for iOS
    4. RealTimeLibs

    All of above are paid ones.

    There are also some open source libs:

    1. RTMP-Wrapper
    2. MediaLibDemos

    Hope this helps you.