iOS RTMP流媒体库 – LFLiveKit vs VideoCore lib vs alternative

我们正在使用VideoCore lib进行实时流媒体应用,并开始达到某些限制,例如项目维护,保存流,纵向视频格式,外部摄像机源等.

寻找替代iOS RTMP流媒体库,一个更新的.有任何测试建议?谢谢!

解决方法

> HaishinKit(原名lf) – github.com/shogo4405/lf.swift(swift,iOS / macOS,最近,维护得很好)* 621
> Laifeng iOS Live Kit – github.com/LaiFengiOS/LFLiveKit(过滤器,完善)* 2250

LFLiveKit IOS mobile phone push code – 07002 *647

> VideoCore – github.com/jgh-/VideoCore(过时,成熟)* 1343
> KSY Live iOS SDK – github.com/ksvc/KSYLive_iOS(更多过滤器,最近)* 307

其他

>广播iOS SDK – cocoapods.org/pods/cineio-broadcast-ios
> MediaLibDemos3x – github.com/slavavdovichenko/MediaLibDemos3x * 199

其他(付费)

>适用于iOS的低延迟GPU流媒体库 – onlinelib·de / streaming /
($$?)
>适用于iOS的VideoStream SDK Objective-C框架 –
videostreamsdk·com($$$,FFMPEG许可?)
> VideoKit流媒体
iOS框架 – iosvideokit·com($$$)
>落叶松移动广播
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 07007’s answer regarding HaishinKit lf.swift completely written in swift and is constantly updated (!)
Also take a look at the project mentioned by 07008: 07009

Testing both HaishinKit and Laifeng iOS Live Kit libraries with Cameleon and publishing the result 070010.

相关文章

UITabBarController 是 iOS 中用于管理和显示选项卡界面的一...
UITableView的重用机制避免了频繁创建和销毁单元格的开销,使...
Objective-C中,类的实例变量(instance variables)和属性(...
从内存管理的角度来看,block可以作为方法的传入参数是因为b...
WKWebView 是 iOS 开发中用于显示网页内容的组件,它是在 iO...
OC中常用的多线程编程技术: 1. NSThread NSThread是Objecti...