1

I have successfully got the live video streaming URL from facebook.com using live_videos API. Now i am receiving a URL in the form of RTMP. I don't know how to play that because AVPlayer is unable to do that and i got the library VideoCore which was mentioned somewhere but somehow unable to build that. Anyone have idea?

I have tried https://github.com/jgh-/VideoCore this but unable to compile because of some CocoaPod issue

  • https://github.com/xiewei-wayne/rtmp-video-player-for-ios and http://stackoverflow.com/questions/6042353/rtmp-stream-on-ios – Nitin Gohel Jun 17 '16 at 10:46

2 Answers2

0

you can try to use kxmovie! I hope that would be useful for you!

yuan zhao
  • 56
  • 4
0

Comparing to KxMovie, maybe ijkplayer is more suitable for you and it still is developing actively. But KxMovie has more simple code to read. Both are based on FFmpeg. Hope it will help.