cassette icon indicating copy to clipboard operation
cassette copied to clipboard

📼 A flexible media player component library for React that requires no up-front config

Results 106 cassette issues
Sort by recently updated
recently updated
newest added

This doesn't seem to be an specific issue of cassette but with the HTML5 video/audio implementation in Chrome (where I'm testing) at least. I created a minimal reproduction: https://codesandbox.io/s/lx18nkkoll. You...

browser bug

We should have a prop which can be passed to the default player to make text right-to-left instead of left-to-right. In order to support right-to-left languages we need to basically...

enhancement
API

We should have a `RemoteController` component which can be used to sync our audio player context with others on other machines. This will address #143. Draft API example: ```jsx {context...

enhancement
API

It would be nice to abstract out some of the HTML-specific implementation details so users can require a version of the package suiting their target environment... web, [mobile](https://github.com/vadimdemedes/ink), [desktop](https://github.com/kusti8/proton-native), or...

enhancement

The `HTMLAudioElement` supports a `srcObject` property which can be a [Media Stream](https://developer.mozilla.org/en-US/docs/Web/API/Media_Streams_API). This library will be more flexible and useful for modern applications if it can support this API. That...

enhancement
help wanted

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

Bumps [minimist](https://github.com/minimistjs/minimist) and [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies needed to be updated together. Updates `minimist` from 1.2.0 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option...

dependencies