iOS RTMP 流媒体库 - LFLiveKit vs VideoCore lib vs alternative
iOS RTMP streaming library - LFLiveKit vs VideoCore lib vs alternative
我们正在将 VideoCore 库用于直播应用程序并开始达到某些限制,例如项目维护、存流、纵向视频格式化、外接摄像头源等
正在寻找替代 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 - github.com/chenliming777/LMLiveStreaming *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/
($$?)
- VideoStream SDK Objective-C iOS 框架 -
videstreamsdk·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 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.
我们正在将 VideoCore 库用于直播应用程序并开始达到某些限制,例如项目维护、存流、纵向视频格式化、外接摄像头源等
正在寻找替代 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 - github.com/chenliming777/LMLiveStreaming *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/ ($$?)
- VideoStream SDK Objective-C iOS 框架 - videstreamsdk·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 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.