Islandora / documentation

Contains islandora's documentation and main issue queue.
MIT License
104 stars 71 forks source link

Use Case: Captioning Media Viewer #1924

Open kstapelfeldt opened 3 years ago

kstapelfeldt commented 3 years ago
Title (Goal) Play WebVTTs
Primary Actor End User
Scope Viewer
Story As a site administrator, I would like to use an html5 media player for video and audio with an optional VTT caption track.
eldonquijote commented 3 years ago

Our friendly competition over at Samvera built a wrapper around the video.js player that reads a IIIF manifest for AV content and displays VTT files referenced from the manifest: https://github.com/samvera-labs/iiif-react-media-player Might work similar to how the OpenSeaDragon viewer is used for paged content? It's a React component, IDK how feasible it is to integrate that in a Drupal installation.