Skip to content

jirivrany/react-video-example

Repository files navigation

React Video Example

This is a example of responsive video player using ReactJS. Check out the live demo.

Features

  • responsive video resize
  • seek bar with custom time marks
  • video thumbnails on seek bar

Note: Thumbnails are generated simply just in time from video file. No precomputation required. For very large video files and/or slow connections will be of course better to use traditional prerender of thumbnails.

Running

Set the video options in config.js and then run:

npm install
npm start

Point your browser to http://localhost:3000/ and try to resize window.

Basic React and Webpack boilerplate taken from great flux-react-router-example made by Dan Abramov

About

Example of simple video player with responsive resize

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published