react-audioplayer
react-audioplayer copied to clipboard
A customizable HTML5 audio player for React.js
n.value node_modules/react-audioplayer/build/react-audioplayer.js:1 TypeError: Cannot read property 'addEventListener' of null TypeError: Cannot read property 'removeEventListener' of null two errors when trying to load component inside render. { console.log(text); }} /> const...
Play file display duration **Infinity:0NaN:0NaN**
My app is a youtube mp3 player. Some tracks cant play because of copyright blocks and it returns a cors issue. Can i catch errors and skip next track?
Hi can you kindly advice how an audio file encoded in base64 will be played in that? Any string header required? Thanks
Want a means to access audio object
do we have the ability to play music from a local file? Can we add this to the project?
I am using react router and when I navigate back the audio keep playing I tried this in the stopPlaying() { ReactDOM.findDOMNode(this.state.autoplayref).dispatchEvent(new Event('pause')); } and then componentWillUnmount() { this.props.shuirimprops.stopPlaying(); }...
Can use server side rendering?
In my scenario I fave different playlists. My approach is to keep the player mounted and just update the list prop. I expected this to be possible but its not....
It would be awesome to customize the Controls to not display some of the buttons. For example I do not want to display the skip to buttons. I also do...