Timbra
OptiView plugin for live captions
How we support Dolby OptiView
Dolby OptiView (formerly THEOplayer) is supported using our plugin. To integrate you can add some code to the page with the player. It will look something like this:
import { Timbra } from '@captionhub/timbra.js';
const player = new THEOplayer.Player('my-player');
const timbra = new Timbra.OptiViewPlugin({
player: player,
captionsURL: "<<URL>>"
});
timbra.startCaptions();You can also load the script from our CDN. You can get the versioned script URL and captions URL from the “Plugin integration” tab on a live project page. For all options, see the Timbra.js docs.
Supported versions
Dolby OptiView 11 is supported. We do not support other platform SDKs.
Did this answer your question?
😞
😐
🤩
