Skip to main content
Version: 10.13.0

Getting started

Usage

  1. Follow our Getting Started guide to set up THEOplayer in your React Native app.
  2. Add an OptiView Live source to your player's source.

Add an OptiView Live source

After setting up your THEOplayer on your web page, set its source to a SourceDescription containing a THEOliveSource. You'll need an OptiView Live channel ID:

player.source = {
sources: {
type: 'theolive',
src: 'your-channel-id',
},
};

More information