Slide 18
Slide 18 text
エラーメッセージ
var player = new THEOplayer.Player(videoContainer, {
libraryLocation:
'https://cdn.theoplayer.com/dash/theoplayer/',
ui: {
language: 'langCode',
languages: { 'langCode':
{
"Could not load the manifest file.
Make sure the source is set correctly and that CORS support is
enabled.": "Your stream is currently unavailable. Please try
again.",
"Play": "Reproducir",
"Pause": "Pausa",
...
}
}
}
});