cookpete / react-player

A React component for playing a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia and DailyMotion
https://cookpete.github.io/react-player
MIT License
9.26k stars 1.15k forks source link

Modify Colors of seek bar #814

Closed ehsunshahid closed 4 years ago

ehsunshahid commented 4 years ago

Be sure to search for your issue before opening a new one.

Current Behavior

Simple Seek bar

Expected Behavior

Modify color of seek bar for certian time periods

cookpete commented 4 years ago

Vimeo has support for a color param but I'm not sure any other players do.

ReactPlayer doesn't have any custom controls. It simply loads the relevant player API and initialises a player with whatever options are available.

There is nothing stopping you from overlaying your own controls on top of a player with controls={false}