Skip to content

Video service

kodiakhq[bot] edited this page Nov 3, 2021 · 13 revisions

Core Service

The Video service intakes a Kaltura player r1 videoId and fetches the video and associated meta data from Kaltura Media Center.

image WIP. Need to verify with dev.


Table of contents

Dependencies (1)
  • Kaltura API r1

Used by (3)

Back links (15)

CTA (9)

  • video type CTA uses the Video service to populate the CTA
  • 2.1.2 | video.id && copy | pre-filled by Video service's name if not defined.
  • 2.2.2 | video.id && copy | pre-filled by Video service's name if not defined.
  • ...2.3.2 | video.id && heading | pre-filled by Video service's name if not defined or explicitly set to...
  • ...2.3.4 | video.id && cta copy | pre-filled by Video service's duration if not defined or explicitly set to...
  • ...2.4.2 | video.id && heading | pre-filled by Video service's name if not defined....
  • ...2.4.4 | video.id && cta copy | pre-filled by Video service's duration if not explicitly set to false....
  • ...2.5.2 | video.id && heading | pre-filled by Video service's name if not defined....
  • ...2.5.4 | video.id && cta copy | pre-filled by Video service's duration if not explicitly set to false....

Lightbox media viewer (3)

  • ...ID | If a Video ID is provided use the Video service to get Video data and render
  • ...(default)|headingis pre-filled by ***Video service***'sname` if provided.
  • ...(default)|copyhere is pre-filled by ***Video service***'sdescription` if provided.

Video (3)

  • the Video service except video
  • ...| undefined (default) | Caption prefilled by Video service's provided name.
  • ...2 prefilled by Video service's provided image.

Resources


Input

Data name Type
videoID Number

Output

Data name Type
Name Text
Description Text
Duration Number
Poster image Image

Website guidelines

Publishing guidelines (6)

Functional specs

Layout component (37)
Service (3)
UI component (34)
Utility (5)

Additional components

Carbon component (19)
Design only (9)
Feature flag (3)
Clone this wiki locally