Sample iOS application to demonstrate broadcasting and playback using the cine.io Broadcast iOS SDK.
- Clone the repository.
- Create a cineio-settings.plist file based on the SAMPLE-cineio- settings.plist file. You'll need to create a (free) account at cine.io.
- Change into the
Exampledirectory:cd Example - Install the necessary CocoaPods:
pod install - Build and run the project as you usually would, making sure to use the
.xcworkspacefile and not the.xcprojectfile when building usingxcodebuildor when opening with XCode.