Dananji Withana

Results 56 comments of Dananji Withana

I used the demo manifest in Ramp which only has the changes in local dev environment. Maybe we could use the Aviary manifests in the above comment? - https://ramp.avalonmediasystem.org/?iiif-content=https://weareavp.aviaryplatform.com/iiif/hm52f7jz70/manifest.json -...

@elynema Another example from Northwestern: https://ramp.avalonmediasystem.org/?iiif-content=https://api.dc.library.northwestern.edu/api/v2/works/f764ea7c-9167-4cef-a5f2-221627d37e05?as=iiif

Yes the labels in the `requiredStatement` are used in the display.

The [item](https://media.dlib.indiana.edu/media_objects/5712mz82d/) that freezes is not a published public item, so it cannot be loaded into the Ramp demo site. The working [item](https://media.dlib.indiana.edu/media_objects/th83mm25s) doesn't load for me. The manifest request...

I think this is an iOS bug: https://github.com/videojs/video.js/issues/2808 We remove this redundant `CC` option in the Video.js interface in [Ramp code](https://github.com/samvera-labs/ramp/blob/main/src/components/MediaPlayer/VideoJS/VideoJSPlayer.js#L279-L293) in the iOS context. I don't know whether we...

This implementation introduces a prop to the `MediaPlayer` component called `enablePlaybackRate` which adds `PlaybackRateMenuButton` to the player's control bar. This provides the ability to adjust the playback speed of the...

This can be tested on Ramp demo site.

Another way to manage state optimizing the use of the virtual DOM minimizing re-renders in the whole component tree: https://preactjs.com/blog/introducing-signals/

Explore the option of using [`iiif-helpers`](https://github.com/IIIF-Commons/iiif-helpers) either with `manifesto` or as a replacement of it for Manifest parsing?

Media object: Horses and Men (https://avalon-dev.dlib.indiana.edu/media_objects/000000000) It has the following lines in its HLS manifest for captions; ``` #EXT-X-MEDIA:TYPE=SUBTITLES,GROUP-ID="subs",LANGUAGE="eng",NAME="clio-reel.vtt",DEFAULT=YES,AUTOSELECT=YES,URI="/master_files/9019s246n/caption_manifest/193" #EXT-X-MEDIA:TYPE=SUBTITLES,GROUP-ID="subs",LANGUAGE="eng",NAME="IANYN.vtt",DEFAULT=NO,AUTOSELECT=YES,URI="/master_files/9019s246n/caption_manifest/194" ``` | Captions menu in Ramp | Captions menu in...