Skip to content

BlendVision/iOS-StreamIngest-SDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlendVision Stream Ingest iOS SDK

BlendVision stream ingest SDK is a powerful streaming ingestion library for live video streaming on iOS platform.

Dependencies

  • PerfectLibCore.xcframework
  • PerfectLibFaceTrackingPlus.xcframework
  • PerfectLibHandlerCore.xcframework
  • PerfectLibMakeupPlus.xcframework
  • PerfectLibProductHandler.xcframework

Installation

Using Swift Package Manager

Swift Package Manager is a tool for managing the distribution of Swift frameworks. It integrates with the Swift build system to automate the process of downloading, compiling, and linking dependencies.

Using Xcode

To integrate using Xcode 14, open your Project file and specify it in Project > Package Dependencies using the following URL:

https://github.com/BlendVision/iOS-StreamIngest-SDK.git

Our Examples

See our examples for more details. There, you can find simple applications, including BasicStreamIngesting for iOS.