Skip to content

Latest commit

 

History

History

Basic-Playback

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

THEOplayer iOS Reference Apps - THEO Basic Playback

The purpose of this app is to demonstrate how to integrate THEOplayer into an iOS app and playback a HLS stream.

For a quick start with this sample, please proceed with the Quick Start section. You can also take a look at our Getting Started on iOS guide for more information.

Quick Start

  1. Using the terminal, navigate to the directory where the Podfile is located and run:

     pod install --repo-update
    
  2. In the player configuration, replace the placeholder your_license_here with your license for iOS SDK.

    let playerConfigurationBuilder = THEOplayerConfigurationBuilder()
    playerConfigurationBuilder.license = "your_license_string"
    self.theoplayer = THEOplayer(configuration: playerConfigurationBuilder.build())

    If you don't have a license yet, please visit THEOportal Getting Started page.

  3. Open the project .xcworkspace, select a Development Team for signing and build it.

License

This project is licensed under the BSD 3 Clause License - see the LICENSE file for details.