The Wayback Machine - https://web.archive.org/web/20200915161707/https://github.com/topics/html5-video
Skip to content
#

html5-video

Here are 195 public repositories matching this topic...

jfbloom22
jfbloom22 commented Apr 18, 2018

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 called it but failed subsequent times. See my other issue about this: jplayer/react-jPlayer#13

What ended up working great:
`dispatch(action

Improve this page

Add a description, image, and links to the html5-video topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the html5-video topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.