For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Learn how to add the FastPix iOS Player SDK to your Xcode project using Swift Package Manager.
The FastPix iOS Player SDK lets you add video playback to your iOS app. It supports both live and on-demand streaming, and integrates directly into native iOS workflows. You can find the source code in the FastPix iOS player GitHub repository.
In the search field at the top-right corner, enter the SDK repository URL: https://github.com/FastPix/iOS-player
Choose a Dependency Rule to control how Xcode handles SDK updates. By default, Xcode pulls the latest version from the main branch. You can specify a particular version or set a range of compatible versions.
Click Add Package.
Import the SDK
After installing the SDK, import it into the Swift files where you need video playback.
Open the Swift file where you want to use the SDK (for example, ViewController.swift).
Add the following import statement at the top of the file:
1
import FastPixPlayerSDK
After importing, you can access all the classes, methods, and features provided by the SDK.