28

We're using VideoCore lib for a live streaming app and started to reach certain limits e.g. project maintenance, saving the stream, portrait-oriented video formatting, external camera sources, etc.

Looking for an alternative iOS RTMP streaming library, one that is more up to date. Any tested suggestions? Thank you!

Yatko
  • 8,715
  • 9
  • 40
  • 46

1 Answers1

55

Other


Other (Paid)

  • Low latency GPU Streaming Library for iOS - onlinelib·de/streaming/ ($$?)
  • VideoStream SDK Objective-C framework for iOS - videostreamsdk·com ($$$, FFMPEG license?)
  • VideoKit streaming framework for iOS - iosvideokit·com ($$$+)
  • Larix Mobile Broadcasting SDK - wmspanel·com/mobile_library ($$)
  • Streamaxia OpenSDK - streamaxia·com/opensdk-ios-rtmp-library ($$)

LaiFeng iOS Live Kit has more features, iOS only. If sharing code base between iOS and macOS HaishinKit (LF) seems to be a better choice, also note Emmanouil Nicolas's answer regarding HaishinKit lf.swift completely written in swift and is constantly updated (!) Also take a look at the project mentioned by Emmanouil: ltebean/Live

Testing both HaishinKit and LaiFeng iOS Live Kit libraries with Cameleon and publishing the result here.

Community
  • 1
  • 1
Yatko
  • 8,715
  • 9
  • 40
  • 46
  • Can libraries like LFLiveKit be used to playback an RTSP h264 stream, or are they aimed at streaming (from iOS to server) and not playback? – Jonas Follesø Jun 19 '17 at 14:05
  • Why all above libraries doesn't support 4K streaming even in high bandwidth network? Only 'Streamaxia OpenSDK' library mention that they're supporting 4K but still after trying their sample app with 4K streaming still it doesn't work smoothly. Highly needed suggestion on this.. – Sunil Targe Aug 15 '18 at 08:47