react-jPlayer icon indicating copy to clipboard operation
react-jPlayer copied to clipboard

Html5 audio and video player library for React

Results 9 react-jPlayer issues
Sort by recently updated
recently updated
newest added

Hi, I'm getting this error. `Could not find "store" in either the context or props of "Connect(withProps(withHandlers(withContext(lifecycle(JPlaylist)))))". Either wrap the root component in a , or explicitly pass "store" as...

Hi, I'm using react-jPlayer for playing various items inside the same page. Basically I want each player to have its own state and I'm giving it an id based on...

In demo project, video player is not responsive in mobile size

help wanted
good first issue

This audio/video player was created for my website which failed and was abandoned so I no longer actively maintain this project unless their are critical bugs as I have no...

Intention is to stop playback and reset the playhead back to the beginning. I started off dispatching two actions: ``` dispatch(actions.setPlayHead(id, .1)); dispatch(actions.pause(id)); ``` This worked the first time I...

good first issue

When I call setPlayHead with percentage 0, I am expecting it to go back to the beginning. However nothing happens. `dispatch(actions.setPlayHead(id, 0));` When I call it with .1 it goes...

help wanted