General discussion

Mpeg-Dash for H5p

I have been trying to make H5p-Video work for Mpeg-Dash. These are the steps I tried:

1. I cloned https://github.com/h5p/h5p-video

2. I added videojs.js from https://github.com/nadavkav/h5p-video/blob/videojs/scripts/video.js to the cloned file and also added it in the library.json. Accroding to this github page, this is the videoJS player which should work for dash format.

Audio Description

Hi,

I created a multiple choice question with videos. The user will watch a video that does not have audio and answer a question after watching the video. To make the video accessible, I created a WebVTT file, saved it with an extension of .vtt or .text to see which one would work. I added each of them under the accessibility section in the Question Set>Multiple Choice Question>Video>Description>Add Track. When I tested it with the VoiceOver screen reader (on my MacBook Pro), I didn't hear the description of the video. I don't know if it is because:

Pages