Skip to content

cine-io/cineio-broadcast-ios-example-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cineio-broadcast-ios-example-app

Sample iOS application to demonstrate broadcasting and playback using the cine.io Broadcast iOS SDK.

How to Use

  1. Clone the repository.
  2. 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.
  3. Change into the Example directory: cd Example
  4. Install the necessary CocoaPods: pod install
  5. Build and run the project as you usually would, making sure to use the .xcworkspace file and not the .xcproject file when building using xcodebuild or when opening with XCode.