Results 9 comments of phhu

> I'm currently investigating this. Would a simple vertical level indicator be sufficient? For my purposes, yes, just a vertical meter that moves as the audio level changes - so...

Yes, you can pass in ```createButtons: false ``` as a setup option. See the readme. ``` var audio = videojs("playerPFLHdOzobjFj",{ plugins: { abLoopPlugin: { start: 0, end: false, enabled: true,...

Hi, sorry for the delay on this: I didn't see the message. It should be possible to hide the buttons using CSS: I'll check the commands and get back to...

Thanks. I'll try to find an ipad to test on and then look to update the code so that it works.

I've tested on an ipad and it does work with just the click event for me. It needs a fairly firm finger press though I think.... Could you confirm which...

```js import fp from 'lodash/fp.js'; const {pipe, map, pickBy} = fp; ``` ...seems to work.

`unfold` would be nice. (see https://stackoverflow.com/questions/71605121/implementation-of-async-unfold-function-in-javascript / https://stackoverflow.com/questions/49542944/loop-until-with-ramda ) ```js const res = await asyncUnfoldExclusive(x=>Promise.resolve(x+1), x => x

> I'm currently investigating this. Would a simple vertical level indicator be sufficient? For my purposes, yes, just a vertical meter that moves as the audio level changes - so...

I got it to work on Linux (fedora) by creating a fresh conda python 3.8 environment and then installing from github (git clone, cd tods, then `pip install -e .`)....