Skip to content

getstoryteller/storyteller-brightcove-collector-swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Storyteller Brightcove Collector

This package is a utility to record player events from an AVPlayer and feed them into Brightcove analytics.

Setup

At app launch, set up the Brightcove Module with your data by creating StorytellerBrightcoveModuleConfiguration:

let brightcoveConfiguration = StorytellerBrightcoveModuleConfiguration(
    account: "<account ID>", 
    playerName: "Video Player", // optional
    source: "<source>", 
    destination: "<destination>"
)

The next step is to create a StorytellerBrightcoveModule and add it to the modules array on the Storyteller object:

Storyteller.modules.append(StorytellerBrightcoveModule(configuration: brightcoveConfiguration))

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages