Search code examples
iosiphoneffmpegxcode6http-live-streaming

How to create RTMP/RTSP player using FFMpeg for ios


I am working on an app using RTMP/RTSP links to broadcast/play live audio/video.As iOS devices support HTTP , but my requirement is to play RTMP/RTSP Links. I want to create my custom player using FFMpeg framework.I have searched over internet , ried many solutions but did not find any solution.


Solution

  • there's a Xcode project based on ffmpeg. It's possible to play RTSP links. Have a look at it: https://github.com/durfu/DFURTSPPlayer

    If you want to know more about RTSP, I can highly recommend you the following link: https://www.rfc-editor.org/rfc/rfc2326